Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 442EC200BB7 for ; Tue, 4 Oct 2016 19:03:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 42F59160AC7; Tue, 4 Oct 2016 17:03:14 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 6B4CF160ACC for ; Tue, 4 Oct 2016 19:03:13 +0200 (CEST) Received: (qmail 62147 invoked by uid 500); 4 Oct 2016 17:03:12 -0000 Mailing-List: contact commits-help@geode.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.incubator.apache.org Delivered-To: mailing list commits@geode.incubator.apache.org Received: (qmail 62137 invoked by uid 99); 4 Oct 2016 17:03:12 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Oct 2016 17:03:12 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 3A3C8CCE4B for ; Tue, 4 Oct 2016 17:03:12 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.219 X-Spam-Level: X-Spam-Status: No, score=-6.219 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id Urii7ALSZu2J for ; Tue, 4 Oct 2016 17:03:08 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 6A6435FE69 for ; Tue, 4 Oct 2016 17:03:08 +0000 (UTC) Received: (qmail 61280 invoked by uid 99); 4 Oct 2016 17:03:07 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Oct 2016 17:03:07 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 532ECE0BAB; Tue, 4 Oct 2016 17:03:07 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jensdeppe@apache.org To: commits@geode.incubator.apache.org Date: Tue, 04 Oct 2016 17:03:10 -0000 Message-Id: <6777ca75c92b4574ad3c4dd5c3cd4349@git.apache.org> In-Reply-To: <1fc46f84037f45f9bde6210f2a4896a6@git.apache.org> References: <1fc46f84037f45f9bde6210f2a4896a6@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [04/38] incubator-geode git commit: Fixing spring repo location for spark connector archived-at: Tue, 04 Oct 2016 17:03:14 -0000 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 Authored: Fri Sep 23 16:39:41 2016 -0700 Committer: Dan Smith 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/",