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 2017/12/14 17:32:21 UTC

activemq git commit: AMQ-6874 Update Qpid JMS to 0.28.0 and proton-j to 0.24.0

Repository: activemq
Updated Branches:
  refs/heads/master dd6dcc188 -> d3e439378


AMQ-6874 Update Qpid JMS to 0.28.0 and proton-j to 0.24.0

This updates the AMQP libs Qpid JMS and Proton-J, also updates netty to
4.1.18.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/d3e43937
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/d3e43937
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/d3e43937

Branch: refs/heads/master
Commit: d3e439378405afb699fcbfc63d9342fbb6ad77ce
Parents: dd6dcc1
Author: Timothy Bish <ta...@gmail.com>
Authored: Thu Dec 14 12:32:06 2017 -0500
Committer: Timothy Bish <ta...@gmail.com>
Committed: Thu Dec 14 12:32:06 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/activemq/blob/d3e43937/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b47c074..820ebdd 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.23.0</qpid-proton-version>
-    <qpid-jms-version>0.27.0</qpid-jms-version>
-    <qpid-jms-netty-version>4.1.16.Final</qpid-jms-netty-version>
-    <qpid-jms-proton-version>0.23.0</qpid-jms-proton-version>
-    <netty-all-version>4.1.16.Final</netty-all-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>
     <regexp-version>1.3</regexp-version>
     <rome-version>1.0</rome-version>
     <saxon-version>9.5.1-5</saxon-version>