Smack 4.0.0-rc2

This commit is contained in:
Florian Schmaus 2014-05-24 11:45:02 +02:00
parent d790db5729
commit 183ecb5542
1 changed files with 1 additions and 1 deletions

View File

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