1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-13 15:14:54 +02:00

Smack 4.0.0-rc2

This commit is contained in:
Florian Schmaus 2014-05-24 11:45:02 +02:00
parent d790db5729
commit 183ecb5542

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')