Creating beanutils-1.9.1-RC1 tag.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/beanutils/tags/BEANUTILS_1_9_1_RC1@1555953 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/build.xml b/build.xml
index 8fc7d34..d1be5e5 100644
--- a/build.xml
+++ b/build.xml
@@ -43,7 +43,7 @@
   <property name="component.title"         value="Bean Introspection Utilities"/>
 
   <!-- The current version number of this component -->
-  <property name="component.version"       value="1.9.1-SNAPSHOT"/>
+  <property name="component.version"       value="1.9.1"/>
 
   <!-- The base directory for compilation targets -->
   <property name="build.home"              value="target"/>
diff --git a/pom.xml b/pom.xml
index ff022e5..deebef3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-beanutils</groupId>
   <artifactId>commons-beanutils</artifactId>
-  <version>1.9.1-SNAPSHOT</version>
+  <version>1.9.1</version>
   <name>Apache Commons BeanUtils</name>
 
   <inceptionYear>2000</inceptionYear>
@@ -41,9 +41,9 @@
   </issueManagement>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/beanutils/trunk/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/beanutils/trunk/</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/beanutils/tags/BEANUTILS_1_9_1/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/beanutils/tags/BEANUTILS_1_9_1/</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/beanutils/tags/BEANUTILS_1_9_1/</url>
   </scm>
 
   <distributionManagement>