Smack 4.0.1-SNAPSHOT

This commit is contained in:
Florian Schmaus 2014-06-12 18:43:36 +02:00
parent 120be69a30
commit 3367105552
1 changed files with 2 additions and 2 deletions

View File

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