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 2013/07/02 17:35:35 UTC

svn commit: r1498984 - /commons/proper/io/trunk/pom.xml

Author: ggregory
Date: Tue Jul  2 15:35:35 2013
New Revision: 1498984

URL: http://svn.apache.org/r1498984
Log:
Use commons-parent 32.

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=1498984&r1=1498983&r2=1498984&view=diff
==============================================================================
--- commons/proper/io/trunk/pom.xml (original)
+++ commons/proper/io/trunk/pom.xml Tue Jul  2 15:35:35 2013
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>30</version>
+    <version>32</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-io</groupId>