You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ri...@apache.org on 2010/05/24 21:35:20 UTC

svn commit: r947770 - /felix/trunk/main/pom.xml

Author: rickhall
Date: Mon May 24 19:35:19 2010
New Revision: 947770

URL: http://svn.apache.org/viewvc?rev=947770&view=rev
Log:
Use new module names. (FELIX-2042)

Modified:
    felix/trunk/main/pom.xml

Modified: felix/trunk/main/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/main/pom.xml?rev=947770&r1=947769&r2=947770&view=diff
==============================================================================
--- felix/trunk/main/pom.xml (original)
+++ felix/trunk/main/pom.xml Mon May 24 19:35:19 2010
@@ -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>