You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2006/02/16 15:31:33 UTC

svn commit: r378254 - in /incubator/servicemix/trunk: ./ etc/ servicemix-assembly/ servicemix-common/ servicemix-components/ servicemix-console/ servicemix-core/ servicemix-gbean/ servicemix-http/ servicemix-jbi/ servicemix-jms/ servicemix-jsr181/ serv...

Author: gnodet
Date: Thu Feb 16 06:31:29 2006
New Revision: 378254

URL: http://svn.apache.org/viewcvs?rev=378254&view=rev
Log:
Remove activecluster, use timestamped version for activesoap
Update m2 build

Modified:
    incubator/servicemix/trunk/etc/project.properties
    incubator/servicemix/trunk/pom.xml
    incubator/servicemix/trunk/servicemix-assembly/pom.xml
    incubator/servicemix/trunk/servicemix-common/pom.xml
    incubator/servicemix/trunk/servicemix-components/pom.xml
    incubator/servicemix/trunk/servicemix-console/pom.xml
    incubator/servicemix/trunk/servicemix-core/pom.xml
    incubator/servicemix/trunk/servicemix-gbean/pom.xml
    incubator/servicemix/trunk/servicemix-http/pom.xml
    incubator/servicemix/trunk/servicemix-jbi/pom.xml
    incubator/servicemix/trunk/servicemix-jms/pom.xml
    incubator/servicemix/trunk/servicemix-jsr181/pom.xml
    incubator/servicemix/trunk/servicemix-lwcontainer/pom.xml
    incubator/servicemix/trunk/servicemix-sca/pom.xml
    incubator/servicemix/trunk/servicemix-soap/pom.xml
    incubator/servicemix/trunk/servicemix-wsn2005/pom.xml
    incubator/servicemix/trunk/tooling/maven2-eclipse-plugin-plugin/pom.xml
    incubator/servicemix/trunk/tooling/maven2-jbi-plugin/pom.xml
    incubator/servicemix/trunk/tooling/servicemix-packaging-descriptors/pom.xml
    incubator/servicemix/trunk/tooling/servicemix-packaging-eclipse-plugin/pom.xml

Modified: incubator/servicemix/trunk/etc/project.properties
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/etc/project.properties?rev=378254&r1=378253&r2=378254&view=diff
==============================================================================
--- incubator/servicemix/trunk/etc/project.properties (original)
+++ incubator/servicemix/trunk/etc/project.properties Thu Feb 16 06:31:29 2006
@@ -92,14 +92,12 @@
 # dependency versions
 # -------------------------------------------------------------------
 
-# http://activecluster.codehaus.org/, ASL 2
-activecluster_version=1.1-SNAPSHOT
 # http://activeio.codehaus.org/, part of AMQ, ASL 2
 activeio_version=2.1
 # http://activemq.codehaus.org/, ASL 2
 activemq_version=4.0-SNAPSHOT
 # http://activesoap.codehaus.org/, ASL 2
-activesoap_version=1.0-SNAPSHOT
+activesoap_version=1.0-20050615.083700
 # http://annogen.codehaus.org/, ASL 2
 annogen_version=0.1.0
 # http://ant.apache.org/, ASL 2

Modified: incubator/servicemix/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/pom.xml?rev=378254&r1=378253&r2=378254&view=diff
==============================================================================
--- incubator/servicemix/trunk/pom.xml (original)
+++ incubator/servicemix/trunk/pom.xml Thu Feb 16 06:31:29 2006
@@ -22,7 +22,7 @@
   xmlns="http://maven.apache.org/POM/4.0.0">
   
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.servicemix</groupId>
+  <groupId>incubator-servicemix</groupId>
   <artifactId>servicemix</artifactId>
   <packaging>pom</packaging>
   <name>ServiceMix</name>
@@ -212,9 +212,9 @@
     <module>servicemix-jms</module>
     <module>servicemix-jsr181</module>
     <module>servicemix-http</module>
-    <!-- module>servicemix-wsn2005</module -->
+    <module>servicemix-wsn2005</module>
     <module>servicemix-lwcontainer</module>
-    <!-- module>servicemix-sca</module -->
+    <module>servicemix-sca</module>
     <module>servicemix-assembly</module>
   </modules>
   
@@ -304,60 +304,80 @@
   <dependencyManagement>
     <dependencies>
       <dependency>
-        <groupId>org.apache.servicemix</groupId>
+        <groupId>incubator-servicemix</groupId>
         <artifactId>servicemix</artifactId>
         <version>3.0-SNAPSHOT</version>
       </dependency>
       <dependency>
-        <groupId>org.apache.servicemix</groupId>
+        <groupId>incubator-servicemix</groupId>
         <artifactId>servicemix-jbi</artifactId>
         <version>3.0-SNAPSHOT</version>
       </dependency>
       <dependency>
-        <groupId>org.apache.servicemix</groupId>
+        <groupId>incubator-servicemix</groupId>
         <artifactId>servicemix-core</artifactId>
         <version>3.0-SNAPSHOT</version>
       </dependency>
       <dependency>
-        <groupId>org.apache.servicemix</groupId>
+        <groupId>incubator-servicemix</groupId>
         <artifactId>servicemix-components</artifactId>
         <version>3.0-SNAPSHOT</version>
       </dependency>
       <dependency>
-        <groupId>org.apache.servicemix</groupId>
+        <groupId>incubator-servicemix</groupId>
         <artifactId>servicemix-common</artifactId>
         <version>3.0-SNAPSHOT</version>
       </dependency>
       <dependency>
