From 0fea113c8fb0d9d8e68084980b80e2a6d60ceb4b Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Sun, 5 Oct 2014 12:04:35 +0200 Subject: [PATCH] Smack 4.1.0-alpha4-SNAPSHOT --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 5b76b4efc..89f558b14 100644 --- a/build.gradle +++ b/build.gradle @@ -16,8 +16,8 @@ allprojects { apply plugin: 'eclipse' ext { - shortVersion = '4.1.0-alpha3' - isSnapshot = false + shortVersion = '4.1.0-alpha4' + isSnapshot = true gitCommit = getGitCommit() javadocAllDir = new File(buildDir, 'javadoc') documentationDir = new File(buildDir, 'documentation')