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/03/06 22:56:02 UTC

svn commit: r1297745 - /commons/proper/io/trunk/build.xml

Author: ggregory
Date: Tue Mar  6 21:56:02 2012
New Revision: 1297745

URL: http://svn.apache.org/viewvc?rev=1297745&view=rev
Log:
Mark as 2.2-SNAPSHOT like Maven POM.

Modified:
    commons/proper/io/trunk/build.xml

Modified: commons/proper/io/trunk/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/build.xml?rev=1297745&r1=1297744&r2=1297745&view=diff
==============================================================================
--- commons/proper/io/trunk/build.xml (original)
+++ commons/proper/io/trunk/build.xml Tue Mar  6 21:56:02 2012
@@ -55,7 +55,7 @@
   <property name="component.title"         value="Commons IO"/>
 
   <!-- The current version number of this component -->
-  <property name="component.version"       value="2.1.1-SNAPSHOT"/>
+  <property name="component.version"       value="2.2-SNAPSHOT"/>
 
   <!-- The base directory for component sources -->
   <property name="source.home"             value="src/main/java"/>