Update versions for 1.0-beta-1 RC4
diff --git a/pom.xml b/pom.xml
index 16aae24..26721ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-text</artifactId>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.0-beta-1</version>
   <name>Apache Commons Text</name>
 
   <inceptionYear>2014</inceptionYear>
@@ -125,7 +125,8 @@
 
     <commons.componentid>text</commons.componentid>
 
-    <commons.release.version>1.0</commons.release.version>
+    <commons.release.version>1.0-beta-1</commons.release.version>
+    <commons.rc.version>RC4</commons.rc.version>
     <commons.release.desc>(Java 7+)</commons.release.desc>
 
     <commons.jira.id>TEXT</commons.jira.id>