You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2009/02/19 22:55:21 UTC

svn commit: r746014 - /maven/components/branches/maven-2.1.x/maven-script/maven-script-ant/pom.xml

Author: jdcasey
Date: Thu Feb 19 21:55:21 2009
New Revision: 746014

URL: http://svn.apache.org/viewvc?rev=746014&view=rev
Log:
use released version of plexus-ant-factory 1.0-alpha-2.1

Modified:
    maven/components/branches/maven-2.1.x/maven-script/maven-script-ant/pom.xml

Modified: maven/components/branches/maven-2.1.x/maven-script/maven-script-ant/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.1.x/maven-script/maven-script-ant/pom.xml?rev=746014&r1=746013&r2=746014&view=diff
==============================================================================
--- maven/components/branches/maven-2.1.x/maven-script/maven-script-ant/pom.xml (original)
+++ maven/components/branches/maven-2.1.x/maven-script/maven-script-ant/pom.xml Thu Feb 19 21:55:21 2009
@@ -46,20 +46,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-ant-factory</artifactId>
-      <version>1.0-alpha-2.1-SNAPSHOT</version>
-      <!-- We need to exclude this artifact's dependency on Ant, -->
-      <!-- because it has a different groupId that the version of Ant -->
-      <!-- we want to use now. -->
-      <exclusions>
-        <exclusion>
-          <groupId>ant</groupId>
-          <artifactId>ant</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>ant</groupId>
-          <artifactId>ant-launcher</artifactId>
-        </exclusion>
-      </exclusions>
+      <version>1.0-alpha-2.1</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>