mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-12 19:02:06 +01:00
Smack 4.0.2-SNAPSHOT
This commit is contained in:
parent
d56252f9fb
commit
2ca92ef601
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ allprojects {
|
|||
apply plugin: 'eclipse'
|
||||
|
||||
ext {
|
||||
shortVersion = '4.0.1'
|
||||
isSnapshot = false
|
||||
shortVersion = '4.0.2'
|
||||
isSnapshot = true
|
||||
gitCommit = getGitCommit()
|
||||
javadocAllDir = new File(buildDir, 'javadoc')
|
||||
documentationDir = new File(projectDir, 'documentation')
|
||||
|
|
Loading…
Reference in a new issue