Repository: hbase Updated Branches: refs/heads/master 1822bb5d9 -> ef92a6a06
HBASE-14979 Update to the newest Zookeeper release Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/ef92a6a0 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/ef92a6a0 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/ef92a6a0 Branch: refs/heads/master Commit: ef92a6a067230cae96d3e3267da5a18ac5ad89c6 Parents: 1822bb5 Author: Elliott Clark <[email protected]> Authored: Mon Dec 14 18:35:40 2015 -0800 Committer: Elliott Clark <[email protected]> Committed: Mon Dec 14 21:07:20 2015 -0800 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/ef92a6a0/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3f21cd4..0999120 100644 --- a/pom.xml +++ b/pom.xml @@ -1199,7 +1199,7 @@ <protobuf.version>2.5.0</protobuf.version> <thrift.path>thrift</thrift.path> <thrift.version>0.9.3</thrift.version> - <zookeeper.version>3.4.6</zookeeper.version> + <zookeeper.version>3.4.7</zookeeper.version> <slf4j.version>1.7.7</slf4j.version> <clover.version>4.0.3</clover.version> <jamon-runtime.version>2.4.1</jamon-runtime.version>
