From f9542c1be3b82a83039c29a7fa9bfc71733251d8 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Sat, 16 Aug 2014 00:19:14 +0200 Subject: [PATCH] Smack 4.0.4-SNAPSHOT --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 3b68d1ed4..5f1fc7fa2 100644 --- a/build.gradle +++ b/build.gradle @@ -16,8 +16,8 @@ allprojects { apply plugin: 'eclipse' ext { - shortVersion = '4.0.3' - isSnapshot = false + shortVersion = '4.0.4' + isSnapshot = true gitCommit = getGitCommit() javadocAllDir = new File(buildDir, 'javadoc') documentationDir = new File(buildDir, 'documentation')