Return-Path: X-Original-To: apmail-geode-commits-archive@minotaur.apache.org Delivered-To: apmail-geode-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 90DC918761 for ; Wed, 17 Feb 2016 23:11:02 +0000 (UTC) Received: (qmail 61357 invoked by uid 500); 17 Feb 2016 23:10:40 -0000 Delivered-To: apmail-geode-commits-archive@geode.apache.org Received: (qmail 61326 invoked by uid 500); 17 Feb 2016 23:10:40 -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 61316 invoked by uid 99); 17 Feb 2016 23:10:40 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Feb 2016 23:10:40 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 66217180467 for ; Wed, 17 Feb 2016 23:10:40 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.549 X-Spam-Level: X-Spam-Status: No, score=-3.549 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=-0.329] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id Ftu9E-BdbJbV for ; Wed, 17 Feb 2016 23:10:39 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with SMTP id 2B3395F21F for ; Wed, 17 Feb 2016 23:10:37 +0000 (UTC) Received: (qmail 60634 invoked by uid 99); 17 Feb 2016 23:10:36 -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; Wed, 17 Feb 2016 23:10:36 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BE2B2E38C3; Wed, 17 Feb 2016 23:10:36 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dschneider@apache.org To: commits@geode.incubator.apache.org Date: Wed, 17 Feb 2016 23:10:46 -0000 Message-Id: <75d1e8c28a8643bf8cbe3ed8a56739c0@git.apache.org> In-Reply-To: <484c95b0b65e445185b7394e18c15e95@git.apache.org> References: <484c95b0b65e445185b7394e18c15e95@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [11/33] incubator-geode git commit: GEODE-26: Remove mavenLocal from repositories GEODE-26: Remove mavenLocal from repositories Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/ee7b041a Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/ee7b041a Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/ee7b041a Branch: refs/heads/feature/GEODE-831 Commit: ee7b041adb7be0debc16e631ca4024b8d8652d53 Parents: 7005990 Author: Anthony Baker Authored: Wed Feb 10 19:41:02 2016 -0800 Committer: Anthony Baker Committed: Thu Feb 11 19:56:10 2016 -0800 ---------------------------------------------------------------------- build.gradle | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/ee7b041a/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 7e3fc34..c0c304e 100755 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,6 @@ allprojects { gradle.startParameter.continueOnFailure = true repositories { - mavenLocal() mavenCentral() maven { url "http://repo.spring.io/release" } maven { url "http://repo.spring.io/milestone" }