From aa90cfadc50621b2597b88723eea09f5add0a2d4 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Sat, 27 Sep 2014 20:09:58 +0200 Subject: [PATCH] Smack 4.1.0-alpha3-SNAPSHOT --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index fc8ccf80e..e03f4f434 100644 --- a/build.gradle +++ b/build.gradle @@ -16,8 +16,8 @@ allprojects { apply plugin: 'eclipse' ext { - shortVersion = '4.1.0-alpha2' - isSnapshot = false + shortVersion = '4.1.0-alpha3' + isSnapshot = true gitCommit = getGitCommit() javadocAllDir = new File(buildDir, 'javadoc') documentationDir = new File(buildDir, 'documentation')