You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2009/10/13 16:04:13 UTC

svn commit: r824769 - /cxf/trunk/parent/pom.xml

Author: dkulp
Date: Tue Oct 13 14:04:13 2009
New Revision: 824769

URL: http://svn.apache.org/viewvc?rev=824769&view=rev
Log:
Update to activemq 5.3.0 since it's released now and it fixes
some dependency issues causing log4j problems in eclipse.

Modified:
    cxf/trunk/parent/pom.xml

Modified: cxf/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=824769&r1=824768&r2=824769&view=diff
==============================================================================
--- cxf/trunk/parent/pom.xml (original)
+++ cxf/trunk/parent/pom.xml Tue Oct 13 14:04:13 2009
@@ -49,7 +49,7 @@
 
         <!-- please maintain alphabetical order here -->
         <abdera.version>0.4.0-incubating</abdera.version>
-        <activemq.version>5.1.0</activemq.version>
+        <activemq.version>5.3.0</activemq.version>
         <derby.version>10.2.2.0</derby.version>
         <jaxb.version>2.1</jaxb.version>
         <jaxb.impl.version>2.1.12</jaxb.impl.version>