You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by sy...@apache.org on 2020/06/10 15:44:39 UTC

[zookeeper] branch branch-3.6 updated: ZOOKEEPER-3857: ZooKeeper branch-3.6 doesn't build after Curator test committed

This is an automated email from the ASF dual-hosted git repository.

symat pushed a commit to branch branch-3.6
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


The following commit(s) were added to refs/heads/branch-3.6 by this push:
     new 8ae8d33  ZOOKEEPER-3857: ZooKeeper branch-3.6 doesn't build after Curator test committed
8ae8d33 is described below

commit 8ae8d339946edcc60cdcf9e4e79616e6bfddb352
Author: Tamas Penzes <ta...@cloudera.com>
AuthorDate: Wed Jun 10 15:43:49 2020 +0000

    ZOOKEEPER-3857: ZooKeeper branch-3.6 doesn't build after Curator test committed
    
    Updated version number in two pom.xml files.
    
    Change-Id: I71194499cac0275eb6068a9adee8920b3eeb8b11
    
    Author: Tamas Penzes <ta...@cloudera.com>
    
    Reviewers: Norbert Kalmar <nk...@apache.org>, Mate Szalay-Beko <sy...@apache.org>
    
    Closes #1377 from tamaashu/apache-branch-3.6
---
 zookeeper-compatibility-tests/pom.xml                                   | 2 +-
 .../zookeeper-compatibility-tests-curator/pom.xml                       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/zookeeper-compatibility-tests/pom.xml b/zookeeper-compatibility-tests/pom.xml
index f861196..5637ac8 100644
--- a/zookeeper-compatibility-tests/pom.xml
+++ b/zookeeper-compatibility-tests/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.zookeeper</groupId>
         <artifactId>parent</artifactId>
-        <version>3.7.0-SNAPSHOT</version>
+        <version>3.6.2-SNAPSHOT</version>
     </parent>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
diff --git a/zookeeper-compatibility-tests/zookeeper-compatibility-tests-curator/pom.xml b/zookeeper-compatibility-tests/zookeeper-compatibility-tests-curator/pom.xml
index e95b2bc..b88c5f4 100644
--- a/zookeeper-compatibility-tests/zookeeper-compatibility-tests-curator/pom.xml
+++ b/zookeeper-compatibility-tests/zookeeper-compatibility-tests-curator/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.zookeeper</groupId>
         <artifactId>zookeeper-compatibility-tests</artifactId>
-        <version>3.7.0-SNAPSHOT</version>
+        <version>3.6.2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>