You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by js...@apache.org on 2007/08/07 20:54:30 UTC

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

Author: jstrachan
Date: Tue Aug  7 11:54:29 2007
New Revision: 563621

URL: http://svn.apache.org/viewvc?view=rev&rev=563621
Log:
switched back to a release of ActiveMQ to avoid the snapshot

Modified:
    activemq/camel/trunk/pom.xml

Modified: activemq/camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/pom.xml?view=diff&rev=563621&r1=563620&r2=563621
==============================================================================
--- activemq/camel/trunk/pom.xml (original)
+++ activemq/camel/trunk/pom.xml Tue Aug  7 11:54:29 2007
@@ -405,12 +405,12 @@
       <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.activemq</groupId>
         <artifactId>activemq-core</artifactId>
-        <version>5.0-SNAPSHOT</version>
+        <version>4.1.1</version>
       </dependency>
       <dependency>
         <groupId>org.apache.xbean</groupId>