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/07/24 14:30:46 UTC

[activemq] branch master updated: AMQ-7179 Update Qpid JMS test dependency to v0.44.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 50bc520  AMQ-7179 Update Qpid JMS test dependency to v0.44.0
50bc520 is described below

commit 50bc520fee39be32ce5da8d7994c5b40e1deb7a8
Author: Timothy Bish <ta...@gmail.com>
AuthorDate: Wed Jul 24 10:29:50 2019 -0400

    AMQ-7179 Update Qpid JMS test dependency to v0.44.0
    
    Updates to latest client release used for testing activemq-amqp
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e87e3c5..8f4d92b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,7 +105,7 @@
     <linkedin-zookeeper-version>1.4.0</linkedin-zookeeper-version>
     <zookeeper-version>3.4.6</zookeeper-version>
     <qpid-proton-version>0.33.1</qpid-proton-version>
-    <qpid-jms-version>0.43.0</qpid-jms-version>
+    <qpid-jms-version>0.44.0</qpid-jms-version>
     <qpid-jms-netty-version>4.1.37.Final</qpid-jms-netty-version>
     <qpid-jms-proton-version>0.33.1</qpid-jms-proton-version>
     <netty-all-version>4.1.37.Final</netty-all-version>