-        <groupId>org.apache.servicemix</groupId>
+        <groupId>incubator-servicemix</groupId>
         <artifactId>servicemix-console</artifactId>
         <version>3.0-SNAPSHOT</version>
       </dependency>
       <dependency>
-        <groupId>org.apache.servicemix</groupId>
+        <groupId>incubator-servicemix</groupId>
         <artifactId>servicemix-gbean</artifactId>
         <version>3.0-SNAPSHOT</version>
       </dependency>
       <dependency>
-        <groupId>org.apache.servicemix</groupId>
+        <groupId>incubator-servicemix</groupId>
         <artifactId>servicemix-jms</artifactId>
         <version>3.0-SNAPSHOT</version>
       </dependency>
       <dependency>
-        <groupId>org.apache.servicemix</groupId>
+        <groupId>incubator-servicemix</groupId>
         <artifactId>servicemix-jsr181</artifactId>
         <version>3.0-SNAPSHOT</version>
       </dependency>
-      
       <dependency>
-        <groupId>org.apache.servicemix</groupId>
+        <groupId>incubator-servicemix</groupId>
+        <artifactId>servicemix-http</artifactId>
+        <version>3.0-SNAPSHOT</version>
+      </dependency>
+      <dependency>
+        <groupId>incubator-servicemix</groupId>
+        <artifactId>servicemix-sca</artifactId>
+        <version>3.0-SNAPSHOT</version>
+      </dependency>
+      <dependency>
+        <groupId>incubator-servicemix</groupId>
         <artifactId>servicemix-soap</artifactId>
         <version>3.0-SNAPSHOT</version>
       </dependency>
       <dependency>
+        <groupId>incubator-servicemix</groupId>
+        <artifactId>servicemix-wsn2005</artifactId>
+        <version>3.0-SNAPSHOT</version>
+      </dependency>
+      <dependency>
+        <groupId>incubator-servicemix</groupId>
+        <artifactId>servicemix-lwcontainer</artifactId>
+        <version>3.0-SNAPSHOT</version>
+      </dependency>
+ 
+      <dependency>
         <groupId>org.apache.db.ddlutils</groupId>
         <artifactId>ddlutils</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0-20060216</version>
         <exclusions>
           <exclusion>
             <groupId>dom4j</groupId>
@@ -403,56 +423,36 @@
       </dependency>
       
       <dependency>
-        <groupId>activecluster</groupId>
-        <artifactId>activecluster</artifactId>
-        <version>1.1-20050524.034300</version>
-        <exclusions>
-          <exclusion>
-            <groupId>activemq</groupId>
-            <artifactId>activemq</artifactId>
-          </exclusion>
-          <exclusion>
-            <groupId>activeio</groupId>
-            <artifactId>activeio</artifactId>
-          </exclusion>
-        </exclusions>
-      </dependency>
-      <dependency>
         <groupId>org.apache.servicemix.dependencies</groupId>
         <artifactId>activeio</artifactId>
         <version>2.1</version>
       </dependency>
       <dependency>
         <groupId>incubator-activemq</groupId>
-        <artifactId>activemq</artifactId>
+        <artifactId>activemq-core</artifactId>
         <version>4.0-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>incubator-activemq</groupId>
-        <artifactId>activemq-core</artifactId>
+        <artifactId>activemq-ra</artifactId>
         <version>4.0-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>incubator-activemq</groupId>
-        <artifactId>activemq-ra</artifactId>
+        <artifactId>activemq-web</artifactId>
         <version>4.0-SNAPSHOT</version>
       </dependency>
       <dependency>
-      <groupId>org.apache.servicemix.dependencies</groupId>
+      <groupId>jivesoftware</groupId>
         <artifactId>smack</artifactId>
         <version>1.5.0</version>
       </dependency>
       <dependency>
-      <groupId>org.apache.servicemix.dependencies</groupId>
+      <groupId>jivesoftware</groupId>
         <artifactId>smackx</artifactId>
         <version>1.5.0</version>
       </dependency>
       <dependency>
-        <groupId>incubator-activemq</groupId>
-        <artifactId>activemq-web</artifactId>
-        <version>4.0-SNAPSHOT</version>
-      </dependency>
-      <dependency>
         <groupId>activesoap</groupId>
         <artifactId>activesoap</artifactId>
         <version>1.0-20050615.083700</version>
@@ -473,11 +473,6 @@
         <version>2.7.5</version>
       </dependency>
       <dependency>
-        <groupId>axion</groupId>
-        <artifactId>axion</artifactId>
-        <version>1.0-M3-dev</version>
-      </dependency>
-      <dependency>
         <groupId>axis</groupId>
         <artifactId>axis</artifactId>
         <version>1.3</version>
@@ -495,7 +490,7 @@
       <dependency>
         <groupId>backport-util-concurrent</groupId>
         <artifactId>backport-util-concurrent</artifactId>
-        <version>2.0_01_pd</version>
+        <version>2.1</version>
       </dependency>
       <dependency>
         <groupId>beehive</groupId>
@@ -1040,7 +1035,7 @@
       <dependency>
         <groupId>jetty</groupId>
         <artifactId>jetty</artifactId>
-        <version>6.0-SNAPSHOT</version>
+        <version>6.0.0beta9</version>
       </dependency>
       <dependency>
         <groupId>jgroups</groupId>
@@ -1211,7 +1206,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring</artifactId>
-        <version>1.2.5</version>
+        <version>1.2.6</version>
         <exclusions>
           <exclusion>
             <groupId>javax.mail</groupId>
