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

[04/38] incubator-geode git commit: Fixing spring repo location for spark connector

Fixing spring repo location for spark connector

The spark connector was pointing to a defunct spring repository.


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

Branch: refs/heads/feature/e2e-testing
Commit: 4f34424bb380ed7a53fc332f365423213acffdb7
Parents: a1938b3
Author: Dan Smith <up...@apache.org>
Authored: Fri Sep 23 16:39:41 2016 -0700
Committer: Dan Smith <up...@apache.org>
Committed: Fri Sep 23 16:39:41 2016 -0700

----------------------------------------------------------------------
 geode-spark-connector/project/Settings.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/4f34424b/geode-spark-connector/project/Settings.scala
----------------------------------------------------------------------
diff --git a/geode-spark-connector/project/Settings.scala b/geode-spark-connector/project/Settings.scala
index 8cfe38f..c6852a6 100644
--- a/geode-spark-connector/project/Settings.scala
+++ b/geode-spark-connector/project/Settings.scala
@@ -30,7 +30,7 @@ object Settings extends Build {
 
   lazy val gfcResolvers = Seq(
    //"GemStone Official Release" at "http://dist.gemstone.com/maven/release",
-  "Repo for JLine" at "http://repo.springsource.org/libs-release",
+  "Repo for JLine" at "http://repo.spring.io/libs-release",
   "Local Maven" at Path.userHome.asFile.toURI.toURL + ".m2/repository",
   "Apache Snapshots" at "https://repository.apache.org/content/repositories/snapshots/"
   //"Apache Repository" at "https://repository.apache.org/content/repositories/releases/",