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 2017/12/20 09:26:50 UTC

[maven-ant-plugin] 32/50: o Updated prerequisite to 2.0.2 and updated dependencies o Tested install with Maven 2.0.2, 2.0.3 and 2.0.4

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to annotated tag maven-ant-plugin-2.0
in repository https://gitbox.apache.org/repos/asf/maven-ant-plugin.git

commit eac24a793f6663b7f40a784c92618b10e8354025
Author: Vincent Siveton <vs...@apache.org>
AuthorDate: Tue Sep 26 12:49:34 2006 +0000

    o Updated prerequisite to 2.0.2 and updated dependencies
    o Tested install with Maven 2.0.2, 2.0.3 and 2.0.4
    
    
    git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-ant-plugin@450034 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 25 ++++++++++++++++++-------
 1 file changed, 18 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index f0ff565..fdc291b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
   <name>Maven Ant Plugin</name>
   <version>2.0-beta-2-SNAPSHOT</version>
   <prerequisites>
-    <maven>2.0</maven>
+    <maven>2.0.2</maven>
   </prerequisites>
   <issueManagement>
     <system>jira</system>
@@ -40,18 +40,23 @@
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-project</artifactId>
-      <version>2.0.4</version>
+      <version>2.0.2</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-settings</artifactId>
+      <version>2.0.2</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-plugin-api</artifactId>
-      <version>2.0.4</version>
+      <version>2.0.2</version>
     </dependency>
+    <!-- For Maven 2.0.2 -->
     <dependency>
-      <groupId>org.apache.maven.shared</groupId>
-      <artifactId>maven-plugin-testing-harness</artifactId>
-      <version>1.0-beta-2-SNAPSHOT</version>
-      <scope>test</scope>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-utils</artifactId>
+      <version>1.1</version>
     </dependency>
     <dependency>
       <groupId>ant</groupId>
@@ -59,6 +64,12 @@
       <version>1.6.5</version>
     </dependency>
     <dependency>
+      <groupId>org.apache.maven.shared</groupId>
+      <artifactId>maven-plugin-testing-harness</artifactId>
+      <version>1.0-beta-1</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>ant</groupId>
       <artifactId>ant-junit</artifactId>
       <version>1.6.5</version>

-- 
To stop receiving notification emails like this one, please contact
"commits@maven.apache.org" <co...@maven.apache.org>.