Creating configuration-2.0-beta2-RC1 tag.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/configuration/tags/CONFIGURATION_2_0_beta2_RC1@1717329 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/build.xml b/build.xml
index 6732b7e..7653dc3 100644
--- a/build.xml
+++ b/build.xml
@@ -22,7 +22,7 @@
   <property name="component.propfile" value="${basedir}/build.properties"/>
   <property file="${component.propfile}"/>
 
-  <property name="component.final.name" value="commons-configuration-2.0-beta2-SNAPSHOT"/>
+  <property name="component.final.name" value="commons-configuration-2.0-beta2"/>
   <property name="build.dir" value="target"/>
   <property name="build.classes.dir" value="${build.dir}/classes"/>
   <property name="src.java.dir" value="src/main/java"/>
diff --git a/pom.xml b/pom.xml
index 4efdee7..2e38312 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-configuration2</artifactId>
-  <version>2.0-beta2-SNAPSHOT</version>
+  <version>2.0-beta2</version>
   <name>Apache Commons Configuration</name>
 
   <inceptionYear>2001</inceptionYear>
@@ -47,9 +47,9 @@
   </issueManagement>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/configuration/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/configuration/trunk</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/configuration/trunk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/configuration/tags/CONFIGURATION_2_0_beta2</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/configuration/tags/CONFIGURATION_2_0_beta2</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/configuration/tags/CONFIGURATION_2_0_beta2</url>
   </scm>
 
   <distributionManagement>