1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-22 11:24:49 +02:00

Smack 4.0.0-rc1

This commit is contained in:
Florian Schmaus 2014-04-17 12:19:15 +02:00
parent 02d73f723f
commit 9e79fa4d12

View file

@ -6,8 +6,8 @@ allprojects {
apply plugin: 'eclipse' apply plugin: 'eclipse'
ext { ext {
shortVersion = '4.0.0' shortVersion = '4.0.0-rc1'
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')