Smack 4.1.0-alpha1

This commit is contained in:
Florian Schmaus 2014-09-12 10:08:53 +02:00
parent 46a4402a69
commit 3c7d17f648
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ allprojects {
ext { ext {
shortVersion = '4.1.0-alpha1' shortVersion = '4.1.0-alpha1'
isSnapshot = true isSnapshot = false
gitCommit = getGitCommit() gitCommit = getGitCommit()
javadocAllDir = new File(buildDir, 'javadoc') javadocAllDir = new File(buildDir, 'javadoc')
documentationDir = new File(buildDir, 'documentation') documentationDir = new File(buildDir, 'documentation')