You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2010/12/20 21:38:22 UTC

svn commit: r1051281 - in /hbase/branches/0.90: CHANGES.txt pom.xml

Author: apurtell
Date: Mon Dec 20 20:38:22 2010
New Revision: 1051281

URL: http://svn.apache.org/viewvc?rev=1051281&view=rev
Log:
HBASE-3377 Upgrade Jetty to 6.1.26

Modified:
    hbase/branches/0.90/CHANGES.txt
    hbase/branches/0.90/pom.xml

Modified: hbase/branches/0.90/CHANGES.txt
URL: http://svn.apache.org/viewvc/hbase/branches/0.90/CHANGES.txt?rev=1051281&r1=1051280&r2=1051281&view=diff
==============================================================================
--- hbase/branches/0.90/CHANGES.txt (original)
+++ hbase/branches/0.90/CHANGES.txt Mon Dec 20 20:38:22 2010
@@ -1251,6 +1251,7 @@ Release 0.90.0 - Unreleased
    HBASE-3308  SplitTransaction.splitStoreFiles slows splits a lot
    HBASE-3349  Pass HBase configuration to HttpServer
    HBASE-3372  HRS shouldn't print a full stack for ServerNotRunningException
+   HBASE-3377  Upgrade Jetty to 6.1.26
 
 
   NEW FEATURES

Modified: hbase/branches/0.90/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.90/pom.xml?rev=1051281&r1=1051280&r2=1051281&view=diff
==============================================================================
--- hbase/branches/0.90/pom.xml (original)
+++ hbase/branches/0.90/pom.xml Mon Dec 20 20:38:22 2010
@@ -457,7 +457,7 @@
     <hadoop.version>0.20-append-r1044525</hadoop.version>
     <jasper.version>5.5.23</jasper.version>
     <jaxb-api.version>2.1</jaxb-api.version>
-    <jetty.version>6.1.25</jetty.version>
+    <jetty.version>6.1.26</jetty.version>
     <jetty.jspapi.version>6.1.14</jetty.jspapi.version>
     <jersey.version>1.4</jersey.version>
     <jruby.version>1.5.2</jruby.version>