From 2d1cdae888bcf8348030454481889fb94fce2369 Mon Sep 17 00:00:00 2001 From: Jochen Theodorou Date: Wed, 9 Nov 2011 11:11:52 +0100 Subject: [PATCH] preparing 1.8.4 release --- build.properties | 4 ++-- gradle.properties | 4 ++-- pom.xml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.properties b/build.properties index 4ad9f5814a..82f6870569 100644 --- a/build.properties +++ b/build.properties @@ -1,6 +1,6 @@ -groovyVersion = 1.8.4-SNAPSHOT +groovyVersion = 1.8.4 # bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3 only digits) -groovyBundleVersion = 1.8.4-SNAPSHOT +groovyBundleVersion = 1.8.4 # Many people have reported problems testing UberTestCaseGroovySourceSubPackages, others have no difficulties with the default # values ant junit task uses. The decision has been taken to provide the values to try and cause the least diff --git a/gradle.properties b/gradle.properties index 69b52149bc..9c94d46609 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ -groovyVersion = 1.8.4-SNAPSHOT +groovyVersion = 1.8.4 # bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3 only digits) -groovyBundleVersion = 1.8.4-SNAPSHOT +groovyBundleVersion = 1.8.4 # Many people have reported problems testing UberTestCaseGroovySourceSubPackages, others have no difficulties with the default # values ant junit task uses. The decision has been taken to provide the values to try and cause the least diff --git a/pom.xml b/pom.xml index 8ce9b172c6..4190ed4d72 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ Groovy jar - 1.8.4-SNAPSHOT + 1.8.4 Groovy: A powerful, dynamic language for the JVM