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/03/07 21:54:37 UTC

[8/9] activemq-artemis git commit: Update to dependency versions jgroups and resteasy

Update to dependency versions jgroups and resteasy


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

Branch: refs/heads/master
Commit: d87c7e4f16ea8bfd0e06bee1ce4bd9c63af10d00
Parents: a36add2
Author: Paul Gallagher <pg...@redhat.com>
Authored: Mon Mar 7 15:21:13 2016 +0000
Committer: Clebert Suconic <cl...@apache.org>
Committed: Mon Mar 7 15:51:45 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d87c7e4f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ea0272d..665fe95 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,7 +80,7 @@
       <ActiveMQ-Version>
          ${project.version}(${activemq.version.incrementingVersion})
       </ActiveMQ-Version>
-      <resteasy.version>3.0.14.Final</resteasy.version>
+      <resteasy.version>3.0.16.Final</resteasy.version>
       <proton.version>0.12.0</proton.version>
       <activemq5-version>5.12.0</activemq5-version>
       <fuse.mqtt.client.version>1.10</fuse.mqtt.client.version>
@@ -363,7 +363,7 @@
          <dependency>
             <groupId>org.jgroups</groupId>
             <artifactId>jgroups</artifactId>
-            <version>3.6.6.Final</version>
+            <version>3.6.7.Final</version>
             <!-- License: Apache 2.0 -->
          </dependency>
          <dependency>