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/07/24 14:56:11 UTC

activemq git commit: AMQ-6997 Update Qpid JMS, Proton-J and Netty to latest

Repository: activemq
Updated Branches:
  refs/heads/master 4a67dde13 -> ae4a5d3a5


AMQ-6997 Update Qpid JMS, Proton-J and Netty to latest

Update the libraries Qpid JMS, Proton-J and Netty to latest releases

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

Branch: refs/heads/master
Commit: ae4a5d3a5cfaf26bdc1c79e743b4c1c7ba8491bd
Parents: 4a67dde
Author: Timothy Bish <ta...@gmail.com>
Authored: Tue Jul 24 10:55:58 2018 -0400
Committer: Timothy Bish <ta...@gmail.com>
Committed: Tue Jul 24 10:55:58 2018 -0400

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


http://git-wip-us.apache.org/repos/asf/activemq/blob/ae4a5d3a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d5bce6e..c21391a 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.27.1</qpid-proton-version>
-    <qpid-jms-version>0.33.0</qpid-jms-version>
-    <qpid-jms-netty-version>4.1.24.Final</qpid-jms-netty-version>
-    <qpid-jms-proton-version>0.27.1</qpid-jms-proton-version>
-    <netty-all-version>4.1.24.Final</netty-all-version>
+    <qpid-proton-version>0.28.0</qpid-proton-version>
+    <qpid-jms-version>0.35.0</qpid-jms-version>
+    <qpid-jms-netty-version>4.1.27.Final</qpid-jms-netty-version>
+    <qpid-jms-proton-version>0.28.0</qpid-jms-proton-version>
+    <netty-all-version>4.1.27.Final</netty-all-version>
     <regexp-version>1.3</regexp-version>
     <rome-version>1.0</rome-version>
     <saxon-version>9.5.1-5</saxon-version>