Smack 4.4.0-alpha2

This commit is contained in:
Florian Schmaus 2019-07-20 10:40:52 +02:00
parent 5ba85aa8a7
commit acefc9d324
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
allprojects {
ext {
shortVersion = '4.4.0-alpha2'
isSnapshot = true
isSnapshot = false
// When using dynamic versions for those, do *not* use [1.0,
// 2.0), since this will also pull in 2.0-alpha1. Instead use
// [1.0, 1.0.99].