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/09/01 00:46:15 UTC

svn commit: r571635 - in /geronimo/sandbox/gshell/trunk: gshell-assembly/pom.xml gshell-commands/gshell-bsf/pom.xml gshell-commands/gshell-optional/pom.xml gshell-commands/gshell-vfs/pom.xml gshell-commands/pom.xml gshell-testsuite/pom.xml

Author: jdillon
Date: Fri Aug 31 15:46:14 2007
New Revision: 571635

URL: http://svn.apache.org/viewvc?rev=571635&view=rev
Log:
Update groupId for commands to org.apache.geronimo.gshell.commands

Modified:
    geronimo/sandbox/gshell/trunk/gshell-assembly/pom.xml
    geronimo/sandbox/gshell/trunk/gshell-commands/gshell-bsf/pom.xml
    geronimo/sandbox/gshell/trunk/gshell-commands/gshell-optional/pom.xml
    geronimo/sandbox/gshell/trunk/gshell-commands/gshell-vfs/pom.xml
    geronimo/sandbox/gshell/trunk/gshell-commands/pom.xml
    geronimo/sandbox/gshell/trunk/gshell-testsuite/pom.xml

Modified: geronimo/sandbox/gshell/trunk/gshell-assembly/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/gshell-assembly/pom.xml?rev=571635&r1=571634&r2=571635&view=diff
==============================================================================
--- geronimo/sandbox/gshell/trunk/gshell-assembly/pom.xml (original)
+++ geronimo/sandbox/gshell/trunk/gshell-assembly/pom.xml Fri Aug 31 15:46:14 2007
@@ -60,20 +60,20 @@
         </dependency>
         
         <dependency>
-            <groupId>org.apache.geronimo.gshell</groupId>
+            <groupId>org.apache.geronimo.gshell.commands</groupId>
             <artifactId>gshell-optional</artifactId>
             <version>${pom.version}</version>
         </dependency>
 
         <!--
         <dependency>
-            <groupId>org.apache.geronimo.gshell</groupId>
+            <groupId>org.apache.geronimo.gshell.commands</groupId>
             <artifactId>gshell-bsf</artifactId>
             <version>${pom.version}</version>
         </dependency>
 
         <dependency>
-            <groupId>org.apache.geronimo.gshell</groupId>
+            <groupId>org.apache.geronimo.gshell.commands</groupId>
             <artifactId>gshell-vfs</artifactId>
             <version>${pom.version}</version>
         </dependency>

Modified: geronimo/sandbox/gshell/trunk/gshell-commands/gshell-bsf/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/gshell-commands/gshell-bsf/pom.xml?rev=571635&r1=571634&r2=571635&view=diff
==============================================================================
--- geronimo/sandbox/gshell/trunk/gshell-commands/gshell-bsf/pom.xml (original)
+++ geronimo/sandbox/gshell/trunk/gshell-commands/gshell-bsf/pom.xml Fri Aug 31 15:46:14 2007
@@ -25,7 +25,7 @@
     <modelVersion>4.0.0</modelVersion>
     
     <parent>
-        <groupId>org.apache.geronimo.gshell</groupId>
+        <groupId>org.apache.geronimo.gshell.commands</groupId>
         <artifactId>gshell-commands</artifactId>
         <version>1.0-alpha-1-SNAPSHOT</version>
     </parent>

Modified: geronimo/sandbox/gshell/trunk/gshell-commands/gshell-optional/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/gshell-commands/gshell-optional/pom.xml?rev=571635&r1=571634&r2=571635&view=diff
==============================================================================
--- geronimo/sandbox/gshell/trunk/gshell-commands/gshell-optional/pom.xml (original)
+++ geronimo/sandbox/gshell/trunk/gshell-commands/gshell-optional/pom.xml Fri Aug 31 15:46:14 2007
@@ -25,7 +25,7 @@
     <modelVersion>4.0.0</modelVersion>
     
     <parent>
-        <groupId>org.apache.geronimo.gshell</groupId>
+        <groupId>org.apache.geronimo.gshell.commands</groupId>
         <artifactId>gshell-commands</artifactId>
         <version>1.0-alpha-1-SNAPSHOT</version>
     </parent>

Modified: geronimo/sandbox/gshell/trunk/gshell-commands/gshell-vfs/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/gshell-commands/gshell-vfs/pom.xml?rev=571635&r1=571634&r2=571635&view=diff
==============================================================================
--- geronimo/sandbox/gshell/trunk/gshell-commands/gshell-vfs/pom.xml (original)
+++ geronimo/sandbox/gshell/trunk/gshell-commands/gshell-vfs/pom.xml Fri Aug 31 15:46:14 2007
@@ -25,7 +25,7 @@
     <modelVersion>4.0.0</modelVersion>
     
     <parent>
-        <groupId>org.apache.geronimo.gshell</groupId>
+        <groupId>org.apache.geronimo.gshell.commands</groupId>
         <artifactId>gshell-commands</artifactId>
         <version>1.0-alpha-1-SNAPSHOT</version>
     </parent>
@@ -34,12 +34,6 @@
     <name>GShell Commands :: VFS</name>
 
     <dependencies>
-        <dependency>
-            <groupId>org.apache.geronimo.gshell</groupId>
-            <artifactId>gshell-api</artifactId>
-            <version>${pom.version}</version>
-        </dependency>
-        
         <dependency>
             <groupId>commons-vfs</groupId>
             <artifactId>commons-vfs</artifactId>

Modified: geronimo/sandbox/gshell/trunk/gshell-commands/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/gshell-commands/pom.xml?rev=571635&r1=571634&r2=571635&view=diff
==============================================================================
--- geronimo/sandbox/gshell/trunk/gshell-commands/pom.xml (original)
+++ geronimo/sandbox/gshell/trunk/gshell-commands/pom.xml Fri Aug 31 15:46:14 2007
@@ -30,6 +30,7 @@
         <version>1.0-alpha-1-SNAPSHOT</version>
     </parent>
     
+    <groupId>org.apache.geronimo.gshell.commands</groupId>
     <artifactId>gshell-commands</artifactId>
     <name>GShell Commands</name>
     <packaging>pom</packaging>

Modified: geronimo/sandbox/gshell/trunk/gshell-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/gshell-testsuite/pom.xml?rev=571635&r1=571634&r2=571635&view=diff
==============================================================================
--- geronimo/sandbox/gshell/trunk/gshell-testsuite/pom.xml (original)
+++ geronimo/sandbox/gshell/trunk/gshell-testsuite/pom.xml Fri Aug 31 15:46:14 2007
@@ -47,13 +47,13 @@
         </dependency>
 
         <dependency>
-            <groupId>org.apache.geronimo.gshell</groupId>
+            <groupId>org.apache.geronimo.gshell.commands</groupId>
             <artifactId>gshell-optional</artifactId>
             <version>${pom.version}</version>
         </dependency>
 
         <dependency>
-            <groupId>org.apache.geronimo.gshell</groupId>
+            <groupId>org.apache.geronimo.gshell.commands</groupId>
             <artifactId>gshell-bsf</artifactId>
             <version>${pom.version}</version>
         </dependency>