You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ra...@apache.org on 2017/07/23 12:09:30 UTC

curator git commit: Have to use hard version for curator-test to work around maven release plugin bug

Repository: curator
Updated Branches:
  refs/heads/CURATOR-426 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/CURATOR-426
Commit: 171a200664614d0abb72027c4200150dfa4d2564
Parents: b26410d
Author: randgalt <ra...@apache.org>
Authored: Sun Jul 23 07:06:57 2017 -0500
Committer: randgalt <ra...@apache.org>
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>