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/11/06 16:35:28 UTC

activemq git commit: AMQ-6856 Update Qpid-JMS and Proton-J

Repository: activemq
Updated Branches:
  refs/heads/master b29ccf348 -> 7dad09a9c


AMQ-6856 Update Qpid-JMS and Proton-J

Update to latest release of Qpid-JMS 0.27.0
Update to latest release of Proton-J 0.23.0 to match the Qpid-JMS dep

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

Branch: refs/heads/master
Commit: 7dad09a9cd3aa9ec8555083f56a262339b3dba35
Parents: b29ccf3
Author: Timothy Bish <ta...@gmail.com>
Authored: Mon Nov 6 11:35:10 2017 -0500
Committer: Timothy Bish <ta...@gmail.com>
Committed: Mon Nov 6 11:35:10 2017 -0500

----------------------------------------------------------------------
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq/blob/7dad09a9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9fcb7a3..1bb3a33 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,10 +103,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.22.0</qpid-proton-version>
-    <qpid-jms-version>0.26.0</qpid-jms-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.22.0</qpid-jms-proton-version>
+    <qpid-jms-proton-version>0.23.0</qpid-jms-proton-version>
     <netty-all-version>4.1.16.Final</netty-all-version>
     <regexp-version>1.3</regexp-version>
     <rome-version>1.0</rome-version>