@@ -1356,19 +1351,19 @@
         </exclusions>
       </dependency>
       <dependency>
-        <groupId>org.xbean</groupId>
+        <groupId>org.apache.xbean</groupId>
         <artifactId>xbean-kernel</artifactId>
-        <version>2.1</version>
+        <version>2.2</version>
       </dependency>
       <dependency>
-        <groupId>org.xbean</groupId>
+        <groupId>org.apache.xbean</groupId>
         <artifactId>xbean-server</artifactId>
-        <version>2.1</version>
+        <version>2.2</version>
       </dependency>
       <dependency>
-        <groupId>org.xbean</groupId>
+        <groupId>org.apache.xbean</groupId>
         <artifactId>xbean-spring</artifactId>
-        <version>2.1</version>
+        <version>2.2</version>
         <exclusions>
           <exclusion>
             <groupId>org.springframework</groupId>

Modified: incubator/servicemix/trunk/servicemix-assembly/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-assembly/pom.xml?rev=378254&r1=378253&r2=378254&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-assembly/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-assembly/pom.xml Thu Feb 16 06:31:29 2006
@@ -1,82 +1,107 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-
-    Copyright 2005 The Apache Software Foundation
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
-
--->
-<!-- $Rev: 359503 $ $Date: 2005-12-28 13:56:03 +0100 (mer., 28 déc. 2005) $ -->
-<model>
-    <modelVersion>4.0.0</modelVersion>
-    
-    <parent>
-        <groupId>org.apache.servicemix</groupId>
-        <artifactId>servicemix</artifactId>
-        <version>3.0-SNAPSHOT</version>
-        <relativePath>../pom.xml</relativePath>
-    </parent>
-    
-    <artifactId>servicemix-assembly</artifactId>
-    <name>Servicemix :: Assembly</name>
-    
-    <dependencies>
-       <dependency>
-         <groupId>org.apache.servicemix</groupId>
-         <artifactId>servicemix-jbi</artifactId>
-       </dependency>
-       
-       <dependency>
-         <groupId>org.apache.servicemix</groupId>
-         <artifactId>servicemix-core</artifactId>
-       </dependency>
-       
-       <dependency>
-         <groupId>org.apache.servicemix</groupId>
-         <artifactId>servicemix-components</artifactId>
-       </dependency>
-       
-       <dependency>
-         <groupId>org.apache.servicemix</groupId>
-         <artifactId>servicemix-common</artifactId>
-       </dependency>
-       
-       
-       
-       <!--dependency>
-         <groupId>classworlds</groupId>
-         <artifactId>classworlds</artifactId>
-       </dependency>
-       
-       <dependency>
-         <groupId>xmlbeans</groupId>
-         <artifactId>xbean</artifactId>
-         <scope>optional</scope>
-       </dependency-->
-    
-    </dependencies>
-
-    <build>
-      <plugins>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-assembly-plugin</artifactId>
-          <configuration>
-            <descriptor>src/main/assembly/bin.xml</descriptor>
-            <!--finalName>servicemix-${version}</finalName>-->
-          </configuration>
-        </plugin>
-      </plugins>
-    </build>
-    
-</model>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Copyright 2005 The Apache Software Foundation
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+
+-->
+<!-- $Rev: 359503 $ $Date: 2005-12-28 13:56:03 +0100 (mer., 28 déc. 2005) $ -->
+<model>
+    <modelVersion>4.0.0</modelVersion>
+    
+    <parent>
+        <groupId>incubator-servicemix</groupId>
+        <artifactId>servicemix</artifactId>
+        <version>3.0-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+    
+    <artifactId>servicemix-assembly</artifactId>
+    <name>Servicemix :: Assembly</name>
+    
+    <dependencies>
+       <dependency>
+         <groupId>incubator-servicemix</groupId>
+         <artifactId>servicemix-jbi</artifactId>
+       </dependency>
+       
+       <dependency>
+         <groupId>incubator-servicemix</groupId>
+         <artifactId>servicemix-core</artifactId>
+       </dependency>
+       
+       <dependency>
+         <groupId>incubator-servicemix</groupId>
+         <artifactId>servicemix-components</artifactId>
+       </dependency>
+       
+       <dependency>
+         <groupId>incubator-servicemix</groupId>
+         <artifactId>servicemix-common</artifactId>
+       </dependency>
+       
+       <dependency>
+         <groupId>incubator-servicemix</groupId>
+         <artifactId>servicemix-jms</artifactId>
+       </dependency>
+       <dependency>
+         <groupId>incubator-servicemix</groupId>
+         <artifactId>servicemix-http</artifactId>
+       </dependency>
+       <dependency>
+         <groupId>incubator-servicemix</groupId>
+         <artifactId>servicemix-jsr181</artifactId>
+       </dependency>
+       <dependency>
+         <groupId>incubator-servicemix</groupId>
+         <artifactId>servicemix-lwcontainer</artifactId>
+       </dependency>
+       <dependency>
+         <groupId>incubator-servicemix</groupId>
+         <artifactId>servicemix-sca</artifactId>
+       </dependency>
+       <dependency>
+         <groupId>incubator-servicemix</groupId>
+         <artifactId>servicemix-wsn2005</artifactId>
+       </dependency>
+       
+       
+       
+       <!--dependency>
+         <groupId>classworlds</groupId>
+         <artifactId>classworlds</artifactId>
+       </dependency>
+       
+       <dependency>
+         <groupId>xmlbeans</groupId>
+         <artifactId>xbean</artifactId>
+         <scope>optional</scope>
+       </dependency-->
+    
+    </dependencies>
+
+    <build>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-assembly-plugin</artifactId>
+          <configuration>
+            <descriptor>src/main/assembly/bin.xml</descriptor>
+            <!--finalName>servicemix-${version}</finalName>-->
+          </configuration>
+        </plugin>
+      </plugins>
+    </build>
+    
+</model>

