Smack 4.3.4-SNAPSHOT

This commit is contained in:
Florian Schmaus 2019-03-15 09:43:09 +01:00
parent b054c4fe77
commit 29af92cbd1
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
allprojects {
ext {
shortVersion = '4.3.3'
isSnapshot = false
shortVersion = '4.3.4'
isSnapshot = true
// 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].