You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/05/24 01:49:54 UTC

svn commit: r178056 - /maven/components/trunk/maven-core/pom.xml

Author: brett
Date: Mon May 23 16:49:52 2005
New Revision: 178056

URL: http://svn.apache.org/viewcvs?rev=178056&view=rev
Log:
cli 1.0 is broken - on linux, empty vars occur and it checks up the arg list as part of -D arguments

Modified:
    maven/components/trunk/maven-core/pom.xml

Modified: maven/components/trunk/maven-core/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-core/pom.xml?rev=178056&r1=178055&r2=178056&view=diff
==============================================================================
--- maven/components/trunk/maven-core/pom.xml (original)
+++ maven/components/trunk/maven-core/pom.xml Mon May 23 16:49:52 2005
@@ -62,7 +62,7 @@
     <dependency>
       <groupId>commons-cli</groupId>
       <artifactId>commons-cli</artifactId>
-      <version>1.0</version>
+      <version>1.0-beta-2</version>
     </dependency>
     <dependency>
       <groupId>plexus</groupId>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org