Modified: incubator/servicemix/trunk/servicemix-common/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-common/pom.xml?rev=378254&r1=378253&r2=378254&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-common/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-common/pom.xml Thu Feb 16 06:31:29 2006
@@ -22,21 +22,21 @@
     xmlns="http://maven.apache.org/POM/4.0.0">
     
     <parent>
-        <groupId>org.apache.servicemix</groupId>
+        <groupId>incubator-servicemix</groupId>
         <artifactId>servicemix</artifactId>
         <version>3.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.servicemix</groupId>
+    <groupId>incubator-servicemix</groupId>
     <artifactId>servicemix-common</artifactId>
     <packaging>jar</packaging>
     <name>ServiceMix :: Common</name>
     <description>Common library for binding component and service engines</description>
     <dependencies>
         <dependency>
-            <groupId>org.apache.servicemix</groupId>
+            <groupId>incubator-servicemix</groupId>
             <artifactId>servicemix-jbi</artifactId>
             <scope>provided</scope>
         </dependency>
@@ -72,15 +72,15 @@
             <artifactId>wsdl4j</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.xbean</groupId>
+            <groupId>org.apache.xbean</groupId>
             <artifactId>xbean-spring</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.xbean</groupId>
+            <groupId>org.apache.xbean</groupId>
             <artifactId>xbean-server</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.xbean</groupId>
+            <groupId>org.apache.xbean</groupId>
             <artifactId>xbean-kernel</artifactId>
         </dependency>
         <dependency>

Modified: incubator/servicemix/trunk/servicemix-components/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-components/pom.xml?rev=378254&r1=378253&r2=378254&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-components/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-components/pom.xml Thu Feb 16 06:31:29 2006
@@ -22,19 +22,19 @@
   xmlns="http://maven.apache.org/POM/4.0.0">
   
   <parent>
-    <groupId>org.apache.servicemix</groupId>
+    <groupId>incubator-servicemix</groupId>
     <artifactId>servicemix</artifactId>
     <version>3.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.servicemix</groupId>
+  <groupId>incubator-servicemix</groupId>
   <artifactId>servicemix-components</artifactId>
   <packaging>jar</packaging>
   <name>ServiceMix :: Components</name>
   <dependencies>
     <dependency>
-      <groupId>org.apache.servicemix</groupId>
+      <groupId>incubator-servicemix</groupId>
       <artifactId>servicemix-core</artifactId>
       <scope>provided</scope>
     </dependency>
@@ -114,11 +114,11 @@
       <artifactId>jetty</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.apache.servicemix.dependencies</groupId>
+      <groupId>jivesoftware</groupId>
       <artifactId>smack</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.apache.servicemix.dependencies</groupId>
+      <groupId>jivesoftware</groupId>
       <artifactId>smackx</artifactId>
     </dependency>
     <dependency>
@@ -375,15 +375,15 @@
       <artifactId>derby</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.xbean</groupId>
+      <groupId>org.apache.xbean</groupId>
       <artifactId>xbean-kernel</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.xbean</groupId>
+      <groupId>org.apache.xbean</groupId>
       <artifactId>xbean-server</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.xbean</groupId>
+      <groupId>org.apache.xbean</groupId>
       <artifactId>xbean-spring</artifactId>
     </dependency>
     <dependency>
@@ -415,7 +415,7 @@
       <artifactId>saaj-impl</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.apache.servicemix</groupId>
+      <groupId>incubator-servicemix</groupId>
       <artifactId>servicemix-jbi</artifactId>
     </dependency>
     <dependency>

Modified: incubator/servicemix/trunk/servicemix-console/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-console/pom.xml?rev=378254&r1=378253&r2=378254&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-console/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-console/pom.xml Thu Feb 16 06:31:29 2006
@@ -22,23 +22,23 @@
     xmlns="http://maven.apache.org/POM/4.0.0">
     
     <parent>
-        <groupId>org.apache.servicemix</groupId>
+        <groupId>incubator-servicemix</groupId>
         <artifactId>servicemix</artifactId>
         <version>3.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.servicemix</groupId>
+    <groupId>incubator-servicemix</groupId>
     <artifactId>servicemix-console</artifactId>
     <packaging>war</packaging>
     <name>ServiceMix :: Console</name>
     <dependencies>
         <dependency>
-            <groupId>org.apache.servicemix</groupId>
+            <groupId>incubator-servicemix</groupId>
             <artifactId>servicemix-jbi</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.servicemix</groupId>
+            <groupId>incubator-servicemix</groupId>
             <artifactId>servicemix-core</artifactId>
         </dependency>
         <dependency>

Modified: incubator/servicemix/trunk/servicemix-core/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-core/pom.xml?rev=378254&r1=378253&r2=378254&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-core/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-core/pom.xml Thu Feb 16 06:31:29 2006
@@ -24,7 +24,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.servicemix</groupId>
+        <groupId>incubator-servicemix</groupId>
         <artifactId>servicemix</artifactId>
         <version>3.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
