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

Smack 4.1.0-alpha6-SNAPSHOT

This commit is contained in:
Florian Schmaus 2014-11-02 12:21:15 +01:00
parent aecb3cc861
commit 775477dcc7

View file

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