You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2007/12/06 22:39:01 UTC

svn commit: r601866 - /geronimo/gshell/trunk/pom.xml

Author: jdillon
Date: Thu Dec  6 13:39:00 2007
New Revision: 601866

URL: http://svn.apache.org/viewvc?rev=601866&view=rev
Log:
(GSHELL-91) Upgrade to plexus-component-annotations 1.0-alpha-1
(GSHELL-83) Upgrade to plexus-cdc-anno 1.0-alpha-9

Modified:
    geronimo/gshell/trunk/pom.xml

Modified: geronimo/gshell/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/pom.xml?rev=601866&r1=601865&r2=601866&view=diff
==============================================================================
--- geronimo/gshell/trunk/pom.xml (original)
+++ geronimo/gshell/trunk/pom.xml Thu Dec  6 13:39:00 2007
@@ -103,7 +103,7 @@
             <dependency>
                 <groupId>org.codehaus.plexus</groupId>
                 <artifactId>plexus-component-annotations</artifactId>
-                <version>1.0-alpha-1-SNAPSHOT</version>
+                <version>1.0-alpha-1</version>
             </dependency>
 
             <dependency>
@@ -181,7 +181,7 @@
             <dependency>
                 <groupId>org.codehaus.plexus</groupId>
                 <artifactId>plexus-cdc-anno</artifactId>
-                <version>1.0-alpha-1-SNAPSHOT</version>
+                <version>1.0-alpha-9</version>
             </dependency>
         </dependencies>
     </dependencyManagement>