From dd39f5643d7506f75a9934b092fba0dbe26a758b Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Sat, 4 Oct 2014 18:28:24 +0200 Subject: [PATCH] Smack 4.1.0-alpha3 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6ff9d7e61..5b76b4efc 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ allprojects { ext { shortVersion = '4.1.0-alpha3' - isSnapshot = true + isSnapshot = false gitCommit = getGitCommit() javadocAllDir = new File(buildDir, 'javadoc') documentationDir = new File(buildDir, 'documentation')