creating tag for 1.7.5 release

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