From 5ba3d12077ea0b572b7aa47f32150a91610321ae Mon Sep 17 00:00:00 2001 From: Jochen Theodorou Date: Wed, 7 Apr 2010 15:11:10 +0000 Subject: [PATCH] creating tag for Groovy 1.7.2 git-svn-id: http://svn.codehaus.org/groovy/tags/GROOVY_1_7_2@19775 a5544e8c-8a19-0410-ba12-f9af4593a198 --- build.properties | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.properties b/build.properties index 867b91130e..91b0276dd4 100644 --- a/build.properties +++ b/build.properties @@ -1,6 +1,6 @@ -groovyVersion = 1.7.2-SNAPSHOT +groovyVersion = 1.7.2 # bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3 only digits) -groovyBundleVersion = 1.7.2.SNAPSHOT +groovyBundleVersion = 1.7.2 # 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 41baae3f78..1308b4ef07 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ Groovy jar - 1.7.2-SNAPSHOT + 1.7.2 Groovy: A powerful, dynamic language for the JVM