You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2011/02/23 18:54:44 UTC

svn commit: r1073848 - in /cxf/trunk/distribution/karaf: features/pom.xml pom.xml

Author: dkulp
Date: Wed Feb 23 17:54:43 2011
New Revision: 1073848

URL: http://svn.apache.org/viewvc?rev=1073848&view=rev
Log:
Fix groupId for karaf, updated artifactIds

Modified:
    cxf/trunk/distribution/karaf/features/pom.xml
    cxf/trunk/distribution/karaf/pom.xml

Modified: cxf/trunk/distribution/karaf/features/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/karaf/features/pom.xml?rev=1073848&r1=1073847&r2=1073848&view=diff
==============================================================================
--- cxf/trunk/distribution/karaf/features/pom.xml (original)
+++ cxf/trunk/distribution/karaf/features/pom.xml Wed Feb 23 17:54:43 2011
@@ -22,12 +22,12 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.cxf</groupId>
-        <artifactId>karaf</artifactId>
+        <groupId>org.apache.cxf.karaf</groupId>
+        <artifactId>karaf-parent</artifactId>
         <version>2.4.0-SNAPSHOT</version>
     </parent>
 
-    <groupId>org.apache.camel.karaf</groupId>
+    <groupId>org.apache.cxf.karaf</groupId>
     <artifactId>apache-cxf</artifactId>
     <packaging>pom</packaging>
     <name>CXF :: Apache Karaf :: Features</name>

Modified: cxf/trunk/distribution/karaf/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/karaf/pom.xml?rev=1073848&r1=1073847&r2=1073848&view=diff
==============================================================================
--- cxf/trunk/distribution/karaf/pom.xml (original)
+++ cxf/trunk/distribution/karaf/pom.xml Wed Feb 23 17:54:43 2011
@@ -27,8 +27,8 @@
         <relativePath>../../parent</relativePath>
     </parent>
 
-    <groupId>org.apache.cxf</groupId>
-    <artifactId>karaf</artifactId>
+    <groupId>org.apache.cxf.karaf</groupId>
+    <artifactId>karaf-parent</artifactId>
     <packaging>pom</packaging>
     <version>2.4.0-SNAPSHOT</version>
     <name>CXF :: Apache Karaf</name>