Add RC tag.


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/tags/commons-io-2.5-RC4@1739100 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 809d5c4..8ab8149 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-io</groupId>
   <artifactId>commons-io</artifactId>
-  <version>2.5-RC4</version>
+  <version>2.5</version>
   <name>Apache Commons IO</name>
 
   <inceptionYear>2002</inceptionYear>
@@ -49,9 +49,9 @@
   </distributionManagement>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/io/tags/commons-io-2.5-RC4</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/io/tags/commons-io-2.5-RC4</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/io/tags/commons-io-2.5-RC4</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/io/tags/commons-io-2.5</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/io/tags/commons-io-2.5</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/io/tags/commons-io-2.5</url>
   </scm>
 
   <developers>
@@ -237,7 +237,7 @@
     <maven.compiler.source>1.6</maven.compiler.source>
     <maven.compiler.target>1.6</maven.compiler.target>
     <commons.componentid>io</commons.componentid>
-    <commons.rc.version>RC1</commons.rc.version>
+    <commons.rc.version>RC4</commons.rc.version>
     <commons.release.version>2.5</commons.release.version>
     <commons.release.desc>(requires JDK 1.6+)</commons.release.desc>
     <commons.jira.id>IO</commons.jira.id>