From 9e79fa4d12cd95b3eecbd7d6478ef5d5e3db02af Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Thu, 17 Apr 2014 12:19:15 +0200 Subject: [PATCH] Smack 4.0.0-rc1 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 4595c78f0..bef5edb6a 100644 --- a/build.gradle +++ b/build.gradle @@ -6,8 +6,8 @@ allprojects { apply plugin: 'eclipse' ext { - shortVersion = '4.0.0' - isSnapshot = true + shortVersion = '4.0.0-rc1' + isSnapshot = false gitCommit = getGitCommit() javadocAllDir = new File(buildDir, 'javadoc') documentationDir = new File(projectDir, 'documentation')