From ce53c8eb0ccc582957ba1f4c0b7938db00f6ca31 Mon Sep 17 00:00:00 2001 From: Haohui Mai Date: Tue, 19 May 2015 18:28:20 -0700 Subject: [PATCH] HADOOP-11995. Make jetty version configurable from the maven command line. Contributed by Sriharsha Devineni. --- hadoop-common-project/hadoop-common/CHANGES.txt | 3 +++ hadoop-project/pom.xml | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index 3e7cb39c9c..b0b8fb7c33 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 diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index f23a2ddfa5..78903fae2d 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -32,7 +32,7 @@ false true - + 6.1.26 _ _ @@ -461,7 +461,7 @@ org.mortbay.jetty jetty - 6.1.26 + ${jetty.version} org.mortbay.jetty @@ -472,7 +472,7 @@ org.mortbay.jetty jetty-util - 6.1.26 + ${jetty.version} org.apache.tomcat.embed @@ -591,7 +591,7 @@ org.mortbay.jetty jetty-servlet-tester - 6.1.26 + ${jetty.version} commons-logging