From 775477dcc7353957364150fe7843927df9d4811e Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Sun, 2 Nov 2014 12:21:15 +0100 Subject: [PATCH] Smack 4.1.0-alpha6-SNAPSHOT --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 29dbdede0..4111debc6 100644 --- a/build.gradle +++ b/build.gradle @@ -16,8 +16,8 @@ allprojects { apply plugin: 'eclipse' ext { - shortVersion = '4.1.0-alpha5' - isSnapshot = false + shortVersion = '4.1.0-alpha6' + isSnapshot = true gitCommit = getGitCommit() javadocAllDir = new File(buildDir, 'javadoc') documentationDir = new File(buildDir, 'documentation')