1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-11-22 12:02:05 +01:00

Smack 4.1.0-alpha5-SNAPSHOT

This commit is contained in:
Florian Schmaus 2014-10-18 01:47:54 +02:00
parent 2172fb7126
commit 994e45acae

View file

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