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 ma...@apache.org on 2011/09/02 04:48:33 UTC

svn commit: r1164336 - in /hadoop/common/branches/branch-0.23/hadoop-common-project: hadoop-auth-examples/pom.xml hadoop-common/CHANGES.txt

Author: mahadev
Date: Fri Sep  2 02:48:33 2011
New Revision: 1164336

URL: http://svn.apache.org/viewvc?rev=1164336&view=rev
Log:
HADOOP-7604. Hadoop Auth examples pom in 0.23 point to 0.24 versions. (mahadev)

Modified:
    hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-auth-examples/pom.xml
    hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt

Modified: hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-auth-examples/pom.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-auth-examples/pom.xml?rev=1164336&r1=1164335&r2=1164336&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-auth-examples/pom.xml (original)
+++ hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-auth-examples/pom.xml Fri Sep  2 02:48:33 2011
@@ -17,12 +17,12 @@
   <parent>
     <groupId>org.apache.hadoop</groupId>
     <artifactId>hadoop-project</artifactId>
-    <version>0.24.0-SNAPSHOT</version>
+    <version>0.23.0-SNAPSHOT</version>
     <relativePath>../../hadoop-project</relativePath>
   </parent>
   <groupId>org.apache.hadoop</groupId>
   <artifactId>hadoop-auth-examples</artifactId>
-  <version>0.24.0-SNAPSHOT</version>
+  <version>0.23.0-SNAPSHOT</version>
   <packaging>war</packaging>
 
   <name>Apache Hadoop Auth Examples</name>

Modified: hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt?rev=1164336&r1=1164335&r2=1164336&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt (original)
+++ hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt Fri Sep  2 02:48:33 2011
@@ -352,6 +352,9 @@ Release 0.23.0 - Unreleased
 
     HADOOP-7595. Upgrade dependency to Avro 1.5.3. (Alejandro Abdelnur via atm)
 
+    HADOOP-7604. Hadoop Auth examples pom in 0.23 point to 0.24 versions.
+    (mahadev)
+
   OPTIMIZATIONS
   
     HADOOP-7333. Performance improvement in PureJavaCrc32. (Eric Caspole