Release 2.0.0-beta-3
diff --git a/build.properties b/build.properties
index 7df649a..ee82c26 100644
--- a/build.properties
+++ b/build.properties
@@ -1,6 +1,6 @@
-groovyVersion = 2.0.0-beta-3-SNAPSHOT
+groovyVersion = 2.0.0-beta-3
 # bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3 only digits)
-groovyBundleVersion = 2.0.0.beta-3-SNAPSHOT
+groovyBundleVersion = 2.0.0.beta-3
 
 #  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 6d81999..8ebefad 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,6 +1,6 @@
-groovyVersion = 2.0.0-beta-3-SNAPSHOT
+groovyVersion = 2.0.0-beta-3
 # bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3 only digits)
-groovyBundleVersion = 2.0.0.beta-3-SNAPSHOT
+groovyBundleVersion = 2.0.0.beta-3
 
 #  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 2fdc58b..513443a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
     <name>Groovy</name>
     <packaging>jar</packaging>
 
-    <version>2.0.0-beta-3-SNAPSHOT</version>
+    <version>2.0.0-beta-3</version>
 
     <description>
         Groovy: A powerful, dynamic language for the JVM