You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by pg...@apache.org on 2008/04/25 21:07:30 UTC

svn commit: r651683 - /maven/components/branches/maven-2.0.x/maven-core-it-runner/pom.xml

Author: pgier
Date: Fri Apr 25 12:07:23 2008
New Revision: 651683

URL: http://svn.apache.org/viewvc?rev=651683&view=rev
Log:
Update artifactId for dependencies on maven-distribution.

Modified:
    maven/components/branches/maven-2.0.x/maven-core-it-runner/pom.xml

Modified: maven/components/branches/maven-2.0.x/maven-core-it-runner/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/maven-core-it-runner/pom.xml?rev=651683&r1=651682&r2=651683&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.x/maven-core-it-runner/pom.xml (original)
+++ maven/components/branches/maven-2.0.x/maven-core-it-runner/pom.xml Fri Apr 25 12:07:23 2008
@@ -30,7 +30,7 @@
     <dependencies>
         <dependency>
             <groupId>org.apache.maven</groupId>
-            <artifactId>apache-maven</artifactId>
+            <artifactId>maven-distribution</artifactId>
             <version>${project.version}</version>
             <classifier>bin</classifier>
             <type>tar.gz</type>
@@ -53,7 +53,7 @@
                             <artifactItems>
                                 <artifactItem>
                                     <groupId>org.apache.maven</groupId>
-                                    <artifactId>apache-maven</artifactId>
+                                    <artifactId>maven-distribution</artifactId>
                                     <version>${project.version}</version>
                                     <classifier>bin</classifier>
                                     <type>tar.gz</type>