You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by fo...@apache.org on 2006/01/25 08:12:01 UTC

svn commit: r372148 - /incubator/servicemix/trunk/servicemix-jsr181/project.xml

Author: foconer
Date: Tue Jan 24 23:11:53 2006
New Revision: 372148

URL: http://svn.apache.org/viewcvs?rev=372148&view=rev
Log:
Changed servicemix dependency groupId to refer to root groupId.

Modified:
    incubator/servicemix/trunk/servicemix-jsr181/project.xml

Modified: incubator/servicemix/trunk/servicemix-jsr181/project.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-jsr181/project.xml?rev=372148&r1=372147&r2=372148&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-jsr181/project.xml (original)
+++ incubator/servicemix/trunk/servicemix-jsr181/project.xml Tue Jan 24 23:11:53 2006
@@ -42,7 +42,7 @@
     <dependencies>
     
       <dependency>
-        <groupId>org.apache.servicemix</groupId>
+        <groupId>${pom.groupId}</groupId>
         <artifactId>maven-jbi-plugin</artifactId>
         <version>${pom.currentVersion}</version>
         <type>plugin</type>
@@ -50,7 +50,7 @@
     
       <!-- JBI bundled dependencies -->
       <dependency>
-        <groupId>org.apache.servicemix</groupId>
+        <groupId>${pom.groupId}</groupId>
         <artifactId>servicemix-common</artifactId>
         <version>${pom.currentVersion}</version>
         <properties>
@@ -216,7 +216,7 @@
         <version>${geronimo_spec_jta_version}</version>
       </dependency>
       <dependency>
-        <groupId>org.apache.servicemix</groupId>
+        <groupId>${pom.groupId}</groupId>
         <artifactId>servicemix-jbi</artifactId>
         <version>${pom.currentVersion}</version>
         <properties>
@@ -241,7 +241,7 @@
 
       <!-- Testing only -->
       <dependency>
-        <groupId>org.apache.servicemix</groupId>
+        <groupId>${pom.groupId}</groupId>
         <artifactId>servicemix-core</artifactId>
         <version>${pom.currentVersion}</version>
         <properties>
@@ -249,7 +249,7 @@
         </properties>
       </dependency>
       <dependency>
-        <groupId>org.apache.servicemix</groupId>
+        <groupId>${pom.groupId}</groupId>
         <artifactId>servicemix-components</artifactId>
         <version>${pom.currentVersion}</version>
         <properties>