Smack 4.0.0-rc3-SNAPSHOT

This commit is contained in:
Florian Schmaus 2014-05-29 17:49:43 +02:00
parent 183ecb5542
commit e9b47d4164
1 changed files with 2 additions and 2 deletions

View File

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