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:34:23 UTC

svn commit: r370435 - /incubator/servicemix/trunk/servicemix-lwcontainer/project.xml

Author: foconer
Date: Thu Jan 19 00:34:12 2006
New Revision: 370435

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

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

Modified: incubator/servicemix/trunk/servicemix-lwcontainer/project.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-lwcontainer/project.xml?rev=370435&r1=370434&r2=370435&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-lwcontainer/project.xml (original)
+++ incubator/servicemix/trunk/servicemix-lwcontainer/project.xml Thu Jan 19 00:34:12 2006
@@ -168,7 +168,7 @@
         <version>${spring_version}</version>
       </dependency>
       <dependency>
-        <groupId>activemq</groupId>
+        <groupId>incubator-activemq</groupId>
         <artifactId>activemq</artifactId>
         <version>${activemq_version}</version>
       </dependency>