mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-02 14:55:58 +01:00
Smack 4.0.6-SNAPSHOT
This commit is contained in:
parent
04446e54db
commit
1ade4cbc64
1 changed files with 2 additions and 2 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue