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

Smack 4.0.4-SNAPSHOT

This commit is contained in:
Florian Schmaus 2014-08-16 00:19:14 +02:00
parent 3743236710
commit f9542c1be3

View file

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