You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2008/04/15 09:23:41 UTC

svn commit: r648140 - /maven/components/branches/maven-2.1-xbr/maven-embedder/pom.xml

Author: jvanzyl
Date: Tue Apr 15 00:23:27 2008
New Revision: 648140

URL: http://svn.apache.org/viewvc?rev=648140&view=rev
Log:
o moving the version of commons-cli to the dependencyManagement element of the parent POM

Modified:
    maven/components/branches/maven-2.1-xbr/maven-embedder/pom.xml

Modified: maven/components/branches/maven-2.1-xbr/maven-embedder/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.1-xbr/maven-embedder/pom.xml?rev=648140&r1=648139&r2=648140&view=diff
==============================================================================
--- maven/components/branches/maven-2.1-xbr/maven-embedder/pom.xml (original)
+++ maven/components/branches/maven-2.1-xbr/maven-embedder/pom.xml Tue Apr 15 00:23:27 2008
@@ -54,7 +54,6 @@
     <dependency>
       <groupId>commons-cli</groupId>
       <artifactId>commons-cli</artifactId>
-      <version>1.0</version>
       <exclusions>
         <exclusion>
           <artifactId>commons-lang</artifactId>