Groovy 2.0 beta 2 version
diff --git a/build.properties b/build.properties
index 40fcace..8fab5a7 100644
--- a/build.properties
+++ b/build.properties
@@ -1,6 +1,6 @@
-groovyVersion = 2.0.0-beta-2-SNAPSHOT
+groovyVersion = 2.0.0-beta-2
 # bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3 only digits)
-groovyBundleVersion = 2.0.0.beta-2-SNAPSHOT
+groovyBundleVersion = 2.0.0.beta-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/gradle.properties b/gradle.properties
index 13a1f3f..feb19e8 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,6 +1,6 @@
-groovyVersion = 2.0.0-beta-2-SNAPSHOT
+groovyVersion = 2.0.0-beta-2
 # bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3 only digits)
-groovyBundleVersion = 2.0.0.beta-2-SNAPSHOT
+groovyBundleVersion = 2.0.0.beta-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 c1aead5..7142111 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
     <name>Groovy</name>
     <packaging>jar</packaging>
     
-    <version>2.0.0-beta-2-SNAPSHOT</version>
+    <version>2.0.0-beta-2</version>
 
     <description>
         Groovy: A powerful, dynamic language for the JVM