You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mk...@apache.org on 2008/03/16 21:52:20 UTC

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

Author: mkleint
Date: Sun Mar 16 13:52:18 2008
New Revision: 637657

URL: http://svn.apache.org/viewvc?rev=637657&view=rev
Log:
MNG-3464

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=637657&r1=637656&r2=637657&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 Sun Mar 16 13:52:18 2008
@@ -30,7 +30,7 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.maven</groupId>
-      <artifactId>maven-core</artifactId>
+      <artifactId>assembly</artifactId>
       <version>2.0.9-SNAPSHOT</version>
       <classifier>bin</classifier>
       <type>tar.gz</type>
@@ -72,7 +72,7 @@
               <artifactItems>
                 <artifactItem>
                   <groupId>org.apache.maven</groupId>
-                  <artifactId>maven-core</artifactId>
+                  <artifactId>assembly</artifactId>
                   <version>${pom.version}</version>
                   <classifier>bin</classifier>
                   <type>tar.gz</type>