Author: sebb
Date: Tue Mar 20 10:58:39 2012
New Revision: 1302834

URL: http://svn.apache.org/viewvc?rev=1302834&view=rev
Log:
Don't leave non-SNAPSHOT versions where CI bots can see them

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=1302834&r1=1302833&r2=1302834&view=diff
==============================================================================
--- commons/proper/io/trunk/pom.xml (original)
+++ commons/proper/io/trunk/pom.xml Tue Mar 20 10:58:39 2012
@@ -24,7 +24,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-io</groupId>
   <artifactId>commons-io</artifactId>
-  <version>2.2</version>
+  <version>2.3-SNAPSHOT</version>
   <name>Commons IO</name>
 
   <inceptionYear>2002</inceptionYear>


Reply via email to