You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ro...@apache.org on 2019/05/22 11:54:17 UTC

[activemq] branch activemq-5.15.x updated: AMQ-7179: update to proton-j 0.33.0 and qpid-jms 0.42.0

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

robbie pushed a commit to branch activemq-5.15.x
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/activemq-5.15.x by this push:
     new 11ec4d4  AMQ-7179: update to proton-j 0.33.0 and qpid-jms 0.42.0
11ec4d4 is described below

commit 11ec4d46146584139e342b6b7b600f478b373408
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Wed May 22 12:51:48 2019 +0100

    AMQ-7179: update to proton-j 0.33.0 and qpid-jms 0.42.0
    
    (cherry picked from commit d0fd46efcd16c12ad59ef60c90ec00ad11904c7a)
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index dda4562..ef012c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,10 +104,10 @@
     <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.32.0</qpid-proton-version>
-    <qpid-jms-version>0.41.0</qpid-jms-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.32.0</qpid-jms-proton-version>
+    <qpid-jms-proton-version>0.33.0</qpid-jms-proton-version>
     <netty-all-version>4.1.34.Final</netty-all-version>
     <regexp-version>1.3</regexp-version>
     <rome-version>1.0</rome-version>