From 183ecb554202165002cb2d9126506c3109ccd72e Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Sat, 24 May 2014 11:45:02 +0200 Subject: [PATCH] Smack 4.0.0-rc2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 54abdac94..d5d72acb5 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ allprojects { ext { shortVersion = '4.0.0-rc2' - isSnapshot = true + isSnapshot = false gitCommit = getGitCommit() javadocAllDir = new File(buildDir, 'javadoc') documentationDir = new File(projectDir, 'documentation')