1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-30 15:26:46 +02:00

Smack 4.1.0-alpha4-SNAPSHOT

This commit is contained in:
Florian Schmaus 2014-10-05 12:04:35 +02:00
parent dd39f5643d
commit 0fea113c8f

View file

@ -16,8 +16,8 @@ allprojects {
apply plugin: 'eclipse' apply plugin: 'eclipse'
ext { ext {
shortVersion = '4.1.0-alpha3' shortVersion = '4.1.0-alpha4'
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')