mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-12-22 10:37:59 +01:00
Smack 4.1.0-alpha2-SNAPSHOT
This commit is contained in:
parent
3c7d17f648
commit
c7a162f316
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ allprojects {
|
|||
apply plugin: 'eclipse'
|
||||
|
||||
ext {
|
||||
shortVersion = '4.1.0-alpha1'
|
||||
isSnapshot = false
|
||||
shortVersion = '4.1.0-alpha2'
|
||||
isSnapshot = true
|
||||
gitCommit = getGitCommit()
|
||||
javadocAllDir = new File(buildDir, 'javadoc')
|
||||
documentationDir = new File(buildDir, 'documentation')
|
||||
|
|
Loading…
Reference in a new issue