You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2013/06/18 19:24:56 UTC

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

Author: chirino
Date: Tue Jun 18 17:24:56 2013
New Revision: 1494216

URL: http://svn.apache.org/r1494216
Log:
Fixes AMQ-4587: AMQP to JMS transformer fails to properly map AMQP specific property types like UnsignedInteger

Modified:
    activemq/trunk/pom.xml

Modified: activemq/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/pom.xml?rev=1494216&r1=1494215&r2=1494216&view=diff
==============================================================================
--- activemq/trunk/pom.xml (original)
+++ activemq/trunk/pom.xml Tue Jun 18 17:24:56 2013
@@ -96,7 +96,7 @@
     <org.osgi.core-version>4.3.1</org.osgi.core-version>
     <fabric-version>7.2.0.redhat-024</fabric-version>
     <p2psockets-version>1.1.2</p2psockets-version>
-    <qpid-proton-version>0.3.0-fuse-3</qpid-proton-version>
+    <qpid-proton-version>0.3.0-fuse-4</qpid-proton-version>
     <qpid-jms-version>0.20</qpid-jms-version>
     <regexp-version>1.3</regexp-version>
     <rome-version>1.0</rome-version>