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