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