You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ol...@apache.org on 2007/11/12 12:32:52 UTC

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

Author: olamy
Date: Mon Nov 12 03:32:51 2007
New Revision: 594086

URL: http://svn.apache.org/viewvc?rev=594086&view=rev
Log:
use 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?rev=594086&r1=594085&r2=594086&view=diff
==============================================================================
--- maven/continuum/trunk/pom.xml (original)
+++ maven/continuum/trunk/pom.xml Mon Nov 12 03:32:51 2007
@@ -523,12 +523,12 @@
       <dependency>
         <groupId>org.codehaus.plexus.registry</groupId>
         <artifactId>plexus-registry-api</artifactId>
-        <version>1.0-alpha-3-SNAPSHOT</version>
+        <version>1.0-alpha-3</version>
       </dependency>
       <dependency>
         <groupId>org.codehaus.plexus.registry</groupId>
         <artifactId>plexus-registry-commons</artifactId>
-        <version>1.0-alpha-3-SNAPSHOT</version>
+        <version>1.0-alpha-3</version>
         <exclusions>
           <exclusion>
             <groupId>ant</groupId>