HADOOP-7312. Update value of hadoop.common.configuration.version. Contributed by Harsh J Chouraria.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1128003 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Todd Lipcon 2011-05-26 17:43:05 +00:00
parent 2f6c03ad54
commit 7df9a15ea6
2 changed files with 4 additions and 1 deletions

View File

@ -182,6 +182,9 @@ Trunk (unreleased changes)
HADOOP-7320. Refactor the copy and move commands to conform to new
FsCommand class. (Daryn Sharp via todd)
HADOOP-7312. Update value of hadoop.common.configuration.version.
(Harsh J Chouraria via todd)
OPTIMIZATIONS
BUG FIXES

View File

@ -27,7 +27,7 @@
<property>
<name>hadoop.common.configuration.version</name>
<value>0.21.0</value>
<value>0.23.0</value>
<description>version of this configuration file</description>
</property>