@@ -36,7 +36,7 @@
 
     <dependencies>
         <dependency>
-            <groupId>org.apache.servicemix</groupId>
+            <groupId>incubator-servicemix</groupId>
             <artifactId>servicemix-jbi</artifactId>
         </dependency>
         <dependency>
@@ -104,11 +104,11 @@
             <artifactId>commons-betwixt</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.xbean</groupId>
+            <groupId>org.apache.xbean</groupId>
             <artifactId>xbean-server</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.xbean</groupId>
+            <groupId>org.apache.xbean</groupId>
             <artifactId>xbean-spring</artifactId>
         </dependency>
         <dependency>
@@ -128,11 +128,6 @@
         </dependency>
 
         <dependency>
-            <groupId>activecluster</groupId>
-            <artifactId>activecluster</artifactId>
-        </dependency>
-
-        <dependency>
             <groupId>mx4j</groupId>
             <artifactId>mx4j</artifactId>
         </dependency>
@@ -291,7 +286,7 @@
         <plugins>
             <!--
             <plugin>
-                <groupId>org.xbean</groupId>
+                <groupId>org.apache.xbean</groupId>
                 <artifactId>xbean-maven-plugin</artifactId>
                 <executions>
                     <execution>
@@ -314,7 +309,7 @@
                         <phase>generate-resources</phase>
                         <configuration>
                             <tasks>
-                                <taskdef classname="org.xbean.spring.generator.MappingGeneratorTask" name="mapping">
+                                <taskdef classname="org.apache.xbean.spring.generator.MappingGeneratorTask" name="mapping">
                                     <classpath>
                                         <pathelement path="${basedir}/target/classes"></pathelement>
                                         <path refid="maven.test.classpath"></path>

Modified: incubator/servicemix/trunk/servicemix-gbean/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-gbean/pom.xml?rev=378254&r1=378253&r2=378254&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-gbean/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-gbean/pom.xml Thu Feb 16 06:31:29 2006
@@ -22,20 +22,20 @@
     xmlns="http://maven.apache.org/POM/4.0.0">
   
     <parent>
-        <groupId>org.apache.servicemix</groupId>
+        <groupId>incubator-servicemix</groupId>
         <artifactId>servicemix</artifactId>
         <version>3.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.servicemix</groupId>
+    <groupId>incubator-servicemix</groupId>
     <artifactId>servicemix-gbean</artifactId>
     <packaging>jar</packaging>
     <name>ServiceMix :: GBeans</name>
     <description>ServiceMix GBeans used for integration into Apache Geronimo</description>
     <dependencies>
         <dependency>
-            <groupId>org.apache.servicemix</groupId>
+            <groupId>incubator-servicemix</groupId>
             <artifactId>servicemix-core</artifactId>
         </dependency>
         <dependency>

Modified: incubator/servicemix/trunk/servicemix-http/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-http/pom.xml?rev=378254&r1=378253&r2=378254&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-http/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-http/pom.xml Thu Feb 16 06:31:29 2006
@@ -22,14 +22,14 @@
     xmlns="http://maven.apache.org/POM/4.0.0">
     
     <parent>
-        <groupId>org.apache.servicemix</groupId>
+        <groupId>incubator-servicemix</groupId>
         <artifactId>servicemix</artifactId>
         <version>3.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.servicemix</groupId>
+    <groupId>incubator-servicemix</groupId>
     <artifactId>servicemix-http</artifactId>
     <packaging>jbi-component</packaging>
     <name>ServiceMix :: HTTP</name>
@@ -37,11 +37,11 @@
     <dependencies>
         
         <dependency>
-	          <groupId>org.apache.servicemix</groupId>
+	          <groupId>incubator-servicemix</groupId>
             <artifactId>servicemix-common</artifactId>
         </dependency>
         <dependency>
-	          <groupId>org.apache.servicemix</groupId>
+	          <groupId>incubator-servicemix</groupId>
             <artifactId>servicemix-soap</artifactId>
         </dependency>
         <dependency>
@@ -70,22 +70,22 @@
             <artifactId>wsdl4j</artifactId>
         </dependency>
         <dependency>
-	          <groupId>org.apache.servicemix</groupId>
+	          <groupId>incubator-servicemix</groupId>
             <artifactId>servicemix-core</artifactId>
             <scope>provided</scope>
         </dependency>
         <dependency>
-	          <groupId>org.apache.servicemix</groupId>
+	          <groupId>incubator-servicemix</groupId>
             <artifactId>servicemix-jbi</artifactId>
             <scope>provided</scope>
         </dependency>
         <dependency>
-	          <groupId>org.apache.servicemix</groupId>
+	          <groupId>incubator-servicemix</groupId>
             <artifactId>servicemix-components</artifactId>
             <scope>test</scope>
         </dependency>
         <dependency>
-          <groupId>org.xbean</groupId>
+          <groupId>org.apache.xbean</groupId>
           <artifactId>xbean-spring</artifactId>
           <scope>compile</scope>
         </dependency>
@@ -126,7 +126,7 @@
                         <phase>generate-resources</phase>
                         <configuration>
                             <tasks>
-                                <taskdef classname="org.xbean.spring.generator.MappingGeneratorTask" name="mapping">
+                                <taskdef classname="org.apache.xbean.spring.generator.MappingGeneratorTask" name="mapping">
                                     <classpath>
                                         <pathelement path="${basedir}/target/classes"></pathelement>
                                         <path refid="maven.test.classpath"></path>

