You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2012/09/28 13:52:23 UTC

svn commit: r1391412 - in /commons/proper/io/trunk: pom.xml src/changes/changes.xml

Author: ggregory
Date: Fri Sep 28 11:52:22 2012
New Revision: 1391412

URL: http://svn.apache.org/viewvc?rev=1391412&view=rev
Log:
Bump version to 2.5 from 2.4.

Modified:
    commons/proper/io/trunk/pom.xml
    commons/proper/io/trunk/src/changes/changes.xml

Modified: commons/proper/io/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.xml?rev=1391412&r1=1391411&r2=1391412&view=diff
==============================================================================
--- commons/proper/io/trunk/pom.xml (original)
+++ commons/proper/io/trunk/pom.xml Fri Sep 28 11:52:22 2012
@@ -24,7 +24,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-io</groupId>
   <artifactId>commons-io</artifactId>
-  <version>2.4-SNAPSHOT</version>
+  <version>2.5-SNAPSHOT</version>
   <name>Commons IO</name>
 
   <inceptionYear>2002</inceptionYear>
@@ -228,7 +228,7 @@ file comparators, endian transformation 
     <maven.compile.target>1.6</maven.compile.target>
     <commons.componentid>io</commons.componentid>
     <commons.rc.version>RC1</commons.rc.version>
-    <commons.release.version>2.4</commons.release.version>
+    <commons.release.version>2.5</commons.release.version>
     <commons.release.desc>(requires JDK 1.6+)</commons.release.desc>
     <commons.release.2.version>2.2</commons.release.2.version>
     <commons.release.2.desc>(requires JDK 1.5+)</commons.release.2.desc>

Modified: commons/proper/io/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/src/changes/changes.xml?rev=1391412&r1=1391411&r2=1391412&view=diff
==============================================================================
--- commons/proper/io/trunk/src/changes/changes.xml (original)
+++ commons/proper/io/trunk/src/changes/changes.xml Fri Sep 28 11:52:22 2012
@@ -46,6 +46,9 @@ The <action> type attribute can be add,u
 
   <body>
     <!-- The release date is the date RC is cut -->
+    <release version="2.5" date="201?-??-??" description="New features and bug fixes.">
+    </release>
+    <!-- The release date is the date RC is cut -->
     <release version="2.4" date="2012-06-12" description="New features and bug fixes.">
       <action issue="IO-343" dev="ggregory" type="fix" due-to="igorlash">
         org.apache.commons.io.comparator Javadoc is inconsistent with real code.