Groovy 1.8 beta 4 tag

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