Return-Path: X-Original-To: apmail-giraph-commits-archive@www.apache.org Delivered-To: apmail-giraph-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4F5B0DBE8 for ; Tue, 12 Mar 2013 02:26:40 +0000 (UTC) Received: (qmail 96115 invoked by uid 500); 12 Mar 2013 02:26:40 -0000 Delivered-To: apmail-giraph-commits-archive@giraph.apache.org Received: (qmail 96085 invoked by uid 500); 12 Mar 2013 02:26:40 -0000 Mailing-List: contact commits-help@giraph.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@giraph.apache.org Delivered-To: mailing list commits@giraph.apache.org Received: (qmail 96077 invoked by uid 99); 12 Mar 2013 02:26:40 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Mar 2013 02:26:40 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id D8132C8BF; Tue, 12 Mar 2013 02:26:39 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: nitay@apache.org To: commits@giraph.apache.org X-Mailer: ASF-Git Admin Mailer Subject: git commit: GIRAPH-559: Giraph build breaks (nitay) Message-Id: <20130312022639.D8132C8BF@tyr.zones.apache.org> Date: Tue, 12 Mar 2013 02:26:39 +0000 (UTC) Updated Branches: refs/heads/trunk c51e27dd5 -> 799824014 GIRAPH-559: Giraph build breaks (nitay) Project: http://git-wip-us.apache.org/repos/asf/giraph/repo Commit: http://git-wip-us.apache.org/repos/asf/giraph/commit/79982401 Tree: http://git-wip-us.apache.org/repos/asf/giraph/tree/79982401 Diff: http://git-wip-us.apache.org/repos/asf/giraph/diff/79982401 Branch: refs/heads/trunk Commit: 7998240142c99311f7d51cde9bc102259c9bd937 Parents: c51e27d Author: Nitay Joffe Authored: Mon Mar 11 21:44:59 2013 -0400 Committer: Nitay Joffe Committed: Mon Mar 11 22:26:36 2013 -0400 ---------------------------------------------------------------------- CHANGELOG | 2 ++ giraph-accumulo/pom.xml | 35 ----------------------------------- giraph-hbase/pom.xml | 35 ----------------------------------- pom.xml | 19 ++++++++++++------- 4 files changed, 14 insertions(+), 77 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/giraph/blob/79982401/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index ee894ba..90d626f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ Giraph Change Log Release 0.2.0 - unreleased + GIRAPH-559: Giraph build breaks (nitay) + GIRAPH-550: HiveVertexReader should call initialize, not users (nitay) GIRAPH-523: MasterObserver should pass in superstep number (gaurav.menghani via nitay) http://git-wip-us.apache.org/repos/asf/giraph/blob/79982401/giraph-accumulo/pom.xml ---------------------------------------------------------------------- diff --git a/giraph-accumulo/pom.xml b/giraph-accumulo/pom.xml index 1f229da..fd1ee2b 100644 --- a/giraph-accumulo/pom.xml +++ b/giraph-accumulo/pom.xml @@ -69,41 +69,6 @@ under the License. - - - - central - Maven Repository - http://repo1.maven.org/maven2 - - true - - - - - apache - Apache Repository - https://repository.apache.org/content/repositories/snapshots - - true - - - - - datanucleus - datanucleus maven repository - http://www.datanucleus.org/downloads/maven2 - default - - true - warn - - - - hadoop_0.20.203 http://git-wip-us.apache.org/repos/asf/giraph/blob/79982401/giraph-hbase/pom.xml ---------------------------------------------------------------------- diff --git a/giraph-hbase/pom.xml b/giraph-hbase/pom.xml index e7aa420..41b27e8 100644 --- a/giraph-hbase/pom.xml +++ b/giraph-hbase/pom.xml @@ -69,41 +69,6 @@ under the License. - - - - central - Maven Repository - http://repo1.maven.org/maven2 - - true - - - - - apache - Apache Repository - https://repository.apache.org/content/repositories/snapshots - - true - - - - - datanucleus - datanucleus maven repository - http://www.datanucleus.org/downloads/maven2 - default - - true - warn - - - - hadoop_0.20.203 http://git-wip-us.apache.org/repos/asf/giraph/blob/79982401/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 509831b..b86a932 100644 --- a/pom.xml +++ b/pom.xml @@ -196,6 +196,13 @@ under the License. + central + http://repo1.maven.org/maven2 + + true + + + cloudera cdh https://repository.cloudera.com/artifactory/cloudera-repos @@ -207,21 +214,19 @@ under the License. apache snapshots - www.apache.org - https://repository.apache.org/content/repositories/snapshots + https://repository.apache.org/content/groups/public/ true - false + true - apache releases - www.apache.org - https://repository.apache.org/content/repositories/releases + sonatypereleases + https://oss.sonatype.org/content/groups/public/ - false + true true