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 2005/12/08 00:48:17 UTC

svn commit: r354912 - /maven/components/trunk/integration-tests/maven-core-it-plugin/pom.xml

Author: jdcasey
Date: Wed Dec  7 15:48:15 2005
New Revision: 354912

URL: http://svn.apache.org/viewcvs?rev=354912&view=rev
Log:
Bumping versions for maven deps up to 2.0.

Modified:
    maven/components/trunk/integration-tests/maven-core-it-plugin/pom.xml

Modified: maven/components/trunk/integration-tests/maven-core-it-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/integration-tests/maven-core-it-plugin/pom.xml?rev=354912&r1=354911&r2=354912&view=diff
==============================================================================
--- maven/components/trunk/integration-tests/maven-core-it-plugin/pom.xml (original)
+++ maven/components/trunk/integration-tests/maven-core-it-plugin/pom.xml Wed Dec  7 15:48:15 2005
@@ -15,17 +15,17 @@
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-project</artifactId>
-      <version>2.0-beta-1</version>
+      <version>2.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-artifact</artifactId>
-      <version>2.0-beta-1</version>
+      <version>2.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-archiver</artifactId>
-      <version>2.0-beta-1</version>
+      <version>2.0</version>
     </dependency>
     <dependency>
       <groupId>jline</groupId>