1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-12 22:54:50 +02:00

Smack 4.0.6-SNAPSHOT

This commit is contained in:
Florian Schmaus 2014-10-22 22:21:04 +02:00
parent 04446e54db
commit 1ade4cbc64

View file

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