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/27 21:44:51 UTC

svn commit: r979826 - in /hbase/branches/0.89.20100726: CHANGES.txt pom.xml

Author: stack
Date: Tue Jul 27 19:44:51 2010
New Revision: 979826

URL: http://svn.apache.org/viewvc?rev=979826&view=rev
Log:
Change version number to 0.89.20100726

Modified:
    hbase/branches/0.89.20100726/CHANGES.txt
    hbase/branches/0.89.20100726/pom.xml

Modified: hbase/branches/0.89.20100726/CHANGES.txt
URL: http://svn.apache.org/viewvc/hbase/branches/0.89.20100726/CHANGES.txt?rev=979826&r1=979825&r2=979826&view=diff
==============================================================================
--- hbase/branches/0.89.20100726/CHANGES.txt (original)
+++ hbase/branches/0.89.20100726/CHANGES.txt Tue Jul 27 19:44:51 2010
@@ -1,5 +1,5 @@
 HBase Change Log
-Release 0.21.0 - Unreleased
+Release 0.90 - Unreleased
   INCOMPATIBLE CHANGES
    HBASE-1822  Remove the deprecated APIs
    HBASE-1848  Fixup shell for HBASE-1822

Modified: hbase/branches/0.89.20100726/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.89.20100726/pom.xml?rev=979826&r1=979825&r2=979826&view=diff
==============================================================================
--- hbase/branches/0.89.20100726/pom.xml (original)
+++ hbase/branches/0.89.20100726/pom.xml Tue Jul 27 19:44:51 2010
@@ -476,7 +476,7 @@
   <properties>
     <compileSource>1.6</compileSource>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <hbase.version>0.89.0-SNAPSHOT</hbase.version>
+    <hbase.version>0.89.20100726</hbase.version>
     <hadoop.version>0.20.3-append-r964955-1240</hadoop.version>
 
     <commons-cli.version>1.2</commons-cli.version>