You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by je...@apache.org on 2014/12/10 04:30:36 UTC

[26/27] tez git commit: TEZ-1672. Update jetty to use stable 7.x version - 7.6.16.v20140903. (hitesh)

TEZ-1672. Update jetty to use stable 7.x version - 7.6.16.v20140903. (hitesh)


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

Branch: refs/heads/TEZ-8
Commit: 548e16c09e85925dfb3464a89b7ee60b21006bde
Parents: ecd04a5
Author: Hitesh Shah <hi...@apache.org>
Authored: Tue Dec 9 15:10:17 2014 -0800
Committer: Hitesh Shah <hi...@apache.org>
Committed: Tue Dec 9 15:10:17 2014 -0800

----------------------------------------------------------------------
 CHANGES.txt | 1 +
 pom.xml     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tez/blob/548e16c0/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 64c4ccd..e5a2541 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -6,6 +6,7 @@ Release 0.6.0: Unreleased
 INCOMPATIBLE CHANGES
 
 ALL CHANGES:
+  TEZ-1672. Update jetty to use stable 7.x version - 7.6.16.v20140903.
   TEZ-1822. Docs for Timeline/ACLs/HistoryText.
   TEZ-1252. Change wording on http://tez.apache.org/team-list.html related to member confusion.
   TEZ-1805. Tez client DAG cycle detection should detect self loops

http://git-wip-us.apache.org/repos/asf/tez/blob/548e16c0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b1332ae..c888ef5 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>2.4.0</hadoop.version>
-    <jetty.version>7.6.10.v20130312</jetty.version>
+    <jetty.version>7.6.16.v20140903</jetty.version>
     <distMgmtSnapshotsId>apache.snapshots.https</distMgmtSnapshotsId>
     <distMgmtSnapshotsName>Apache Development Snapshot Repository</distMgmtSnapshotsName>
     <distMgmtSnapshotsUrl>https://repository.apache.org/content/repositories/snapshots</distMgmtSnapshotsUrl>