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 15:32:49 UTC

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

Author: jdillon
Date: Wed Jun 11 06:32:49 2008
New Revision: 666661

URL: http://svn.apache.org/viewvc?rev=666661&view=rev
Log:
Added gshell-console, dropped gshell-expr

Modified:
    geronimo/gshell/trunk/pom.xml

Modified: geronimo/gshell/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/pom.xml?rev=666661&r1=666660&r2=666661&view=diff
==============================================================================
--- geronimo/gshell/trunk/pom.xml (original)
+++ geronimo/gshell/trunk/pom.xml Wed Jun 11 06:32:49 2008
@@ -342,7 +342,7 @@
 
             <dependency>
                 <groupId>org.apache.geronimo.gshell.support</groupId>
-                <artifactId>gshell-expr</artifactId>
+                <artifactId>gshell-console</artifactId>
                 <version>1.0-alpha-2-SNAPSHOT</version>
             </dependency>