Reverting HDFS-4326 since it caused 'mvn package' to break.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1425400 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Arun Murthy 2012-12-23 03:52:42 +00:00
parent 15fe833da7
commit f68da35bb2
2 changed files with 1 additions and 3 deletions

View File

@ -34,7 +34,7 @@
<description>Apache Hadoop HttpFS</description>
<properties>
<tomcat.version>6.0.36</tomcat.version>
<tomcat.version>6.0.32</tomcat.version>
<httpfs.source.repository>REPO NOT AVAIL</httpfs.source.repository>
<httpfs.source.repository>REPO NOT AVAIL</httpfs.source.repository>
<httpfs.source.revision>REVISION NOT AVAIL</httpfs.source.revision>

View File

@ -151,8 +151,6 @@ Release 2.0.3-alpha - Unreleased
HDFS-4130. BKJM: The reading for editlog at NN starting using bkjm is not efficient.
(Han Xiao via umamahesh)
HDFS-4326. bump up Tomcat version for HttpFS to 6.0.36. (tucu)
OPTIMIZATIONS
BUG FIXES