Author: stack
Date: Tue Jun 7 20:53:25 2011
New Revision: 1133156
URL: http://svn.apache.org/viewvc?rev=1133156&view=rev
Log:
hadoop-snappy version in the pom.xml is incorrect
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=1133156&r1=1133155&r2=1133156&view=diff
==============================================================================
--- hbase/trunk/CHANGES.txt (original)
+++ hbase/trunk/CHANGES.txt Tue Jun 7 20:53:25 2011
@@ -113,6 +113,8 @@ Release 0.91.0 - Unreleased
HBASE-3903 A successful write to client write-buffer may be lost or not
visible (Doug Meil)
HBASE-3894 Thread contention over row locks set monitor (Dave Latham)
+ HBASE-3959 hadoop-snappy version in the pom.xml is incorrect
+ (Alejandro Abdelnur)
IMPROVEMENTS
HBASE-3290 Max Compaction Size (Nicolas Spiegelberg via Stack)
Modified: hbase/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/hbase/trunk/pom.xml?rev=1133156&r1=1133155&r2=1133156&view=diff
==============================================================================
--- hbase/trunk/pom.xml (original)
+++ hbase/trunk/pom.xml Tue Jun 7 20:53:25 2011
@@ -630,7 +630,7 @@
<stax-api.version>1.0.1</stax-api.version>
<thrift.version>0.6.1</thrift.version>
<zookeeper.version>3.3.3</zookeeper.version>
- <hadoop-snappy.version>0.0.1-cdh3u1-SNAPSHOT</hadoop-snappy.version>
+ <hadoop-snappy.version>0.0.1-SNAPSHOT</hadoop-snappy.version>
<package.prefix>/usr</package.prefix>
<package.conf.dir>/etc/hbase</package.conf.dir>