You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2005/10/10 18:02:45 UTC

svn commit: r312674 - /maven/continuum/trunk/continuum-core-it/pom.xml

Author: evenisse
Date: Mon Oct 10 09:02:41 2005
New Revision: 312674

URL: http://svn.apache.org/viewcvs?rev=312674&view=rev
Log:
Use versions define in dependencyManagement

Modified:
    maven/continuum/trunk/continuum-core-it/pom.xml

Modified: maven/continuum/trunk/continuum-core-it/pom.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-core-it/pom.xml?rev=312674&r1=312673&r2=312674&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-core-it/pom.xml (original)
+++ maven/continuum/trunk/continuum-core-it/pom.xml Mon Oct 10 09:02:41 2005
@@ -17,7 +17,6 @@
     <dependency>
       <groupId>org.apache.maven.continuum</groupId>
       <artifactId>continuum-xmlrpc</artifactId>
-      <version>1.0-beta-2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>incubator-derby</groupId>
@@ -26,7 +25,6 @@
     <dependency>
       <groupId>org.apache.maven.continuum</groupId>
       <artifactId>continuum-test</artifactId>
-      <version>1.0-beta-2-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -36,7 +34,6 @@
     <dependency>
       <groupId>org.apache.maven.continuum</groupId>
       <artifactId>continuum-plexus-application</artifactId>
-      <version>1.0-beta-2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>plexus</groupId>