Author: niallp
Date: Mon Oct  4 20:21:06 2010
New Revision: 1004395

URL: http://svn.apache.org/viewvc?rev=1004395&view=rev
Log:
Preparation for 2.0 release

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=1004395&r1=1004394&r2=1004395&view=diff
==============================================================================
--- commons/proper/io/trunk/pom.xml (original)
+++ commons/proper/io/trunk/pom.xml Mon Oct  4 20:21:06 2010
@@ -211,7 +211,10 @@
     <maven.compile.source>1.5</maven.compile.source>
     <maven.compile.target>1.5</maven.compile.target>
     <commons.componentid>io</commons.componentid>
-    <commons.release.version>1.4</commons.release.version>
+    <commons.release.version>2.0</commons.release.version>
+    <commons.release.desc>(requires JDK 1.5+)</commons.release.desc>
+    <commons.release.2.version>1.4</commons.release.2.version>
+    <commons.release.2.desc>(requires JDK 1.3+)</commons.release.2.desc>
     <commons.jira.id>IO</commons.jira.id>
     <commons.jira.pid>12310477</commons.jira.pid>
   </properties> 


Reply via email to