Browse Source

Start ZooKeeper 3.6.4-SNAPSHOT

Mohammad Arshad 4 years ago
parent
commit
ab923eacf9

+ 1 - 1
pom.xml

@@ -31,7 +31,7 @@
   <artifactId>parent</artifactId>
   <artifactId>parent</artifactId>
   <packaging>pom</packaging>
   <packaging>pom</packaging>
   <!-- to change version: mvn -\-batch-mode release:update-versions -DdevelopmentVersion=3.6.0-SNAPSHOT -->
   <!-- to change version: mvn -\-batch-mode release:update-versions -DdevelopmentVersion=3.6.0-SNAPSHOT -->
-  <version>3.6.3-SNAPSHOT</version>
+  <version>3.6.4-SNAPSHOT</version>
   <name>Apache ZooKeeper</name>
   <name>Apache ZooKeeper</name>
   <description>
   <description>
     ZooKeeper is a centralized service for maintaining configuration information, naming,
     ZooKeeper is a centralized service for maintaining configuration information, naming,

+ 1 - 1
zookeeper-assembly/pom.xml

@@ -23,7 +23,7 @@
   <parent>
   <parent>
     <groupId>org.apache.zookeeper</groupId>
     <groupId>org.apache.zookeeper</groupId>
     <artifactId>parent</artifactId>
     <artifactId>parent</artifactId>
-    <version>3.6.3-SNAPSHOT</version>
+    <version>3.6.4-SNAPSHOT</version>
     <relativePath>..</relativePath>
     <relativePath>..</relativePath>
   </parent>
   </parent>
 
 

+ 1 - 1
zookeeper-client/pom.xml

@@ -23,7 +23,7 @@
   <parent>
   <parent>
     <groupId>org.apache.zookeeper</groupId>
     <groupId>org.apache.zookeeper</groupId>
     <artifactId>parent</artifactId>
     <artifactId>parent</artifactId>
-    <version>3.6.3-SNAPSHOT</version>
+    <version>3.6.4-SNAPSHOT</version>
     <relativePath>..</relativePath>
     <relativePath>..</relativePath>
   </parent>
   </parent>
 
 

+ 1 - 1
zookeeper-client/zookeeper-client-c/pom.xml

@@ -23,7 +23,7 @@
   <parent>
   <parent>
     <groupId>org.apache.zookeeper</groupId>
     <groupId>org.apache.zookeeper</groupId>
     <artifactId>zookeeper-client</artifactId>
     <artifactId>zookeeper-client</artifactId>
-    <version>3.6.3-SNAPSHOT</version>
+    <version>3.6.4-SNAPSHOT</version>
     <relativePath>..</relativePath>
     <relativePath>..</relativePath>
   </parent>
   </parent>
 
 

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

@@ -22,7 +22,7 @@
     <parent>
     <parent>
         <groupId>org.apache.zookeeper</groupId>
         <groupId>org.apache.zookeeper</groupId>
         <artifactId>parent</artifactId>
         <artifactId>parent</artifactId>
-        <version>3.6.3-SNAPSHOT</version>
+        <version>3.6.4-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

@@ -22,7 +22,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.6.3-SNAPSHOT</version>
+        <version>3.6.4-SNAPSHOT</version>
     </parent>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <modelVersion>4.0.0</modelVersion>
 
 

+ 1 - 1
zookeeper-contrib/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.6.3-SNAPSHOT</version>
+    <version>3.6.4-SNAPSHOT</version>
   </parent>
   </parent>
 
 
   <artifactId>zookeeper-contrib</artifactId>
   <artifactId>zookeeper-contrib</artifactId>

+ 1 - 1
zookeeper-contrib/zookeeper-contrib-fatjar/pom.xml

@@ -23,7 +23,7 @@
   <parent>
   <parent>
     <groupId>org.apache.zookeeper</groupId>
     <groupId>org.apache.zookeeper</groupId>
     <artifactId>zookeeper-contrib</artifactId>
     <artifactId>zookeeper-contrib</artifactId>
