You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ji...@apache.org on 2016/04/08 18:26:53 UTC

[35/36] incubator-geode git commit: updating from JGroups v3.6.7 to v3.6.8

updating from JGroups v3.6.7 to v3.6.8


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/3d38ec55
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/3d38ec55
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/3d38ec55

Branch: refs/heads/feature/GEODE-17-2
Commit: 3d38ec55ccdfa57b849efaf38a7e7ba4960b405b
Parents: 76c43fa
Author: Bruce Schuchardt <bs...@pivotal.io>
Authored: Fri Apr 8 08:43:52 2016 -0700
Committer: Bruce Schuchardt <bs...@pivotal.io>
Committed: Fri Apr 8 08:43:52 2016 -0700

----------------------------------------------------------------------
 geode-core/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/3d38ec55/geode-core/build.gradle
----------------------------------------------------------------------
diff --git a/geode-core/build.gradle b/geode-core/build.gradle
index e91a2d3..526f22a 100755
--- a/geode-core/build.gradle
+++ b/geode-core/build.gradle
@@ -32,7 +32,7 @@ dependencies {
   // External 
   provided files("${System.getProperty('java.home')}/../lib/tools.jar")
   compile 'com.github.stephenc.findbugs:findbugs-annotations:' + project.'stephenc-findbugs.version'
-  compile 'org.jgroups:jgroups:3.6.7.Final'
+  compile 'org.jgroups:jgroups:3.6.8.Final'
   compile 'antlr:antlr:' + project.'antlr.version'
   compile 'com.fasterxml.jackson.core:jackson-databind:' + project.'jackson.version'
   compile 'commons-io:commons-io:' + project.'commons-io.version'