You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2016/11/08 14:08:30 UTC

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

Repository: activemq-artemis
Updated Branches:
  refs/heads/master 7198671c0 -> a84a51f9c


This closes #880


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

Branch: refs/heads/master
Commit: a84a51f9cb89eed5113528f79dc2973c96d4822f
Parents: 7198671 3b2e2e4
Author: Clebert Suconic <cl...@apache.org>
Authored: Tue Nov 8 09:07:36 2016 -0500
Committer: Clebert Suconic <cl...@apache.org>
Committed: Tue Nov 8 09:07:36 2016 -0500

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------



[2/2] activemq-artemis git commit: Upgrade Proton version

Posted by cl...@apache.org.
Upgrade Proton version


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

Branch: refs/heads/master
Commit: 3b2e2e4b3b4974d2e2b3b61771898883d78c059c
Parents: 7198671
Author: Paul Gallagher <pg...@redhat.com>
Authored: Fri Nov 4 14:25:58 2016 +0000
Committer: Clebert Suconic <cl...@apache.org>
Committed: Tue Nov 8 09:07:36 2016 -0500

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/3b2e2e4b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6f00b1d..ff1cb40 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,7 +82,7 @@
       <jgroups.version>3.6.9.Final</jgroups.version>
       <maven.assembly.plugin.version>2.4</maven.assembly.plugin.version>
       <netty.version>4.1.5.Final</netty.version>
-      <proton.version>0.14.0</proton.version>
+      <proton.version>0.15.0</proton.version>
       <resteasy.version>3.0.19.Final</resteasy.version>
       <slf4j.version>1.7.21</slf4j.version>
       <qpid.jms.version>0.11.0</qpid.jms.version>