From 1ade4cbc64e738f65e64c95a848f1f13f6e178fe Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Wed, 22 Oct 2014 22:21:04 +0200 Subject: [PATCH] Smack 4.0.6-SNAPSHOT --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 5a6b20914..803c214ad 100644 --- a/build.gradle +++ b/build.gradle @@ -16,8 +16,8 @@ allprojects { apply plugin: 'eclipse' ext { - shortVersion = '4.0.5' - isSnapshot = false + shortVersion = '4.0.6' + isSnapshot = true gitCommit = getGitCommit() javadocAllDir = new File(buildDir, 'javadoc') documentationDir = new File(buildDir, 'documentation')