From acefc9d324b228483afb2181dc6dbdf2b0f52e8e Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Sat, 20 Jul 2019 10:40:52 +0200 Subject: [PATCH] Smack 4.4.0-alpha2 --- version.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.gradle b/version.gradle index 2bb14c10d..04539b7fe 100644 --- a/version.gradle +++ b/version.gradle @@ -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].