Browse Source

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 <tamaas@cloudera.com>

Reviewers: Norbert Kalmar <nkalmar@apache.org>, Mate Szalay-Beko <symat@apache.org>

Closes #1377 from tamaashu/apache-branch-3.6
Tamas Penzes 5 years ago
parent
commit
8ae8d33994

+ 1 - 1
zookeeper-compatibility-tests/pom.xml

@@ -24,7 +24,7 @@
     <parent>
     <parent>
         <groupId>org.apache.zookeeper</groupId>
         <groupId>org.apache.zookeeper</groupId>
         <artifactId>parent</artifactId>
         <artifactId>parent</artifactId>
-        <version>3.7.0-SNAPSHOT</version>
+        <version>3.6.2-SNAPSHOT</version>
     </parent>
     </parent>
     <packaging>pom</packaging>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
     <modelVersion>4.0.0</modelVersion>

+ 1 - 1
zookeeper-compatibility-tests/zookeeper-compatibility-tests-curator/pom.xml

@@ -24,7 +24,7 @@
     <parent>
     <parent>
         <groupId>org.apache.zookeeper</groupId>
         <groupId>org.apache.zookeeper</groupId>
         <artifactId>zookeeper-compatibility-tests</artifactId>
         <artifactId>zookeeper-compatibility-tests</artifactId>
-        <version>3.7.0-SNAPSHOT</version>
+        <version>3.6.2-SNAPSHOT</version>
     </parent>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <modelVersion>4.0.0</modelVersion>