Return-Path: X-Original-To: apmail-hadoop-common-commits-archive@www.apache.org Delivered-To: apmail-hadoop-common-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 D53E618773 for ; Fri, 22 May 2015 21:41:32 +0000 (UTC) Received: (qmail 98148 invoked by uid 500); 22 May 2015 21:41:21 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 97030 invoked by uid 500); 22 May 2015 21:41:21 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 95151 invoked by uid 99); 22 May 2015 21:41:20 -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; Fri, 22 May 2015 21:41:20 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 25C6FE01E0; Fri, 22 May 2015 21:41:20 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: zjshen@apache.org To: common-commits@hadoop.apache.org Date: Fri, 22 May 2015 21:41:55 -0000 Message-Id: <5963e19acded480cb3ea8dcea844a155@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [37/50] [abbrv] hadoop git commit: HADOOP-11995. Make jetty version configurable from the maven command line. Contributed by Sriharsha Devineni. HADOOP-11995. Make jetty version configurable from the maven command line. Contributed by Sriharsha Devineni. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/440ba1e5 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/440ba1e5 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/440ba1e5 Branch: refs/heads/YARN-2928 Commit: 440ba1e564e7f40c2be945e01f551435e082a958 Parents: 31274c1 Author: Haohui Mai Authored: Tue May 19 18:28:20 2015 -0700 Committer: Zhijie Shen Committed: Fri May 22 12:42:56 2015 -0700 ---------------------------------------------------------------------- hadoop-common-project/hadoop-common/CHANGES.txt | 3 +++ hadoop-project/pom.xml | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/440ba1e5/hadoop-common-project/hadoop-common/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index 3e7cb39..b0b8fb7 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -587,6 +587,9 @@ Release 2.8.0 - UNRELEASED HADOOP-11103. Clean up RemoteException (Sean Busbey via vinayakumarb) + HADOOP-11995. Make jetty version configurable from the maven command line. + (Sriharsha Devineni via wheat9) + OPTIMIZATIONS HADOOP-11785. Reduce the number of listStatus operation in distcp http://git-wip-us.apache.org/repos/asf/hadoop/blob/440ba1e5/hadoop-project/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index 2c53318..0889241 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -32,7 +32,7 @@ false true - + 6.1.26 _ _ @@ -483,7 +483,7 @@ org.mortbay.jetty jetty - 6.1.26 + ${jetty.version} org.mortbay.jetty @@ -494,7 +494,7 @@ org.mortbay.jetty jetty-util - 6.1.26 + ${jetty.version} org.apache.tomcat.embed @@ -613,7 +613,7 @@ org.mortbay.jetty jetty-servlet-tester - 6.1.26 + ${jetty.version} commons-logging