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'
ext {
shortVersion = '4.0.0'
isSnapshot = true
shortVersion = '4.0.0-rc1'
isSnapshot = false
gitCommit = getGitCommit()
javadocAllDir = new File(buildDir, 'javadoc')
documentationDir = new File(projectDir, 'documentation')