From 428957724c35b05269c4fd1cce857bb6bb746ac6 Mon Sep 17 00:00:00 2001 From: Jochen Theodorou Date: Fri, 25 Apr 2008 13:58:56 +0000 Subject: [PATCH] setting release version information to 1.5.6 git-svn-id: http://svn.codehaus.org/groovy/branches/GROOVY_1_5_6@12128 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 4929eb7f27..0ee6aa126b 100644 --- a/build.properties +++ b/build.properties @@ -1,5 +1,5 @@ -groovyVersion = 1.5.6-SNAPSHOT -groovyBundleVersion = 1.5.6-SNAPSHOT +groovyVersion = 1.5.6 +groovyBundleVersion = 1.5.6 # uncomment the following line to enable java5 elements in the build # groovy.build.vm5=true diff --git a/pom.xml b/pom.xml index c69d611117..cc286af45b 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ Groovy jar - 1.5.6-SNAPSHOT + 1.5.6 Groovy: A powerful, dynamic language for the JVM