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 2016/04/04 18:08:04 UTC

[2/2] activemq-artemis git commit: Update to dependency versions jgroups

Update to dependency versions jgroups


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

Branch: refs/heads/master
Commit: 1aac582ce8ecf219ad3793530bc170a3f6251640
Parents: 35d3c50
Author: Paul Gallagher <pg...@redhat.com>
Authored: Thu Mar 31 15:03:09 2016 +0100
Committer: jbertram <jb...@apache.org>
Committed: Mon Apr 4 11:07:50 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/1aac582c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 665fe95..205e72c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -363,7 +363,7 @@
          <dependency>
             <groupId>org.jgroups</groupId>
             <artifactId>jgroups</artifactId>
-            <version>3.6.7.Final</version>
+            <version>3.6.8.Final</version>
             <!-- License: Apache 2.0 -->
          </dependency>
          <dependency>