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

Smack 4.0.1

This commit is contained in:
Florian Schmaus 2014-07-20 11:21:25 +02:00
parent 494f7d5b34
commit d56252f9fb
2 changed files with 37 additions and 1 deletions

View file

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