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

Smack 4.0.3-SNAPSHOT

This commit is contained in:
Florian Schmaus 2014-07-27 23:45:19 +02:00
parent a0564f2694
commit 5ead24e416

View file

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