You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2009/07/19 20:39:46 UTC

svn commit: r795592 - /maven/components/trunk/pom.xml

Author: bentmann
Date: Sun Jul 19 18:39:46 2009
New Revision: 795592

URL: http://svn.apache.org/viewvc?rev=795592&view=rev
Log:
o Updated to commons-cli to sync with 2.2.x

Modified:
    maven/components/trunk/pom.xml

Modified: maven/components/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/pom.xml?rev=795592&r1=795591&r2=795592&view=diff
==============================================================================
--- maven/components/trunk/pom.xml (original)
+++ maven/components/trunk/pom.xml Sun Jul 19 18:39:46 2009
@@ -39,7 +39,7 @@
 
   <properties>
     <classWorldsVersion>1.5.0</classWorldsVersion>
-    <commonsCliVersion>1.0</commonsCliVersion>
+    <commonsCliVersion>1.2</commonsCliVersion>
     <easyMockVersion>1.2_Java1.3</easyMockVersion>
     <junitVersion>3.8.2</junitVersion>
     <plexusVersion>1.0.0</plexusVersion>