Repository: hbase Updated Branches: refs/heads/branch-1.2 0ec64eec3 -> f64cdf44b
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/f64cdf44 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/f64cdf44 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/f64cdf44 Branch: refs/heads/branch-1.2 Commit: f64cdf44b5c420d0ec29f84a48d3145441113351 Parents: 0ec64ee 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:35 2015 -0800 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/f64cdf44/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1f45a68..d5a2304 100644 --- a/pom.xml +++ b/pom.xml @@ -1166,7 +1166,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>
