Smack 4.0.0-rc1

This commit is contained in:
Florian Schmaus 2014-04-17 12:19:15 +02:00
parent 02d73f723f
commit 9e79fa4d12
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ allprojects {
apply plugin: 'eclipse' apply plugin: 'eclipse'
ext { ext {
shortVersion = '4.0.0' shortVersion = '4.0.0-rc1'
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')