Author: bimargulies
Date: Thu Apr 14 12:35:24 2016
New Revision: 1739074
URL: http://svn.apache.org/viewvc?rev=1739074&view=rev
Log:
Put the right RC version into the POM.
Modified:
commons/proper/io/trunk/pom.xml
Modified: commons/proper/io/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.xml?rev=1739074&r1=1739073&r2=1739074&view=diff
==============================================================================
--- commons/proper/io/trunk/pom.xml (original)
+++ commons/proper/io/trunk/pom.xml Thu Apr 14 12:35:24 2016
@@ -24,7 +24,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.5-RC5-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
<name>Apache Commons IO</name>
<inceptionYear>2002</inceptionYear>
@@ -237,7 +237,7 @@ file comparators, endian transformation
<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>