You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ha...@apache.org on 2007/03/16 19:34:36 UTC

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

Author: handyande
Date: Fri Mar 16 11:34:32 2007
New Revision: 519084

URL: http://svn.apache.org/viewvc?view=rev&rev=519084
Log:
Released container

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=519084&r1=519083&r2=519084
==============================================================================
--- maven/continuum/trunk/pom.xml (original)
+++ maven/continuum/trunk/pom.xml Fri Mar 16 11:34:32 2007
@@ -141,12 +141,12 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-component-api</artifactId>
-      <version>1.0-alpha-20-SNAPSHOT</version>
+      <version>1.0-alpha-20</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-container-default</artifactId>
-      <version>1.0-alpha-20-SNAPSHOT</version>
+      <version>1.0-alpha-20</version>
     </dependency>
   </dependencies>
   <dependencyManagement>