You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ch...@apache.org on 2007/09/19 22:28:59 UTC

svn commit: r577435 - /activemq/camel/trunk/pom.xml

Author: chirino
Date: Wed Sep 19 13:28:58 2007
New Revision: 577435

URL: http://svn.apache.org/viewvc?rev=577435&view=rev
Log:
use an old activemq to avoid circular dep

Modified:
    activemq/camel/trunk/pom.xml

Modified: activemq/camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/pom.xml?rev=577435&r1=577434&r2=577435&view=diff
==============================================================================
--- activemq/camel/trunk/pom.xml (original)
+++ activemq/camel/trunk/pom.xml Wed Sep 19 13:28:58 2007
@@ -452,12 +452,12 @@
       <dependency>
         <groupId>org.apache.activemq</groupId>
         <artifactId>activemq-core</artifactId>
-        <version>5.0-SNAPSHOT</version>
+        <version>4.1.1</version>
       </dependency>
       <dependency>
         <groupId>org.apache.activemq</groupId>
         <artifactId>apache-activemq</artifactId>
-        <version>5.0-SNAPSHOT</version>
+        <version>4.1.1</version>
       </dependency>
       <dependency>
         <groupId>org.apache.xbean</groupId>