You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by to...@apache.org on 2011/05/26 19:44:01 UTC

svn commit: r1128004 - in /hadoop/common/branches/branch-0.22: CHANGES.txt src/java/core-default.xml

Author: todd
Date: Thu May 26 17:44:00 2011
New Revision: 1128004

URL: http://svn.apache.org/viewvc?rev=1128004&view=rev
Log:
HADOOP-7312. Update value of hadoop.common.configuration.version. Contributed by Harsh J Chouraria.

Modified:
    hadoop/common/branches/branch-0.22/CHANGES.txt
    hadoop/common/branches/branch-0.22/src/java/core-default.xml

Modified: hadoop/common/branches/branch-0.22/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.22/CHANGES.txt?rev=1128004&r1=1128003&r2=1128004&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.22/CHANGES.txt (original)
+++ hadoop/common/branches/branch-0.22/CHANGES.txt Thu May 26 17:44:00 2011
@@ -245,6 +245,9 @@ Release 0.22.0 - Unreleased
     HADOOP-7302. webinterface.private.actions should be renamed and moved to
     the MapReduce project. (Ari Rabkin via todd)
 
+    HADOOP-7312. Update value of hadoop.common.configuration.version.
+    (Harsh J Chouraria via todd)
+
   OPTIMIZATIONS
 
     HADOOP-6884. Add LOG.isDebugEnabled() guard for each LOG.debug(..).

Modified: hadoop/common/branches/branch-0.22/src/java/core-default.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.22/src/java/core-default.xml?rev=1128004&r1=1128003&r2=1128004&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.22/src/java/core-default.xml (original)
+++ hadoop/common/branches/branch-0.22/src/java/core-default.xml Thu May 26 17:44:00 2011
@@ -27,7 +27,7 @@
 
 <property>
   <name>hadoop.common.configuration.version</name>
-  <value>0.21.0</value>
+  <value>0.22.0</value>
   <description>version of this configuration file</description>
 </property>