From c7a162f316298d04b220b60217cf0db1bd802651 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Fri, 12 Sep 2014 10:17:53 +0200 Subject: [PATCH] Smack 4.1.0-alpha2-SNAPSHOT --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 095316824..5fee7a9cd 100644 --- a/build.gradle +++ b/build.gradle @@ -16,8 +16,8 @@ allprojects { apply plugin: 'eclipse' ext { - shortVersion = '4.1.0-alpha1' - isSnapshot = false + shortVersion = '4.1.0-alpha2' + isSnapshot = true gitCommit = getGitCommit() javadocAllDir = new File(buildDir, 'javadoc') documentationDir = new File(buildDir, 'documentation')