Modified: incubator/servicemix/trunk/servicemix-jbi/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-jbi/pom.xml?rev=378254&r1=378253&r2=378254&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-jbi/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-jbi/pom.xml Thu Feb 16 06:31:29 2006
@@ -1,11 +1,11 @@
 <project>
   <parent>
     <artifactId>servicemix</artifactId>
-    <groupId>org.apache.servicemix</groupId>
+    <groupId>incubator-servicemix</groupId>
     <version>3.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.servicemix</groupId>
+  <groupId>incubator-servicemix</groupId>
   <artifactId>servicemix-jbi</artifactId>
   <name>ServiceMix :: JBI</name>
   <dependencies>

Modified: incubator/servicemix/trunk/servicemix-jms/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-jms/pom.xml?rev=378254&r1=378253&r2=378254&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-jms/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-jms/pom.xml Thu Feb 16 06:31:29 2006
@@ -22,14 +22,14 @@
     xmlns="http://maven.apache.org/POM/4.0.0">
     
     <parent>
-        <groupId>org.apache.servicemix</groupId>
+        <groupId>incubator-servicemix</groupId>
         <artifactId>servicemix</artifactId>
         <version>3.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.servicemix</groupId>
+    <groupId>incubator-servicemix</groupId>
     <artifactId>servicemix-jms</artifactId>
     <packaging>jbi-component</packaging>
     <name>ServiceMix :: JMS</name>
@@ -37,11 +37,11 @@
 
     <dependencies>
         <dependency>
-	          <groupId>org.apache.servicemix</groupId>
+	          <groupId>incubator-servicemix</groupId>
             <artifactId>servicemix-common</artifactId>
         </dependency>
         <dependency>
-	          <groupId>org.apache.servicemix</groupId>
+	          <groupId>incubator-servicemix</groupId>
             <artifactId>servicemix-core</artifactId>
             <scope>provided</scope>
         </dependency>
@@ -50,7 +50,7 @@
             <artifactId>wsdl4j</artifactId>
         </dependency>
         <dependency>
-	          <groupId>org.apache.servicemix</groupId>
+	          <groupId>incubator-servicemix</groupId>
             <artifactId>servicemix-components</artifactId>
             <scope>test</scope>
         </dependency>

Modified: incubator/servicemix/trunk/servicemix-jsr181/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-jsr181/pom.xml?rev=378254&r1=378253&r2=378254&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-jsr181/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-jsr181/pom.xml Thu Feb 16 06:31:29 2006
@@ -22,14 +22,14 @@
     xmlns="http://maven.apache.org/POM/4.0.0">
     
     <parent>
-        <groupId>org.apache.servicemix</groupId>
+        <groupId>incubator-servicemix</groupId>
         <artifactId>servicemix</artifactId>
         <version>3.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.servicemix</groupId>
+    <groupId>incubator-servicemix</groupId>
     <artifactId>servicemix-jsr181</artifactId>
     <packaging>jbi-component</packaging>
     <name>ServiceMix :: JSR-181 Service Engine</name>
@@ -37,11 +37,11 @@
     
     <dependencies>
         <dependency>
-	          <groupId>org.apache.servicemix</groupId>
+	          <groupId>incubator-servicemix</groupId>
             <artifactId>servicemix-common</artifactId>
         </dependency>
         <dependency>
-	          <groupId>org.apache.servicemix</groupId>
+	          <groupId>incubator-servicemix</groupId>
             <artifactId>servicemix-core</artifactId>
             <scope>provided</scope>
         </dependency>
@@ -76,7 +76,7 @@
           <artifactId>XmlSchema</artifactId>
         </dependency>
         <dependency>
-	  <groupId>org.xbean</groupId>
+	  <groupId>org.apache.xbean</groupId>
 	  <artifactId>xbean-spring</artifactId>
         </dependency>
         <dependency>
@@ -90,7 +90,7 @@
 	</dependency>
 <!--    
         <dependency>
-            <groupId>org.apache.servicemix</groupId>
+            <groupId>incubator-servicemix</groupId>
             <artifactId>servicemix-common</artifactId>
         </dependency>        
         <dependency>
@@ -110,11 +110,11 @@
             <artifactId>jdom</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.xbean</groupId>
+            <groupId>org.apache.xbean</groupId>
             <artifactId>xbean-server</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.xbean</groupId>
+            <groupId>org.apache.xbean</groupId>
             <artifactId>xbean-kernel</artifactId>
         </dependency>
         <dependency>
@@ -142,17 +142,17 @@
             <artifactId>backport175</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.servicemix</groupId>
+            <groupId>incubator-servicemix</groupId>
             <artifactId>servicemix-jbi</artifactId>
             <scope>provided</scope>
         </dependency>
         <dependency>
-            <groupId>org.apache.servicemix</groupId>
+            <groupId>incubator-servicemix</groupId>
             <artifactId>servicemix-core</artifactId>
             <scope>provided</scope>
         </dependency>
         <dependency>
-            <groupId>org.apache.servicemix</groupId>
+            <groupId>incubator-servicemix</groupId>
             <artifactId>servicemix-components</artifactId>
             <scope>test</scope>
         </dependency>
@@ -215,7 +215,7 @@
                         <phase>generate-resources</phase>
                         <configuration>
                             <tasks>
-                                <taskdef classname="org.xbean.spring.generator.MappingGeneratorTask" name="mapping">
+                                <taskdef classname="org.apache.xbean.spring.generator.MappingGeneratorTask" name="mapping">
                                     <classpath>
                                         <pathelement path="${basedir}/target/classes"></pathelement>
                                         <path refid="maven.test.classpath"></path>

