You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by sg...@apache.org on 2010/08/12 18:14:47 UTC

svn commit: r984848 - /commons/proper/exec/trunk/pom.xml

Author: sgoeschl
Date: Thu Aug 12 16:14:47 2010
New Revision: 984848

URL: http://svn.apache.org/viewvc?rev=984848&view=rev
Log:
Using commons-parent 17 now

Modified:
    commons/proper/exec/trunk/pom.xml

Modified: commons/proper/exec/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/exec/trunk/pom.xml?rev=984848&r1=984847&r2=984848&view=diff
==============================================================================
--- commons/proper/exec/trunk/pom.xml (original)
+++ commons/proper/exec/trunk/pom.xml Thu Aug 12 16:14:47 2010
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-parent</artifactId>
-        <version>15</version>
+        <version>17</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <name>Commons Exec</name>