Groovy 1.7.1 tag

git-svn-id: http://svn.codehaus.org/groovy/tags/GROOVY_1_7_1@19407 a5544e8c-8a19-0410-ba12-f9af4593a198
diff --git a/build.properties b/build.properties
index 3cdd88c..ebc51c7 100644
--- a/build.properties
+++ b/build.properties
@@ -1,6 +1,6 @@
-groovyVersion = 1.7.1-SNAPSHOT
+groovyVersion = 1.7.1
 # bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3 only digits)
-groovyBundleVersion = 1.7.1.SNAPSHOT
+groovyBundleVersion = 1.7.1
 
 #  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 bb36c96..7e745b6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
     <name>Groovy</name>
     <packaging>jar</packaging>
     
-    <version>1.7.1-SNAPSHOT</version>
+    <version>1.7.1</version>
 
     <description>
         Groovy: A powerful, dynamic language for the JVM