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 2008/01/23 20:08:02 UTC

svn commit: r614624 - /geronimo/server/trunk/framework/modules/geronimo-commands/pom.xml

Author: jdillon
Date: Wed Jan 23 11:07:54 2008
New Revision: 614624

URL: http://svn.apache.org/viewvc?rev=614624&view=rev
Log:
Use plexus and gshell releases

Modified:
    geronimo/server/trunk/framework/modules/geronimo-commands/pom.xml

Modified: geronimo/server/trunk/framework/modules/geronimo-commands/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/modules/geronimo-commands/pom.xml?rev=614624&r1=614623&r2=614624&view=diff
==============================================================================
--- geronimo/server/trunk/framework/modules/geronimo-commands/pom.xml (original)
+++ geronimo/server/trunk/framework/modules/geronimo-commands/pom.xml Wed Jan 23 11:07:54 2008
@@ -121,13 +121,13 @@
                 <plugin>
                     <groupId>org.codehaus.plexus</groupId>
                     <artifactId>plexus-maven-plugin</artifactId>
-                    <version>1.3.6-SNAPSHOT</version>
+                    <version>1.3.6</version>
                 </plugin>
 
                 <plugin>
                     <groupId>org.apache.geronimo.gshell</groupId>
                     <artifactId>gshell-maven-plugin</artifactId>
-                    <version>1.0-alpha-1-SNAPSHOT</version>
+                    <version>1.0-alpha-1</version>
                 </plugin>
             </plugins>
         </pluginManagement>
@@ -168,7 +168,7 @@
                     <dependency>
                         <groupId>org.codehaus.plexus</groupId>
                         <artifactId>plexus-cdc-anno</artifactId>
-                        <version>1.0-alpha-1-SNAPSHOT</version>
+                        <version>1.0-alpha-1</version>
                     </dependency>
                 </dependencies>
             </plugin>