You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2009/04/13 13:12:42 UTC

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

Author: vsiveton
Date: Mon Apr 13 11:12:42 2009
New Revision: 764408

URL: http://svn.apache.org/viewvc?rev=764408&view=rev
Log:
o added missing plexus-interactivity-jline
o bumped p-u to latest version

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=764408&r1=764407&r2=764408&view=diff
==============================================================================
--- maven/plugins/trunk/maven-ant-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-ant-plugin/pom.xml Mon Apr 13 11:12:42 2009
@@ -83,7 +83,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>1.5.5</version>
+      <version>1.5.8</version>
     </dependency>
     <dependency>
       <groupId>ant</groupId>
@@ -100,6 +100,11 @@
       <artifactId>xml-apis</artifactId>
       <version>1.0.b2</version>
     </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-interactivity-jline</artifactId>
+      <version>1.0-alpha-5</version>
+    </dependency>
 
     <!-- test -->
     <dependency>