You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by ks...@apache.org on 2018/11/01 21:13:45 UTC

tez git commit: TEZ-4004. Update jetty9 to align with Hadoop and Hive (Jonathan Eagles via kshukla)

Repository: tez
Updated Branches:
  refs/heads/branch-0.10.0 f74475f96 -> eb401498b


TEZ-4004. Update jetty9 to align with Hadoop and Hive (Jonathan Eagles via kshukla)

(cherry picked from commit efc73318342e40dac30ec321119c6536b67c0a64)


Project: http://git-wip-us.apache.org/repos/asf/tez/repo
Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/eb401498
Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/eb401498
Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/eb401498

Branch: refs/heads/branch-0.10.0
Commit: eb401498b1923acea951812ecdce373fd701a8b8
Parents: f74475f
Author: Kuhu Shukla <ks...@yahoo-inc.com>
Authored: Thu Nov 1 16:12:12 2018 -0500
Committer: Kuhu Shukla <ks...@yahoo-inc.com>
Committed: Thu Nov 1 16:12:12 2018 -0500

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tez/blob/eb401498/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9653c23..886c9ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,7 @@
     <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
     <clover.license>${user.home}/clover.license</clover.license>
     <hadoop.version>3.0.3</hadoop.version>
-    <jetty.version>9.3.22.v20171030</jetty.version>
+    <jetty.version>9.3.24.v20180605</jetty.version>
     <netty.version>3.10.5.Final</netty.version>
     <pig.version>0.13.0</pig.version>
     <jersey.version>1.19</jersey.version>