mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 20:12:07 +01:00
Smack 4.1.0-alpha1-SNAPSHOT
This commit is contained in:
parent
183ecb5542
commit
f69e81d7ea
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ allprojects {
|
||||||
apply plugin: 'eclipse'
|
apply plugin: 'eclipse'
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
shortVersion = '4.0.0-rc2'
|
shortVersion = '4.1.0-alpha1'
|
||||||
isSnapshot = false
|
isSnapshot = true
|
||||||
gitCommit = getGitCommit()
|
gitCommit = getGitCommit()
|
||||||
javadocAllDir = new File(buildDir, 'javadoc')
|
javadocAllDir = new File(buildDir, 'javadoc')
|
||||||
documentationDir = new File(projectDir, 'documentation')
|
documentationDir = new File(projectDir, 'documentation')
|
||||||
|
|
Loading…
Reference in a new issue