Smack 4.0.4-SNAPSHOT

This commit is contained in:
Florian Schmaus 2014-08-16 00:19:14 +02:00
parent 3743236710
commit f9542c1be3
1 changed files with 2 additions and 2 deletions

View File

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