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-rc2

This commit is contained in:
Florian Schmaus 2014-05-24 11:45:02 +02:00
parent d790db5729
commit 183ecb5542

View file

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