You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2008/07/21 19:44:16 UTC

svn commit: r678496 - /commons/proper/cli/branches/cli-1.x/pom.xml

Author: niallp
Date: Mon Jul 21 10:44:16 2008
New Revision: 678496

URL: http://svn.apache.org/viewvc?rev=678496&view=rev
Log:
change commons-parent to version 11

Modified:
    commons/proper/cli/branches/cli-1.x/pom.xml

Modified: commons/proper/cli/branches/cli-1.x/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/cli/branches/cli-1.x/pom.xml?rev=678496&r1=678495&r2=678496&view=diff
==============================================================================
--- commons/proper/cli/branches/cli-1.x/pom.xml (original)
+++ commons/proper/cli/branches/cli-1.x/pom.xml Mon Jul 21 10:44:16 2008
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>10</version>
+    <version>11</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-cli</groupId>