From aecb3cc861d5baec2103474b2171320c2068354a Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Sun, 2 Nov 2014 12:13:21 +0100 Subject: [PATCH] Smack 4.1.0-alpha5 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 80ca595f8..29dbdede0 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ allprojects { ext { shortVersion = '4.1.0-alpha5' - isSnapshot = true + isSnapshot = false gitCommit = getGitCommit() javadocAllDir = new File(buildDir, 'javadoc') documentationDir = new File(buildDir, 'documentation')