Author: ccustine
Date: Sat Feb 21 00:28:31 2009
New Revision: 746422

URL: http://svn.apache.org/viewvc?rev=746422&view=rev
Log:
SMX4-225 - Duplicate artifact and groupid in kernel branding modules

Modified:
    servicemix/smx4/features/trunk/assembly/pom.xml
    servicemix/smx4/features/trunk/branding/pom.xml
    servicemix/smx4/nmr/trunk/assembly/pom.xml
    servicemix/smx4/nmr/trunk/branding/pom.xml
    servicemix/smx4/nmr/trunk/pom.xml

Modified: servicemix/smx4/features/trunk/assembly/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/assembly/pom.xml?rev=746422&r1=746421&r2=746422&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/assembly/pom.xml (original)
+++ servicemix/smx4/features/trunk/assembly/pom.xml Sat Feb 21 00:28:31 2009
@@ -899,8 +899,8 @@
                         <configuration>
                             <artifactItems>
                                 <artifactItem>
-                                    
<groupId>org.apache.servicemix.kernel</groupId>
-                                    
<artifactId>org.apache.servicemix.kernel.version</artifactId>
+                                    
<groupId>org.apache.servicemix.features</groupId>
+                                    
<artifactId>org.apache.servicemix.features.branding</artifactId>
                                     <version>${pom.version}</version>
                                     
<outputDirectory>target/dependencies</outputDirectory>
                                     
<destFileName>servicemix-version.jar</destFileName>

Modified: servicemix/smx4/features/trunk/branding/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/branding/pom.xml?rev=746422&r1=746421&r2=746422&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/branding/pom.xml (original)
+++ servicemix/smx4/features/trunk/branding/pom.xml Sat Feb 21 00:28:31 2009
@@ -26,8 +26,8 @@
         <version>4.0-m2-SNAPSHOT</version>
     </parent>
 
-    <groupId>org.apache.servicemix.kernel</groupId>
-    <artifactId>org.apache.servicemix.kernel.version</artifactId>
+    <groupId>org.apache.servicemix.features</groupId>
+    <artifactId>org.apache.servicemix.features.branding</artifactId>
     <packaging>bundle</packaging>
     <version>4.0-m2-SNAPSHOT</version>
     <name>Apache ServiceMix Branding Support</name>

Modified: servicemix/smx4/nmr/trunk/assembly/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/assembly/pom.xml?rev=746422&r1=746421&r2=746422&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/assembly/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/assembly/pom.xml Sat Feb 21 00:28:31 2009
@@ -211,8 +211,8 @@
                         <configuration>
                             <artifactItems>
                                 <artifactItem>
-                                    
<groupId>org.apache.servicemix.kernel</groupId>
-                                    
<artifactId>org.apache.servicemix.kernel.version</artifactId>
+                                    
<groupId>org.apache.servicemix.nmr</groupId>
+                                    
<artifactId>org.apache.servicemix.nmr.branding</artifactId>
                                     
<outputDirectory>target/dependencies</outputDirectory>
                                     
<destFileName>servicemix-version.jar</destFileName>
                                 </artifactItem>

Modified: servicemix/smx4/nmr/trunk/branding/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/branding/pom.xml?rev=746422&r1=746421&r2=746422&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/branding/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/branding/pom.xml Sat Feb 21 00:28:31 2009
@@ -26,8 +26,8 @@
         <version>1.0.0-SNAPSHOT</version>
     </parent>
 
-    <groupId>org.apache.servicemix.kernel</groupId>
-    <artifactId>org.apache.servicemix.kernel.version</artifactId>
+    <groupId>org.apache.servicemix.nmr</groupId>
+    <artifactId>org.apache.servicemix.nmr.branding</artifactId>
     <packaging>bundle</packaging>
     <version>1.0.0-SNAPSHOT</version>
     <name>Apache ServiceMix NMR Branding Support</name>

Modified: servicemix/smx4/nmr/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/pom.xml?rev=746422&r1=746421&r2=746422&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/pom.xml Sat Feb 21 00:28:31 2009
@@ -485,8 +485,8 @@
           </exclusions>
       </dependency>
       <dependency>
-          <groupId>org.apache.servicemix.kernel</groupId>
-          <artifactId>org.apache.servicemix.kernel.version</artifactId>
+          <groupId>org.apache.servicemix.nmr</groupId>
+          <artifactId>org.apache.servicemix.nmr.branding</artifactId>
           <version>${pom.version}</version>
       </dependency>
       <dependency>


Reply via email to