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