You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by up...@apache.org on 2016/03/31 01:04:30 UTC

incubator-geode git commit: GEODE-1079: Removing unused dist.gemstone.com repository

Repository: incubator-geode
Updated Branches:
  refs/heads/develop 22ca5ef82 -> 0dab0b689


GEODE-1079: Removing unused dist.gemstone.com repository

Removing dist.gemstone.com from the list of repositories in
build.gradle, because it is not used.


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

Branch: refs/heads/develop
Commit: 0dab0b689e9ca91622bc8f3c821262ed09357a3a
Parents: 22ca5ef
Author: Dan Smith <up...@apache.org>
Authored: Wed Mar 30 10:32:58 2016 -0700
Committer: Dan Smith <up...@apache.org>
Committed: Wed Mar 30 16:04:14 2016 -0700

----------------------------------------------------------------------
 build.gradle | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/0dab0b68/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 200dd8a..150038e 100755
--- a/build.gradle
+++ b/build.gradle
@@ -49,7 +49,6 @@ allprojects {
     maven { url "http://repo.spring.io/snapshot" }
     maven { url "http://repo.spring.io/libs-release" }
     maven { url "http://repo.spring.io/ext-release-local" }
-    maven { url "http://dist.gemstone.com/maven/release" }
   }
 
   group = "org.apache.geode"