You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ec...@apache.org on 2014/08/01 00:08:26 UTC

[50/50] [abbrv] git commit: [master] Upgrade jetty version to 6.1.26 from 6.1.24

[master] Upgrade jetty version to 6.1.26 from 6.1.24

Summary: David found some runtime version conflict in Jetty. This diff is to fix the same.

Test Plan: HBase builds without any problems.

Reviewers: daviddeng, rshroff

Reviewed By: rshroff

Subscribers: hbase-eng@

Differential Revision: https://phabricator.fb.com/D1433390

Tasks: 4656190

git-svn-id: svn+ssh://tubbs/svnhive/hadoop/branches/titan/VENDOR.hbase/hbase-trunk@43455 e7acf4d4-3532-417f-9e73-7a9ae25a1f51


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

Branch: refs/heads/0.89-fb
Commit: a12267f6c64eff540c0d6e2a111aee2190f54e18
Parents: da748d4
Author: manukranthk <ma...@e7acf4d4-3532-417f-9e73-7a9ae25a1f51>
Authored: Mon Jul 14 18:31:18 2014 +0000
Committer: Elliott Clark <el...@fb.com>
Committed: Thu Jul 31 15:01:33 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/a12267f6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 02e8ea3..7c509aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -663,7 +663,7 @@
     <commons-cli.version>1.2</commons-cli.version>
     <commons-io.version>2.1</commons-io.version>
     <commons-logging.version>1.1.1</commons-logging.version>
-    <jetty.version>6.1.24</jetty.version>
+    <jetty.version>6.1.26</jetty.version>
     <jetty.jspapi.version>6.1.14</jetty.jspapi.version>
     <netty.version>3.7.0.Final</netty.version>
     <junit.version>4.11</junit.version>