1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-11-22 20:12:07 +01:00

Smack 4.1.0-alpha1

This commit is contained in:
Florian Schmaus 2014-09-12 10:08:53 +02:00
parent 46a4402a69
commit 3c7d17f648

View file

@ -17,7 +17,7 @@ allprojects {
ext {
shortVersion = '4.1.0-alpha1'
isSnapshot = true
isSnapshot = false
gitCommit = getGitCommit()
javadocAllDir = new File(buildDir, 'javadoc')
documentationDir = new File(buildDir, 'documentation')