You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2017/12/15 02:08:29 UTC

[1/2] activemq-artemis git commit: This closes #1714

Repository: activemq-artemis
Updated Branches:
  refs/heads/master a3e3adf89 -> 9fd24f15d


This closes #1714


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

Branch: refs/heads/master
Commit: 9fd24f15dd32a7f39b47555f29f72b7903432e63
Parents: a3e3adf 5aacb50
Author: Justin Bertram <jb...@apache.org>
Authored: Thu Dec 14 20:08:06 2017 -0600
Committer: Justin Bertram <jb...@apache.org>
Committed: Thu Dec 14 20:08:06 2017 -0600

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------



[2/2] activemq-artemis git commit: ARTEMIS-1504 Update Qpid JMS to 0.28.0 and proton-j to 0.24.0

Posted by jb...@apache.org.
ARTEMIS-1504 Update Qpid JMS to 0.28.0 and proton-j to 0.24.0

Updates to latest Qpid JMS and the latest Proton-J release 

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

Branch: refs/heads/master
Commit: 5aacb502faf025c10a3de5d88627de73eabc610d
Parents: a3e3adf
Author: Timothy Bish <ta...@gmail.com>
Authored: Thu Dec 14 12:36:24 2017 -0500
Committer: Justin Bertram <jb...@apache.org>
Committed: Thu Dec 14 20:08:06 2017 -0600

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/5aacb502/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7741a62..9fd45f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,10 +88,10 @@
       <maven.assembly.plugin.version>2.4</maven.assembly.plugin.version>
       <mockito.version>2.8.47</mockito.version>
       <netty.version>4.1.18.Final</netty.version>
-      <proton.version>0.23.0</proton.version>
+      <proton.version>0.24.0</proton.version>
       <resteasy.version>3.0.19.Final</resteasy.version>
       <slf4j.version>1.7.21</slf4j.version>
-      <qpid.jms.version>0.27.0</qpid.jms.version>
+      <qpid.jms.version>0.28.0</qpid.jms.version>
       <johnzon.version>0.9.5</johnzon.version>
       <json-p.spec.version>1.0-alpha-1</json-p.spec.version>
       <javax.inject.version>1</javax.inject.version>