1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-28 06:24:52 +02:00

Smack 4.0.5-SNAPSHOT

This commit is contained in:
Florian Schmaus 2014-09-05 21:59:52 +02:00
parent 7bf31bc2e4
commit bf99227296

View file

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