Return-Path: X-Original-To: apmail-falcon-commits-archive@minotaur.apache.org Delivered-To: apmail-falcon-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 2FA1F106CE for ; Thu, 16 Jan 2014 08:35:42 +0000 (UTC) Received: (qmail 35973 invoked by uid 500); 16 Jan 2014 08:35:40 -0000 Delivered-To: apmail-falcon-commits-archive@falcon.apache.org Received: (qmail 35929 invoked by uid 500); 16 Jan 2014 08:35:39 -0000 Mailing-List: contact commits-help@falcon.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@falcon.incubator.apache.org Delivered-To: mailing list commits@falcon.incubator.apache.org Received: (qmail 35922 invoked by uid 99); 16 Jan 2014 08:35:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jan 2014 08:35:37 +0000 X-ASF-Spam-Status: No, hits=-2000.1 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 16 Jan 2014 08:35:36 +0000 Received: (qmail 35216 invoked by uid 99); 16 Jan 2014 08:35:16 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jan 2014 08:35:16 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 3134E834FAF; Thu, 16 Jan 2014 08:35:16 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: shwethags@apache.org To: commits@falcon.incubator.apache.org Message-Id: <395025d7f97a405fbeeb191fa4e0ecdf@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: =?utf-8?q?git_commit=3A_FALCON-245_POM_should_use_Apache_POM_as_pa?= =?utf-8?q?rent=2E_Contributed_by_Jean-Baptiste_Onofr=C3=A9?= Date: Thu, 16 Jan 2014 08:35:16 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org Updated Branches: refs/heads/master 7ea43bd0a -> 934aebd26 FALCON-245 POM should use Apache POM as parent. Contributed by Jean-Baptiste Onofré Project: http://git-wip-us.apache.org/repos/asf/incubator-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-falcon/commit/934aebd2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-falcon/tree/934aebd2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-falcon/diff/934aebd2 Branch: refs/heads/master Commit: 934aebd2676a5a154b5e259d0c41ee86a73ac696 Parents: 7ea43bd Author: Shwetha GS Authored: Thu Jan 16 14:05:01 2014 +0530 Committer: Shwetha GS Committed: Thu Jan 16 14:05:01 2014 +0530 ---------------------------------------------------------------------- CHANGES.txt | 4 +++- pom.xml | 6 ++++++ 2 files changed, 9 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/934aebd2/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 9c5af70..229d4df 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -8,7 +8,9 @@ Trunk (Unreleased) FALCON-238 Support updates at specific time. (Shwetha GS) IMPROVEMENTS - FALCON-252 Upgrade to json-simple 1.1.1. ( Jean-Baptiste Onofré via Shwetha GS) + FALCON-245 POM should use Apache POM as parent. (Jean-Baptiste Onofré via Shwetha GS) + + FALCON-252 Upgrade to json-simple 1.1.1. (Jean-Baptiste Onofré via Shwetha GS) FALCON-233 Update hadoop 2 version to 2.2.0. (Venkatesh Seetharam via Shwetha GS) http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/934aebd2/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 59e3241..36c5f7a 100644 --- a/pom.xml +++ b/pom.xml @@ -18,6 +18,12 @@ + + org.apache + apache + 13 + + 4.0.0 org.apache.falcon falcon-main