1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-24 12:34:52 +02:00

Smack 4.1.0-alpha2

This commit is contained in:
Florian Schmaus 2014-09-27 19:50:02 +02:00
parent 29d5ca68ce
commit 4d7b1cd53b

View file

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