-    <version>3.6.3-SNAPSHOT</version>
+    <version>3.6.4-SNAPSHOT</version>
   </parent>
   </parent>
 
 
   <groupId>org.apache.zookeeper</groupId>
   <groupId>org.apache.zookeeper</groupId>

+ 1 - 1
zookeeper-contrib/zookeeper-contrib-loggraph/pom.xml

@@ -23,7 +23,7 @@
   <parent>
   <parent>
     <groupId>org.apache.zookeeper</groupId>
     <groupId>org.apache.zookeeper</groupId>
     <artifactId>zookeeper-contrib</artifactId>
     <artifactId>zookeeper-contrib</artifactId>
-    <version>3.6.3-SNAPSHOT</version>
+    <version>3.6.4-SNAPSHOT</version>
   </parent>
   </parent>
 
 
   <artifactId>zookeeper-contrib-loggraph</artifactId>
   <artifactId>zookeeper-contrib-loggraph</artifactId>

+ 1 - 1
zookeeper-contrib/zookeeper-contrib-rest/pom.xml

@@ -23,7 +23,7 @@
   <parent>
   <parent>
     <groupId>org.apache.zookeeper</groupId>
     <groupId>org.apache.zookeeper</groupId>
     <artifactId>zookeeper-contrib</artifactId>
     <artifactId>zookeeper-contrib</artifactId>
-    <version>3.6.3-SNAPSHOT</version>
+    <version>3.6.4-SNAPSHOT</version>
   </parent>
   </parent>
 
 
   <artifactId>zookeeper-contrib-rest</artifactId>
   <artifactId>zookeeper-contrib-rest</artifactId>

+ 1 - 1
zookeeper-contrib/zookeeper-contrib-zooinspector/pom.xml

@@ -23,7 +23,7 @@
   <parent>
   <parent>
     <groupId>org.apache.zookeeper</groupId>
     <groupId>org.apache.zookeeper</groupId>
     <artifactId>zookeeper-contrib</artifactId>
     <artifactId>zookeeper-contrib</artifactId>
-    <version>3.6.3-SNAPSHOT</version>
+    <version>3.6.4-SNAPSHOT</version>
   </parent>
   </parent>
 
 
   <artifactId>zookeeper-contrib-zooinspector</artifactId>
   <artifactId>zookeeper-contrib-zooinspector</artifactId>

+ 1 - 1
zookeeper-docs/pom.xml

@@ -23,7 +23,7 @@
   <parent>
   <parent>
     <groupId>org.apache.zookeeper</groupId>
     <groupId>org.apache.zookeeper</groupId>
     <artifactId>parent</artifactId>
     <artifactId>parent</artifactId>
-    <version>3.6.3-SNAPSHOT</version>
+    <version>3.6.4-SNAPSHOT</version>
     <relativePath>..</relativePath>
     <relativePath>..</relativePath>
   </parent>
   </parent>
 
 

+ 1 - 1
zookeeper-it/pom.xml

@@ -23,7 +23,7 @@
   <parent>
   <parent>
     <groupId>org.apache.zookeeper</groupId>
     <groupId>org.apache.zookeeper</groupId>
     <artifactId>parent</artifactId>
     <artifactId>parent</artifactId>
-    <version>3.6.3-SNAPSHOT</version>
+    <version>3.6.4-SNAPSHOT</version>
   </parent>
   </parent>
 
 
   <artifactId>zookeeper-it</artifactId>
   <artifactId>zookeeper-it</artifactId>

+ 1 - 1
zookeeper-jute/pom.xml

@@ -23,7 +23,7 @@
   <parent>
   <parent>
     <groupId>org.apache.zookeeper</groupId>
     <groupId>org.apache.zookeeper</groupId>
     <artifactId>parent</artifactId>
     <artifactId>parent</artifactId>
-    <version>3.6.3-SNAPSHOT</version>
+    <version>3.6.4-SNAPSHOT</version>
     <relativePath>..</relativePath>
     <relativePath>..</relativePath>
   </parent>
   </parent>
 
 

+ 1 - 1
zookeeper-metrics-providers/pom.xml

