You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2010/07/17 00:47:24 UTC

svn commit: r964968 - in /hbase/trunk: CHANGES.txt pom.xml

Author: stack
Date: Fri Jul 16 22:47:23 2010
New Revision: 964968

URL: http://svn.apache.org/viewvc?rev=964968&view=rev
Log:
HBASE-2835 Update hadoop jar to head of branch-0.20-append to catch three added patches

Modified:
    hbase/trunk/CHANGES.txt
    hbase/trunk/pom.xml

Modified: hbase/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hbase/trunk/CHANGES.txt?rev=964968&r1=964967&r2=964968&view=diff
==============================================================================
--- hbase/trunk/CHANGES.txt (original)
+++ hbase/trunk/CHANGES.txt Fri Jul 16 22:47:23 2010
@@ -771,6 +771,8 @@ Release 0.21.0 - Unreleased
    HBASE-2808  Document the implementation of replication
    HBASE-2517  During reads when passed the specified time range, seek to
                next column (Pranav via jgray)
+   HBASE-2835  Update hadoop jar to head of branch-0.20-append to catch three
+               added patches
 
   NEW FEATURES
    HBASE-1961  HBase EC2 scripts

Modified: hbase/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/pom.xml?rev=964968&r1=964967&r2=964968&view=diff
==============================================================================
--- hbase/trunk/pom.xml (original)
+++ hbase/trunk/pom.xml Fri Jul 16 22:47:23 2010
@@ -446,7 +446,7 @@
     <compileSource>1.6</compileSource>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <hbase.version>0.89.0-SNAPSHOT</hbase.version>
-    <hadoop.version>0.20.3-append-r956776+1240+tail</hadoop.version>
+    <hadoop.version>0.20.3-append-r964955-1240</hadoop.version>
 
     <commons-cli.version>1.2</commons-cli.version>
     <commons-logging.version>1.1.1</commons-logging.version>