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/19 09:30:31 UTC

svn commit: r370429 - /incubator/servicemix/trunk/servicemix-core/pom.xml

Author: foconer
Date: Thu Jan 19 00:30:16 2006
New Revision: 370429

URL: http://svn.apache.org/viewcvs?rev=370429&view=rev
Log:
changed groupId of activemq dependency to point to http://cvs.apache.org/repository/incubator-activemq/

Modified:
    incubator/servicemix/trunk/servicemix-core/pom.xml

Modified: incubator/servicemix/trunk/servicemix-core/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-core/pom.xml?rev=370429&r1=370428&r2=370429&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-core/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-core/pom.xml Thu Jan 19 00:30:16 2006
@@ -61,11 +61,11 @@
             <artifactId>activeio</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.servicemix.dependencies</groupId>
+            <groupId>incubator-activemq</groupId>
             <artifactId>activemq-core</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.servicemix.dependencies</groupId>
+            <groupId>incubator-activemq</groupId>
             <artifactId>activemq-ra</artifactId>
         </dependency>