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/05/15 20:52:47 UTC

svn commit: r656793 - /geronimo/server/trunk/pom.xml

Author: jdillon
Date: Thu May 15 11:52:46 2008
New Revision: 656793

URL: http://svn.apache.org/viewvc?rev=656793&view=rev
Log:
Still need gshell-command-api in DM

Modified:
    geronimo/server/trunk/pom.xml

Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?rev=656793&r1=656792&r2=656793&view=diff
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Thu May 15 11:52:46 2008
@@ -1348,7 +1348,13 @@
                 <artifactId>gshell-bootstrap</artifactId>
                 <version>1.0-alpha-1</version>
             </dependency>
-
+            
+            <dependency>
+                <groupId>org.apache.geronimo.gshell</groupId>
+                <artifactId>gshell-command-api</artifactId>
+                <version>1.0-alpha-1</version>
+            </dependency>
+            
             <dependency>
                 <groupId>org.apache.geronimo.gshell</groupId>
                 <artifactId>gshell-core</artifactId>
@@ -2106,7 +2112,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-dependency-plugin</artifactId>
-                    <version>2.0-alpha-4</version>
+                    <version>2.0</version>
                 </plugin>
 
                 <plugin>