Use new module names. (FELIX-2042)


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@947770 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/main/pom.xml b/main/pom.xml
index 17c0c6b..c74b5f6 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -40,8 +40,8 @@
     <dollar>$</dollar>
     <framework.version>2.1.0-SNAPSHOT</framework.version>
     <gogo.runtime.version>0.5.0-SNAPSHOT</gogo.runtime.version>
-    <gogo.console.version>0.5.0-SNAPSHOT</gogo.console.version>
-    <felix.commands.version>0.9.0-SNAPSHOT</felix.commands.version>
+    <gogo.shell.version>0.5.0-SNAPSHOT</gogo.shell.version>
+    <gogo.command.version>0.9.0-SNAPSHOT</gogo.command.version>
     <obr.version>1.6.2</obr.version>
   </properties>
   <profiles>
@@ -104,7 +104,7 @@
             <configuration>
                 <artifactItems>
                   <artifactItem>
-                     <groupId>${pom.groupId}.gogo</groupId>
+                     <groupId>${pom.groupId}</groupId>
                      <artifactId>org.apache.felix.gogo.runtime</artifactId>
                      <version>${gogo.runtime.version}</version>
                      <type>jar</type>
@@ -112,17 +112,17 @@
                      <outputDirectory>${project.basedir}/bundle</outputDirectory>
                    </artifactItem>
                    <artifactItem>
-                     <groupId>${pom.groupId}.gogo</groupId>
-                     <artifactId>org.apache.felix.gogo.console</artifactId>
-                     <version>${gogo.console.version}</version>
+                     <groupId>${pom.groupId}</groupId>
+                     <artifactId>org.apache.felix.gogo.shell</artifactId>
+                     <version>${gogo.shell.version}</version>
                      <type>jar</type>
                      <overWrite>true</overWrite>
                      <outputDirectory>${project.basedir}/bundle</outputDirectory>
                    </artifactItem>
                    <artifactItem>
-                     <groupId>${pom.groupId}.gogo</groupId>
-                     <artifactId>org.apache.felix.gogo.felixcommands</artifactId>
-                     <version>${felix.commands.version}</version>
+                     <groupId>${pom.groupId}</groupId>
+                     <artifactId>org.apache.felix.gogo.command</artifactId>
+                     <version>${gogo.command.version}</version>
                      <type>jar</type>
                      <overWrite>true</overWrite>
                      <outputDirectory>${project.basedir}/bundle</outputDirectory>