You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2008/10/01 01:52:50 UTC

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

Author: brett
Date: Tue Sep 30 16:52:50 2008
New Revision: 700633

URL: http://svn.apache.org/viewvc?rev=700633&view=rev
Log:
update suite artifact ID

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=700633&r1=700632&r2=700633&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 Tue Sep 30 16:52:50 2008
@@ -57,7 +57,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.maven.its</groupId>
-            <artifactId>core-integration-tests</artifactId>
+            <artifactId>core-it-suite</artifactId>
             <version>2.1-SNAPSHOT</version>
             <classifier>tests</classifier>
             <scope>test</scope>