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/21 21:04:11 UTC

curator git commit: curator-test-zk34 had wrong parent pom version:

Repository: curator
Updated Branches:
  refs/heads/CURATOR-426 31d7f9a20 -> 0f493b975


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/CURATOR-426
Commit: 0f493b9757a11a197a55deb97cb4c2dd5fd4e429
Parents: 31d7f9a
Author: randgalt <ra...@apache.org>
Authored: Fri Jul 21 16:04:06 2017 -0500
Committer: randgalt <ra...@apache.org>
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>