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

svn commit: r645098 - /maven/plugins/trunk/maven-ant-plugin/pom.xml

Author: hboutemy
Date: Sat Apr  5 06:45:27 2008
New Revision: 645098

URL: http://svn.apache.org/viewvc?rev=645098&view=rev
Log:
o updated prerequisite to Maven 2.0.6 since plexus-utils version is > 1.1
o upgraded plexus-utils to 1.5.1 to support spaces in dir name

Modified:
    maven/plugins/trunk/maven-ant-plugin/pom.xml

Modified: maven/plugins/trunk/maven-ant-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-ant-plugin/pom.xml?rev=645098&r1=645097&r2=645098&view=diff
==============================================================================
--- maven/plugins/trunk/maven-ant-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-ant-plugin/pom.xml Sat Apr  5 06:45:27 2008
@@ -33,7 +33,7 @@
   <name>Maven Ant Plugin</name>
   <version>2.1-SNAPSHOT</version>
   <prerequisites>
-    <maven>2.0.4</maven>
+    <maven>2.0.6</maven>
   </prerequisites>
   <issueManagement>
     <system>jira</system>
@@ -74,7 +74,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>1.4.1</version>
+      <version>1.5.1</version>
     </dependency>
     <dependency>
       <groupId>ant</groupId>