@@ -23,7 +23,7 @@
   <parent>
   <parent>
     <groupId>org.apache.zookeeper</groupId>
     <groupId>org.apache.zookeeper</groupId>
     <artifactId>parent</artifactId>
     <artifactId>parent</artifactId>
-    <version>3.6.3-SNAPSHOT</version>
+    <version>3.6.4-SNAPSHOT</version>
     <relativePath>..</relativePath>
     <relativePath>..</relativePath>
   </parent>
   </parent>
 
 

+ 1 - 1
zookeeper-metrics-providers/zookeeper-prometheus-metrics/pom.xml

@@ -23,7 +23,7 @@
   <parent>
   <parent>
     <groupId>org.apache.zookeeper</groupId>
     <groupId>org.apache.zookeeper</groupId>
     <artifactId>zookeeper-metrics-providers</artifactId>
     <artifactId>zookeeper-metrics-providers</artifactId>
-    <version>3.6.3-SNAPSHOT</version>
+    <version>3.6.4-SNAPSHOT</version>
     <relativePath>..</relativePath>
     <relativePath>..</relativePath>
   </parent>
   </parent>
 
 

+ 1 - 1
zookeeper-recipes/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.6.3-SNAPSHOT</version>
+    <version>3.6.4-SNAPSHOT</version>
   </parent>
   </parent>
 
 
   <artifactId>zookeeper-recipes</artifactId>
   <artifactId>zookeeper-recipes</artifactId>

+ 1 - 1
zookeeper-recipes/zookeeper-recipes-election/pom.xml

@@ -23,7 +23,7 @@
   <parent>
   <parent>
     <groupId>org.apache.zookeeper</groupId>
     <groupId>org.apache.zookeeper</groupId>
     <artifactId>zookeeper-recipes</artifactId>
     <artifactId>zookeeper-recipes</artifactId>
-    <version>3.6.3-SNAPSHOT</version>
+    <version>3.6.4-SNAPSHOT</version>
   </parent>
   </parent>
 
 
   <artifactId>zookeeper-recipes-election</artifactId>
   <artifactId>zookeeper-recipes-election</artifactId>

+ 1 - 1
zookeeper-recipes/zookeeper-recipes-lock/pom.xml

@@ -23,7 +23,7 @@
   <parent>
   <parent>
     <groupId>org.apache.zookeeper</groupId>
     <groupId>org.apache.zookeeper</groupId>
     <artifactId>zookeeper-recipes</artifactId>
     <artifactId>zookeeper-recipes</artifactId>
-    <version>3.6.3-SNAPSHOT</version>
+    <version>3.6.4-SNAPSHOT</version>
   </parent>
   </parent>
 
 
   <artifactId>zookeeper-recipes-lock</artifactId>
   <artifactId>zookeeper-recipes-lock</artifactId>

+ 1 - 1
zookeeper-recipes/zookeeper-recipes-queue/pom.xml

@@ -23,7 +23,7 @@
   <parent>
   <parent>
     <groupId>org.apache.zookeeper</groupId>
     <groupId>org.apache.zookeeper</groupId>
     <artifactId>zookeeper-recipes</artifactId>
     <artifactId>zookeeper-recipes</artifactId>
-    <version>3.6.3-SNAPSHOT</version>
+    <version>3.6.4-SNAPSHOT</version>
   </parent>
   </parent>
 
 
   <artifactId>zookeeper-recipes-queue</artifactId>
   <artifactId>zookeeper-recipes-queue</artifactId>

+ 1 - 1
zookeeper-server/pom.xml

@@ -23,7 +23,7 @@
   <parent>
   <parent>
     <groupId>org.apache.zookeeper</groupId>
     <groupId>org.apache.zookeeper</groupId>
     <artifactId>parent</artifactId>
     <artifactId>parent</artifactId>
-    <version>3.6.3-SNAPSHOT</version>
+    <version>3.6.4-SNAPSHOT</version>
     <relativePath>..</relativePath>
     <relativePath>..</relativePath>
   </parent>
   </parent>