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 2019/06/07 15:00:53 UTC

[activemq] branch master updated: AMQ-7179: update to proton-j 0.33.1 and qpid-jms 0.43.0

This is an automated email from the ASF dual-hosted git repository.

tabish pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/master by this push:
     new ae13645  AMQ-7179: update to proton-j 0.33.1 and qpid-jms 0.43.0
ae13645 is described below

commit ae13645230d8c72d2ac321d570284e699c75839d
Author: Timothy Bish <ta...@gmail.com>
AuthorDate: Fri Jun 7 11:00:37 2019 -0400

    AMQ-7179: update to proton-j 0.33.1 and qpid-jms 0.43.0
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5706b8c..54c4a9c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,11 +104,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.33.0</qpid-proton-version>
-    <qpid-jms-version>0.42.0</qpid-jms-version>
-    <qpid-jms-netty-version>4.1.34.Final</qpid-jms-netty-version>
-    <qpid-jms-proton-version>0.33.0</qpid-jms-proton-version>
-    <netty-all-version>4.1.34.Final</netty-all-version>
+    <qpid-proton-version>0.33.1</qpid-proton-version>
+    <qpid-jms-version>0.43.0</qpid-jms-version>
+    <qpid-jms-netty-version>4.1.36.Final</qpid-jms-netty-version>
+    <qpid-jms-proton-version>0.33.1</qpid-jms-proton-version>
+    <netty-all-version>4.1.36.Final</netty-all-version>
     <regexp-version>1.3</regexp-version>
     <rome-version>1.0</rome-version>
     <saxon-version>9.5.1-5</saxon-version>