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/13 01:46:25 UTC

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

Author: foconer
Date: Thu Jan 12 16:46:15 2006
New Revision: 368534

URL: http://svn.apache.org/viewcvs?rev=368534&view=rev
Log:
changed groupId of xfire to servicemix because the version used is located in servicemix repository.

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=368534&r1=368533&r2=368534&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-jsr181/project.xml (original)
+++ incubator/servicemix/trunk/servicemix-jsr181/project.xml Thu Jan 12 16:46:15 2006
@@ -85,7 +85,7 @@
         </properties>
       </dependency>
       <dependency>
-        <groupId>xfire</groupId>
+        <groupId>servicemix</groupId>
         <artifactId>xfire-all</artifactId>
         <version>${xfire_version}</version>
         <properties>
@@ -93,7 +93,7 @@
         </properties>
       </dependency>
       <dependency>
-        <groupId>xfire</groupId>
+        <groupId>servicemix</groupId>
         <artifactId>xfire-jaxws</artifactId>
         <version>${xfire_jaxws_version}</version>
         <properties>