From f69e81d7ead38e187872abb22eac56406c6e9227 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Sat, 24 May 2014 16:02:28 +0200 Subject: [PATCH] Smack 4.1.0-alpha1-SNAPSHOT --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index d5d72acb5..e6b54c0f3 100644 --- a/build.gradle +++ b/build.gradle @@ -5,8 +5,8 @@ allprojects { apply plugin: 'eclipse' ext { - shortVersion = '4.0.0-rc2' - isSnapshot = false + shortVersion = '4.1.0-alpha1' + isSnapshot = true gitCommit = getGitCommit() javadocAllDir = new File(buildDir, 'javadoc') documentationDir = new File(projectDir, 'documentation')