You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2018/01/22 16:42:59 UTC

activemq git commit: AMQ-6874 Update Qpid JMS to 0.29.0 and proton-j to 0.25.0

Repository: activemq
Updated Branches:
  refs/heads/master ec6fa1909 -> a3f65e0ae


AMQ-6874 Update Qpid JMS to 0.29.0 and proton-j to 0.25.0

This updates the AMQP libs Qpid JMS and Proton-J, also updates netty to
4.1.19.Final to match the version used for Qpid JMS

Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/a3f65e0a
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/a3f65e0a
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/a3f65e0a

Branch: refs/heads/master
Commit: a3f65e0aecfb1dbc8e78dbee336f2f74abdfe8bb
Parents: ec6fa19
Author: Timothy Bish <ta...@gmail.com>
Authored: Mon Jan 22 11:42:37 2018 -0500
Committer: Timothy Bish <ta...@gmail.com>
Committed: Mon Jan 22 11:42:37 2018 -0500

----------------------------------------------------------------------
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq/blob/a3f65e0a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 820ebdd..2a629d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,11 +103,11 @@
     <p2psockets-version>1.1.2</p2psockets-version>
     <linkedin-zookeeper-version>1.4.0</linkedin-zookeeper-version>
     <zookeeper-version>3.4.6</zookeeper-version>
-    <qpid-proton-version>0.24.0</qpid-proton-version>
-    <qpid-jms-version>0.28.0</qpid-jms-version>
-    <qpid-jms-netty-version>4.1.18.Final</qpid-jms-netty-version>
-    <qpid-jms-proton-version>0.24.0</qpid-jms-proton-version>
-    <netty-all-version>4.1.18.Final</netty-all-version>
+    <qpid-proton-version>0.25.0</qpid-proton-version>
+    <qpid-jms-version>0.29.0</qpid-jms-version>
+    <qpid-jms-netty-version>4.1.19.Final</qpid-jms-netty-version>
+    <qpid-jms-proton-version>0.25.0</qpid-jms-proton-version>
+    <netty-all-version>4.1.19.Final</netty-all-version>
     <regexp-version>1.3</regexp-version>
     <rome-version>1.0</rome-version>
     <saxon-version>9.5.1-5</saxon-version>