You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ma...@apache.org on 2012/05/22 12:28:17 UTC

svn commit: r1341392 - /maven/shared/trunk/maven-runtime/pom.xml

Author: markh
Date: Tue May 22 10:28:17 2012
New Revision: 1341392

URL: http://svn.apache.org/viewvc?rev=1341392&view=rev
Log:
[MSHARED-227] Upgrade dependencies to Maven3

o Upgraded maven-project:2.0.8 to new location in maven-core:3.0.4
o Upgraded maven-plugin-testing-tools to 2.0-alpha-1 for Maven3 compatibility

Modified:
    maven/shared/trunk/maven-runtime/pom.xml

Modified: maven/shared/trunk/maven-runtime/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-runtime/pom.xml?rev=1341392&r1=1341391&r2=1341392&view=diff
==============================================================================
--- maven/shared/trunk/maven-runtime/pom.xml (original)
+++ maven/shared/trunk/maven-runtime/pom.xml Tue May 22 10:28:17 2012
@@ -54,13 +54,13 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.maven</groupId>
-      <artifactId>maven-project</artifactId>
-      <version>2.0.8</version>
+      <artifactId>maven-core</artifactId>
+      <version>3.0.4</version>
     </dependency>
     <dependency>
-      <groupId>org.apache.maven.shared</groupId>
+      <groupId>org.apache.maven.plugin-testing</groupId>
       <artifactId>maven-plugin-testing-tools</artifactId>
-      <version>1.0-alpha-3</version>
+      <version>2.0-alpha-1</version>
       <scope>test</scope>
     </dependency>
     <dependency>