You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by te...@apache.org on 2012/01/03 04:44:02 UTC

svn commit: r1226622 - in /hbase/branches/0.92: CHANGES.txt pom.xml

Author: tedyu
Date: Tue Jan  3 03:44:02 2012
New Revision: 1226622

URL: http://svn.apache.org/viewvc?rev=1226622&view=rev
Log:
HBASE-5111  Upgrade zookeeper to 3.4.2 release

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

Modified: hbase/branches/0.92/CHANGES.txt
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/CHANGES.txt?rev=1226622&r1=1226621&r2=1226622&view=diff
==============================================================================
--- hbase/branches/0.92/CHANGES.txt (original)
+++ hbase/branches/0.92/CHANGES.txt Tue Jan  3 03:44:02 2012
@@ -851,6 +851,7 @@ Release 0.92.0 - Unreleased
    HBASE-4856  Upgrade zookeeper to 3.4.0 release
    HBASE-4838  Port 2856 (TestAcidGuarantee is failing) to 0.92 (Lars H)
                (original patch by Amitanand Aiyer and Nicolas)
+   HBASE-5111  Upgrade zookeeper to 3.4.2 release
 
   NEW FEATURES
    HBASE-2001  Coprocessors: Colocate user code with regions (Mingjie Lai via

Modified: hbase/branches/0.92/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/pom.xml?rev=1226622&r1=1226621&r2=1226622&view=diff
==============================================================================
--- hbase/branches/0.92/pom.xml (original)
+++ hbase/branches/0.92/pom.xml Tue Jan  3 03:44:02 2012
@@ -811,7 +811,7 @@
     <slf4j.version>1.5.8</slf4j.version><!-- newer version available -->
     <stax-api.version>1.0.1</stax-api.version>
     <thrift.version>0.7.0</thrift.version>
-    <zookeeper.version>3.4.2rc0</zookeeper.version>
+    <zookeeper.version>3.4.2</zookeeper.version>
     <hadoop-snappy.version>0.0.1-SNAPSHOT</hadoop-snappy.version>
 
     <package.prefix>/usr</package.prefix>