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/06 17:52:19 UTC

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

Author: rickhall
Date: Thu May  6 15:52:19 2010
New Revision: 941784

URL: http://svn.apache.org/viewvc?rev=941784&view=rev
Log:
Until we change the Gogo groupId we need to use it.

Modified:
    felix/trunk/main/pom.xml

Modified: felix/trunk/main/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/main/pom.xml?rev=941784&r1=941783&r2=941784&view=diff
==============================================================================
--- felix/trunk/main/pom.xml (original)
+++ felix/trunk/main/pom.xml Thu May  6 15:52:19 2010
@@ -75,7 +75,7 @@
       </exclusions>
     </dependency>
     <dependency>
-      <groupId>${pom.groupId}</groupId>
+      <groupId>${pom.groupId}.gogo</groupId>
       <artifactId>org.apache.felix.gogo.felixcommands</artifactId>
       <version>${felix.commands.version}</version>
       <exclusions>
@@ -223,7 +223,7 @@
                      <outputDirectory>${project.basedir}/bundle</outputDirectory>
                    </artifactItem>
                    <artifactItem>
-                     <groupId>${pom.groupId}</groupId>
+                     <groupId>${pom.groupId}.gogo</groupId>
                      <artifactId>org.apache.felix.gogo.felixcommands</artifactId>
                      <version>${felix.commands.version}</version>
                      <type>jar</type>