1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-13 07:04:49 +02:00

Smack 4.0.0

This commit is contained in:
Florian Schmaus 2014-06-07 12:18:59 +02:00
parent 91fa7a8219
commit 120be69a30

View file

@ -5,8 +5,8 @@ allprojects {
apply plugin: 'eclipse'
ext {
shortVersion = '4.0.0-rc3'
isSnapshot = true
shortVersion = '4.0.0'
isSnapshot = false
gitCommit = getGitCommit()
javadocAllDir = new File(buildDir, 'javadoc')
documentationDir = new File(projectDir, 'documentation')