Repository: curator Updated Branches: refs/heads/master b26410d53 -> 171a20066
Have to use hard version for curator-test to work around maven release plugin bug Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/171a2006 Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/171a2006 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/171a2006 Branch: refs/heads/master Commit: 171a200664614d0abb72027c4200150dfa4d2564 Parents: b26410d Author: randgalt <[email protected]> Authored: Sun Jul 23 07:06:57 2017 -0500 Committer: randgalt <[email protected]> Committed: Sun Jul 23 07:06:57 2017 -0500 ---------------------------------------------------------------------- curator-test-zk34/pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/curator/blob/171a2006/curator-test-zk34/pom.xml ---------------------------------------------------------------------- diff --git a/curator-test-zk34/pom.xml b/curator-test-zk34/pom.xml index 3ec50cc..6fb1808 100644 --- a/curator-test-zk34/pom.xml +++ b/curator-test-zk34/pom.xml @@ -15,7 +15,6 @@ <properties> <zookeeper-34-version>3.4.8</zookeeper-34-version> - <curator-2-version>2.12.0</curator-2-version> </properties> <dependencies> @@ -50,7 +49,7 @@ <dependency> <groupId>org.apache.curator</groupId> <artifactId>curator-test</artifactId> - <version>${curator-2-version}</version> + <version>2.12.0</version> <exclusions> <exclusion> <groupId>org.apache.zookeeper</groupId>
