curator-test-zk34 had wrong parent pom version:
Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/0f493b97 Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/0f493b97 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/0f493b97 Branch: refs/heads/persistent-watch Commit: 0f493b9757a11a197a55deb97cb4c2dd5fd4e429 Parents: 31d7f9a Author: randgalt <[email protected]> Authored: Fri Jul 21 16:04:06 2017 -0500 Committer: randgalt <[email protected]> Committed: Fri Jul 21 16:04:06 2017 -0500 ---------------------------------------------------------------------- curator-test-zk34/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/curator/blob/0f493b97/curator-test-zk34/pom.xml ---------------------------------------------------------------------- diff --git a/curator-test-zk34/pom.xml b/curator-test-zk34/pom.xml index d417875..3cd9946 100644 --- a/curator-test-zk34/pom.xml +++ b/curator-test-zk34/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>apache-curator</artifactId> <groupId>org.apache.curator</groupId> - <version>3.3.1-SNAPSHOT</version> + <version>4.0.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion>