Modified: incubator/servicemix/trunk/servicemix-lwcontainer/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-lwcontainer/pom.xml?rev=378254&r1=378253&r2=378254&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-lwcontainer/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-lwcontainer/pom.xml Thu Feb 16 06:31:29 2006
@@ -22,14 +22,14 @@
     xmlns="http://maven.apache.org/POM/4.0.0">
     
     <parent>
-        <groupId>org.apache.servicemix</groupId>
+        <groupId>incubator-servicemix</groupId>
         <artifactId>servicemix</artifactId>
         <version>3.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.servicemix</groupId>
+    <groupId>incubator-servicemix</groupId>
     <artifactId>servicemix-lwcontainer</artifactId>
     <packaging>jbi-component</packaging>
     <name>ServiceMix :: Lightweight container Service Engine</name>
@@ -37,15 +37,15 @@
     <dependencies>
     
         <dependency>
-            <groupId>org.apache.servicemix</groupId>
+            <groupId>incubator-servicemix</groupId>
             <artifactId>servicemix-common</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.servicemix</groupId>
+            <groupId>incubator-servicemix</groupId>
             <artifactId>servicemix-components</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.servicemix</groupId>
+            <groupId>incubator-servicemix</groupId>
             <artifactId>servicemix-core</artifactId>
             <scope>provided</scope>
         </dependency>
@@ -63,15 +63,15 @@
             <artifactId>jdom</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.xbean</groupId>
+            <groupId>org.apache.xbean</groupId>
             <artifactId>xbean-spring</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.xbean</groupId>
+            <groupId>org.apache.xbean</groupId>
             <artifactId>xbean-server</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.xbean</groupId>
+            <groupId>org.apache.xbean</groupId>
             <artifactId>xbean-kernel</artifactId>
         </dependency>
         <dependency>

Modified: incubator/servicemix/trunk/servicemix-sca/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-sca/pom.xml?rev=378254&r1=378253&r2=378254&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-sca/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-sca/pom.xml Thu Feb 16 06:31:29 2006
@@ -22,14 +22,14 @@
     xmlns="http://maven.apache.org/POM/4.0.0">
     
     <parent>
-        <groupId>org.apache.servicemix</groupId>
+        <groupId>incubator-servicemix</groupId>
         <artifactId>servicemix</artifactId>
         <version>3.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.servicemix</groupId>
+    <groupId>incubator-servicemix</groupId>
     <artifactId>servicemix-sca</artifactId>
     <packaging>jbi-component</packaging>
     <name>ServiceMix :: SCA Service Engine</name>
@@ -37,7 +37,7 @@
     <dependencies>
     
         <dependency>
-            <groupId>org.apache.servicemix</groupId>
+            <groupId>incubator-servicemix</groupId>
             <artifactId>servicemix-common</artifactId>
         </dependency>
         <dependency>
@@ -117,7 +117,7 @@
         	<scope>test</scope>
         </dependency>
         <dependency>
-        	<groupId>org.apache.servicemix</groupId>
+        	<groupId>incubator-servicemix</groupId>
         	<artifactId>servicemix-core</artifactId>
         	<scope>provided</scope>
         </dependency>

Modified: incubator/servicemix/trunk/servicemix-soap/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-soap/pom.xml?rev=378254&r1=378253&r2=378254&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-soap/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-soap/pom.xml Thu Feb 16 06:31:29 2006
@@ -19,14 +19,14 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0">
 
     <parent>
-        <groupId>org.apache.servicemix</groupId>
+        <groupId>incubator-servicemix</groupId>
         <artifactId>servicemix</artifactId>
         <version>3.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.servicemix</groupId>
+    <groupId>incubator-servicemix</groupId>
     <artifactId>servicemix-soap</artifactId>
     <packaging>jar</packaging>
     <name>ServiceMix :: SOAP</name>
@@ -38,12 +38,12 @@
             <artifactId>stax-api</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.servicemix</groupId>
+            <groupId>incubator-servicemix</groupId>
             <artifactId>servicemix-core</artifactId>
             <scope>provided</scope>
         </dependency>
         <dependency>
-            <groupId>org.apache.servicemix</groupId>
+            <groupId>incubator-servicemix</groupId>
             <artifactId>servicemix-common</artifactId>
         </dependency>
         <dependency>

Modified: incubator/servicemix/trunk/servicemix-wsn2005/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-wsn2005/pom.xml?rev=378254&r1=378253&r2=378254&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-wsn2005/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-wsn2005/pom.xml Thu Feb 16 06:31:29 2006
@@ -22,14 +22,14 @@
     xmlns="http://maven.apache.org/POM/4.0.0">
     
     <parent>
-        <groupId>org.apache.servicemix</groupId>
+        <groupId>incubator-servicemix</groupId>
         <artifactId>servicemix</artifactId>
         <version>3.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.servicemix</groupId>
+    <groupId>incubator-servicemix</groupId>
     <artifactId>servicemix-wsn2005</artifactId>
     <packaging>jbi-component</packaging>
     <name>ServiceMix :: WS-Notification Service Engine</name>
@@ -37,16 +37,16 @@
     <dependencies>
         
         <dependency>
-	          <groupId>org.apache.servicemix</groupId>
+	          <groupId>incubator-servicemix</groupId>
             <artifactId>servicemix-common</artifactId>
         </dependency>
         <dependency>
