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/01/23 21:51:31 UTC

svn commit: r902490 - /hadoop/hbase/trunk/CHANGES.txt

Author: stack
Date: Sat Jan 23 20:51:30 2010
New Revision: 902490

URL: http://svn.apache.org/viewvc?rev=902490&view=rev
Log:
HBASE-2163 ZK dependencies - explicitly add them until ZK artifacts are published to mvn repository

Modified:
    hadoop/hbase/trunk/CHANGES.txt

Modified: hadoop/hbase/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/CHANGES.txt?rev=902490&r1=902489&r2=902490&view=diff
==============================================================================
--- hadoop/hbase/trunk/CHANGES.txt (original)
+++ hadoop/hbase/trunk/CHANGES.txt Sat Jan 23 20:51:30 2010
@@ -191,6 +191,8 @@
    HBASE-2057  Cluster won't stop (Gary Helmling and JD via JD)
    HBASE-2160  Can't put with ts in shell
    HBASE-2144  Now does \x20 for spaces
+   HBASE-2163  ZK dependencies - explicitly add them until ZK artifacts are
+               published to mvn repository (Kay Kay via Stack)
 
   IMPROVEMENTS
    HBASE-1760  Cleanup TODOs in HTable