From 4d7b1cd53b71b303b78377ab8e032d76630d2152 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Sat, 27 Sep 2014 19:50:02 +0200 Subject: [PATCH] Smack 4.1.0-alpha2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 052ae3133..fc8ccf80e 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ allprojects { ext { shortVersion = '4.1.0-alpha2' - isSnapshot = true + isSnapshot = false gitCommit = getGitCommit() javadocAllDir = new File(buildDir, 'javadoc') documentationDir = new File(buildDir, 'documentation')