-	          <groupId>org.apache.servicemix</groupId>
+	          <groupId>incubator-servicemix</groupId>
             <artifactId>servicemix-core</artifactId>
             <scope>provided</scope>
         </dependency>
         <dependency>
-	          <groupId>org.apache.servicemix</groupId>
+	          <groupId>incubator-servicemix</groupId>
             <artifactId>servicemix-components</artifactId>
             <scope>test</scope>
         </dependency>

Modified: incubator/servicemix/trunk/tooling/maven2-eclipse-plugin-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/tooling/maven2-eclipse-plugin-plugin/pom.xml?rev=378254&r1=378253&r2=378254&view=diff
==============================================================================
--- incubator/servicemix/trunk/tooling/maven2-eclipse-plugin-plugin/pom.xml (original)
+++ incubator/servicemix/trunk/tooling/maven2-eclipse-plugin-plugin/pom.xml Thu Feb 16 06:31:29 2006
@@ -1,7 +1,7 @@
 <project>
 
 	<parent>
-    <groupId>org.apache.servicemix</groupId>
+    <groupId>incubator-servicemix</groupId>
     <artifactId>servicemix</artifactId>
     <version>3.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
@@ -42,4 +42,4 @@
 			<version>1.0.5</version>
 		</dependency>
 	</dependencies>
-</project>
\ No newline at end of file
+</project>

Modified: incubator/servicemix/trunk/tooling/maven2-jbi-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/tooling/maven2-jbi-plugin/pom.xml?rev=378254&r1=378253&r2=378254&view=diff
==============================================================================
--- incubator/servicemix/trunk/tooling/maven2-jbi-plugin/pom.xml (original)
+++ incubator/servicemix/trunk/tooling/maven2-jbi-plugin/pom.xml Thu Feb 16 06:31:29 2006
@@ -22,7 +22,7 @@
     xmlns="http://maven.apache.org/POM/4.0.0">
     
   <parent>
-    <groupId>org.apache.servicemix</groupId>
+    <groupId>incubator-servicemix</groupId>
     <artifactId>servicemix</artifactId>
     <version>3.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>

Modified: incubator/servicemix/trunk/tooling/servicemix-packaging-descriptors/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/tooling/servicemix-packaging-descriptors/pom.xml?rev=378254&r1=378253&r2=378254&view=diff
==============================================================================
--- incubator/servicemix/trunk/tooling/servicemix-packaging-descriptors/pom.xml (original)
+++ incubator/servicemix/trunk/tooling/servicemix-packaging-descriptors/pom.xml Thu Feb 16 06:31:29 2006
@@ -14,27 +14,27 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-<project>
+<project>
 	<parent>
-    <groupId>org.apache.servicemix</groupId>
+    <groupId>incubator-servicemix</groupId>
     <artifactId>servicemix</artifactId>
     <version>3.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 		
-	<modelVersion>4.0.0</modelVersion>
-	<artifactId>servicemix-packaging-descriptors</artifactId>
+	<modelVersion>4.0.0</modelVersion>
+	<artifactId>servicemix-packaging-descriptors</artifactId>
 	<name>ServiceMix :: Packaging Descriptors</name>
-	
+	
 	<dependencies>
 		<!--  ServiceMix -->
 		<dependency>
-			<groupId>org.apache.servicemix</groupId>
+			<groupId>incubator-servicemix</groupId>
 			<artifactId>servicemix-jbi</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.servicemix</groupId>
-			<artifactId>servicemix-common</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>incubator-servicemix</groupId>
+			<artifactId>servicemix-common</artifactId>
 		</dependency>
 		
 		<!-- Activation (req. by JAXB2) -->
@@ -51,7 +51,7 @@
     <dependency>
        <groupId>xfire</groupId>
        <artifactId>jaxb-api</artifactId>    
-    </dependency>
+    </dependency>
 	</dependencies>
 	<build>
 		<resources>
@@ -73,5 +73,5 @@
 				</configuration>
 			</plugin>
 		</plugins>
-	</build>
-</project>
\ No newline at end of file
+	</build>
+</project>

Modified: incubator/servicemix/trunk/tooling/servicemix-packaging-eclipse-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/tooling/servicemix-packaging-eclipse-plugin/pom.xml?rev=378254&r1=378253&r2=378254&view=diff
==============================================================================
--- incubator/servicemix/trunk/tooling/servicemix-packaging-eclipse-plugin/pom.xml (original)
+++ incubator/servicemix/trunk/tooling/servicemix-packaging-eclipse-plugin/pom.xml Thu Feb 16 06:31:29 2006
@@ -18,7 +18,7 @@
 	xsi:defaultSchemaLocation="http://maven.apache.org/maven-v4_0_0.xsd">	
 
 	<parent>
-		<groupId>org.apache.servicemix</groupId>
+		<groupId>incubator-servicemix</groupId>
 		<artifactId>servicemix</artifactId>
 		<version>3.0-SNAPSHOT</version>
 		<relativePath>../../pom.xml</relativePath>
@@ -32,11 +32,11 @@
 
 		<!--  ServiceMix Dependencies -->
 		<dependency>
-			<groupId>org.apache.servicemix</groupId>
+			<groupId>incubator-servicemix</groupId>
 			<artifactId>servicemix-common</artifactId>
 		</dependency>
 		<dependency>
-			<groupId>org.apache.servicemix</groupId>
+			<groupId>incubator-servicemix</groupId>
 			<artifactId>servicemix-packaging-descriptors</artifactId>
 			<version>3.0-SNAPSHOT</version>
 		</dependency>