1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 17:19:39 +02:00

Smack 4.0.2

This commit is contained in:
Florian Schmaus 2014-07-27 23:34:55 +02:00
parent 16ea073f4d
commit a0564f2694
2 changed files with 12 additions and 1 deletions

View file

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