From 3c7d17f6483f96f49bce7b7c29ef7329f665cc11 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Fri, 12 Sep 2014 10:08:53 +0200 Subject: [PATCH] Smack 4.1.0-alpha1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 625f2526e..095316824 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ allprojects { ext { shortVersion = '4.1.0-alpha1' - isSnapshot = true + isSnapshot = false gitCommit = getGitCommit() javadocAllDir = new File(buildDir, 'javadoc') documentationDir = new File(buildDir, 'documentation')