1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-16 00:24:52 +02:00

Smack 4.0.0-rc2-SNAPSHOT

This commit is contained in:
Florian Schmaus 2014-04-17 13:53:09 +02:00
parent 9e79fa4d12
commit b4c338b6e5

View file

@ -6,8 +6,8 @@ allprojects {
apply plugin: 'eclipse'
ext {
shortVersion = '4.0.0-rc1'
isSnapshot = false
shortVersion = '4.0.0-rc2'
isSnapshot = true
gitCommit = getGitCommit()
javadocAllDir = new File(buildDir, 'javadoc')
documentationDir = new File(projectDir, 'documentation')