You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by js...@apache.org on 2008/05/02 18:57:39 UTC

svn commit: r652820 - /activemq/trunk/pom.xml

Author: jstrachan
Date: Fri May  2 09:57:38 2008
New Revision: 652820

URL: http://svn.apache.org/viewvc?rev=652820&view=rev
Log:
Switched to 1.4-SNAPSHOT of camel to fix SetHeaderTest

Modified:
    activemq/trunk/pom.xml

Modified: activemq/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/pom.xml?rev=652820&r1=652819&r2=652820&view=diff
==============================================================================
--- activemq/trunk/pom.xml (original)
+++ activemq/trunk/pom.xml Fri May  2 09:57:38 2008
@@ -42,11 +42,10 @@
     <aopalliance-version>1.0</aopalliance-version>
     <axion-version>1.0-M3-dev</axion-version>
     <axis-version>1.2-RC1</axis-version>
-    <!-- TODO switch to 1.3.0 when its released
-      needed for changes in the org.apache.activemq.camel.component package to automatically make
-      ActiveMQ queues available in Camel as endpoints and make them browsable
+    <!-- TODO switch to 1.4.0 when its released
+      needed for fix for SetHeaderTest
       -->
-    <camel-version>1.3.0</camel-version>
+    <camel-version>1.4-SNAPSHOT</camel-version>
     <cglib-version>2.0</cglib-version>
     <commons-beanutils-version>1.6.1</commons-beanutils-version>
     <commons-collections-version>3.1</commons-collections-version>