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 2007/02/26 20:36:01 UTC

svn commit: r511964 - /maven/continuum/trunk/pom.xml

Author: evenisse
Date: Mon Feb 26 11:36:00 2007
New Revision: 511964

URL: http://svn.apache.org/viewvc?view=rev&rev=511964
Log:
Upgrade plexus version to 1.0-alpha-18-SNAPSHOT because it is required by the latest plexus-appserver

Modified:
    maven/continuum/trunk/pom.xml

Modified: maven/continuum/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/pom.xml?view=diff&rev=511964&r1=511963&r2=511964
==============================================================================
--- maven/continuum/trunk/pom.xml (original)
+++ maven/continuum/trunk/pom.xml Mon Feb 26 11:36:00 2007
@@ -141,12 +141,12 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-component-api</artifactId>
-      <version>1.0-alpha-17</version>
+      <version>1.0-alpha-18-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-container-default</artifactId>
-      <version>1.0-alpha-17</version>
+      <version>1.0-alpha-18-SNAPSHOT</version>
     </dependency>
   </dependencies>
   <dependencyManagement>