Repository: hadoop Updated Branches: refs/heads/branch-3.2 559cb99bf -> 78b90725a
HADOOP-15974. Upgrade Curator version to 2.13.0 to fix ZK tests. Contributed by Akira Ajisaka (cherry picked from commit 9287ab364292ce917fc120532681131821ac53ef) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/78b90725 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/78b90725 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/78b90725 Branch: refs/heads/branch-3.2 Commit: 78b90725a60c516a6024ab4892b216d89338d042 Parents: 559cb99 Author: Jason Lowe <[email protected]> Authored: Tue Dec 4 15:44:03 2018 -0600 Committer: Jason Lowe <[email protected]> Committed: Tue Dec 4 16:44:21 2018 -0600 ---------------------------------------------------------------------- hadoop-project/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/78b90725/hadoop-project/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index ea0ac04..ead53aa 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -87,7 +87,7 @@ <protoc.path>${env.HADOOP_PROTOC_PATH}</protoc.path> <zookeeper.version>3.4.13</zookeeper.version> - <curator.version>2.12.0</curator.version> + <curator.version>2.13.0</curator.version> <findbugs.version>3.0.0</findbugs.version> <spotbugs.version>3.1.0-RC1</spotbugs.version> <dnsjava.version>2.1.7</dnsjava.version> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
