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/06/11 20:29:53 UTC

svn commit: r666773 - in /geronimo/gshell/trunk: gshell-commands/gshell-bsf/pom.xml gshell-remote/gshell-remote-client/pom.xml

Author: jdillon
Date: Wed Jun 11 11:29:53 2008
New Revision: 666773

URL: http://svn.apache.org/viewvc?rev=666773&view=rev
Log:
Replace gshell-core dep with gshell-console

Modified:
    geronimo/gshell/trunk/gshell-commands/gshell-bsf/pom.xml
    geronimo/gshell/trunk/gshell-remote/gshell-remote-client/pom.xml

Modified: geronimo/gshell/trunk/gshell-commands/gshell-bsf/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-commands/gshell-bsf/pom.xml?rev=666773&r1=666772&r2=666773&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-commands/gshell-bsf/pom.xml (original)
+++ geronimo/gshell/trunk/gshell-commands/gshell-bsf/pom.xml Wed Jun 11 11:29:53 2008
@@ -44,8 +44,8 @@
         </dependency>
 
         <dependency>
-            <groupId>org.apache.geronimo.gshell</groupId>
-            <artifactId>gshell-core</artifactId>
+            <groupId>org.apache.geronimo.gshell.support</groupId>
+            <artifactId>gshell-console</artifactId>
         </dependency>
 
         <dependency>

Modified: geronimo/gshell/trunk/gshell-remote/gshell-remote-client/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-remote/gshell-remote-client/pom.xml?rev=666773&r1=666772&r2=666773&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-remote/gshell-remote-client/pom.xml (original)
+++ geronimo/gshell/trunk/gshell-remote/gshell-remote-client/pom.xml Wed Jun 11 11:29:53 2008
@@ -44,8 +44,8 @@
         </dependency>
         
         <dependency>
-            <groupId>org.apache.geronimo.gshell</groupId>
-            <artifactId>gshell-core</artifactId>
+            <groupId>org.apache.geronimo.gshell.support</groupId>
+            <artifactId>gshell-console</artifactId>
         </dependency>
     </dependencies>