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/01/24 11:04:29 UTC

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

Author: evenisse
Date: Wed Jan 24 02:04:28 2007
New Revision: 499331

URL: http://svn.apache.org/viewvc?view=rev&rev=499331
Log:
Update plexus to released version

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=499331&r1=499330&r2=499331
==============================================================================
--- maven/continuum/trunk/pom.xml (original)
+++ maven/continuum/trunk/pom.xml Wed Jan 24 02:04:28 2007
@@ -141,12 +141,12 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-component-api</artifactId>
-      <version>1.0-alpha-16-SNAPSHOT</version>
+      <version>1.0-alpha-16</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-container-default</artifactId>
-      <version>1.0-alpha-16-SNAPSHOT</version>
+      <version>1.0-alpha-16</version>
     </dependency>
   </dependencies>
   <dependencyManagement>