summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammad Arshad <arshad@apache.org>2021-04-12 23:52:47 +0530
committerMohammad Arshad <arshad@apache.org>2021-04-12 23:52:47 +0530
commitab923eacf945506b3dea721b369527a7c961bd91 (patch)
tree7cc98a1a6602ba2669c1d76371daaf980f87f6e2
parent57932a2bf680f0160e1c6116f950a65f9a21532d (diff)
downloadzookeeper-ab923eacf945506b3dea721b369527a7c961bd91.tar.gz
Start ZooKeeper 3.6.4-SNAPSHOT
-rwxr-xr-xpom.xml2
-rwxr-xr-xzookeeper-assembly/pom.xml2
-rwxr-xr-xzookeeper-client/pom.xml2
-rwxr-xr-xzookeeper-client/zookeeper-client-c/pom.xml2
-rw-r--r--zookeeper-compatibility-tests/pom.xml2
-rw-r--r--zookeeper-compatibility-tests/zookeeper-compatibility-tests-curator/pom.xml2
-rwxr-xr-xzookeeper-contrib/pom.xml2
-rwxr-xr-xzookeeper-contrib/zookeeper-contrib-fatjar/pom.xml2
-rwxr-xr-xzookeeper-contrib/zookeeper-contrib-loggraph/pom.xml2
-rwxr-xr-xzookeeper-contrib/zookeeper-contrib-rest/pom.xml2
-rwxr-xr-xzookeeper-contrib/zookeeper-contrib-zooinspector/pom.xml2
-rw-r--r--zookeeper-docs/pom.xml2
-rwxr-xr-xzookeeper-it/pom.xml2
-rwxr-xr-xzookeeper-jute/pom.xml2
-rwxr-xr-xzookeeper-metrics-providers/pom.xml2
-rwxr-xr-xzookeeper-metrics-providers/zookeeper-prometheus-metrics/pom.xml2
-rwxr-xr-xzookeeper-recipes/pom.xml2
-rwxr-xr-xzookeeper-recipes/zookeeper-recipes-election/pom.xml2
-rwxr-xr-xzookeeper-recipes/zookeeper-recipes-lock/pom.xml2
-rwxr-xr-xzookeeper-recipes/zookeeper-recipes-queue/pom.xml2
-rwxr-xr-xzookeeper-server/pom.xml2
21 files changed, 21 insertions, 21 deletions
diff --git a/pom.xml b/pom.xml
index 65909233b..0931df5ff 100755
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
<artifactId>parent</artifactId>
<packaging>pom</packaging>
<!-- 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>
<description>
ZooKeeper is a centralized service for maintaining configuration information, naming,
diff --git a/zookeeper-assembly/pom.xml b/zookeeper-assembly/pom.xml
index 1bfded40a..f9e2fc461 100755
--- a/zookeeper-assembly/pom.xml
+++ b/zookeeper-assembly/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>parent</artifactId>
- <version>3.6.3-SNAPSHOT</version>
+ <version>3.6.4-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/zookeeper-client/pom.xml b/zookeeper-client/pom.xml
index 1f1473f8c..04f96aa67 100755
--- a/zookeeper-client/pom.xml
+++ b/zookeeper-client/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>parent</artifactId>
- <version>3.6.3-SNAPSHOT</version>
+ <version>3.6.4-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/zookeeper-client/zookeeper-client-c/pom.xml b/zookeeper-client/zookeeper-client-c/pom.xml
index c0ad70fd3..d7657b5b7 100755
--- a/zookeeper-client/zookeeper-client-c/pom.xml
+++ b/zookeeper-client/zookeeper-client-c/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-client</artifactId>
- <version>3.6.3-SNAPSHOT</version>
+ <version>3.6.4-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/zookeeper-compatibility-tests/pom.xml b/zookeeper-compatibility-tests/pom.xml
index e82a431d5..965a4830a 100644
--- a/zookeeper-compatibility-tests/pom.xml
+++ b/zookeeper-compatibility-tests/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>parent</artifactId>
- <version>3.6.3-SNAPSHOT</version>
+ <version>3.6.4-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 48cea8147..252619bfb 100644
--- a/zookeeper-compatibility-tests/zookeeper-compatibility-tests-curator/pom.xml
+++ b/zookeeper-compatibility-tests/zookeeper-compatibility-tests-curator/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-compatibility-tests</artifactId>
- <version>3.6.3-SNAPSHOT</version>
+ <version>3.6.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/zookeeper-contrib/pom.xml b/zookeeper-contrib/pom.xml
index 6babcc942..d55292fd5 100755
--- a/zookeeper-contrib/pom.xml
+++ b/zookeeper-contrib/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>parent</artifactId>
- <version>3.6.3-SNAPSHOT</version>
+ <version>3.6.4-SNAPSHOT</version>
</parent>
<artifactId>zookeeper-contrib</artifactId>
diff --git a/zookeeper-contrib/zookeeper-contrib-fatjar/pom.xml b/zookeeper-contrib/zookeeper-contrib-fatjar/pom.xml
index 1bf0427eb..d6126dbcc 100755
--- a/zookeeper-contrib/zookeeper-contrib-fatjar/pom.xml
+++ b/zookeeper-contrib/zookeeper-contrib-fatjar/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-contrib</artifactId>
- <version>3.6.3-SNAPSHOT</version>
+ <version>3.6.4-SNAPSHOT</version>
</parent>
<groupId>org.apache.zookeeper</groupId>
diff --git a/zookeeper-contrib/zookeeper-contrib-loggraph/pom.xml b/zookeeper-contrib/zookeeper-contrib-loggraph/pom.xml
index f1c41615d..42d5dd68a 100755
--- a/zookeeper-contrib/zookeeper-contrib-loggraph/pom.xml
+++ b/zookeeper-contrib/zookeeper-contrib-loggraph/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-contrib</artifactId>
- <version>3.6.3-SNAPSHOT</version>
+ <version>3.6.4-SNAPSHOT</version>
</parent>
<artifactId>zookeeper-contrib-loggraph</artifactId>
diff --git a/zookeeper-contrib/zookeeper-contrib-rest/pom.xml b/zookeeper-contrib/zookeeper-contrib-rest/pom.xml
index f19f7126d..2888e055d 100755
--- a/zookeeper-contrib/zookeeper-contrib-rest/pom.xml
+++ b/zookeeper-contrib/zookeeper-contrib-rest/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-contrib</artifactId>
- <version>3.6.3-SNAPSHOT</version>
+ <version>3.6.4-SNAPSHOT</version>
</parent>
<artifactId>zookeeper-contrib-rest</artifactId>
diff --git a/zookeeper-contrib/zookeeper-contrib-zooinspector/pom.xml b/zookeeper-contrib/zookeeper-contrib-zooinspector/pom.xml
index 37429d8d9..dbb61cc8b 100755
--- a/zookeeper-contrib/zookeeper-contrib-zooinspector/pom.xml
+++ b/zookeeper-contrib/zookeeper-contrib-zooinspector/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-contrib</artifactId>
- <version>3.6.3-SNAPSHOT</version>
+ <version>3.6.4-SNAPSHOT</version>
</parent>
<artifactId>zookeeper-contrib-zooinspector</artifactId>
diff --git a/zookeeper-docs/pom.xml b/zookeeper-docs/pom.xml
index b9375de3d..7b89bcf58 100644
--- a/zookeeper-docs/pom.xml
+++ b/zookeeper-docs/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>parent</artifactId>
- <version>3.6.3-SNAPSHOT</version>
+ <version>3.6.4-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/zookeeper-it/pom.xml b/zookeeper-it/pom.xml
index 5b30e9114..d8f100017 100755
--- a/zookeeper-it/pom.xml
+++ b/zookeeper-it/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>parent</artifactId>
- <version>3.6.3-SNAPSHOT</version>
+ <version>3.6.4-SNAPSHOT</version>
</parent>
<artifactId>zookeeper-it</artifactId>
diff --git a/zookeeper-jute/pom.xml b/zookeeper-jute/pom.xml
index 3bc62b58d..2a781a44f 100755
--- a/zookeeper-jute/pom.xml
+++ b/zookeeper-jute/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>parent</artifactId>
- <version>3.6.3-SNAPSHOT</version>
+ <version>3.6.4-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/zookeeper-metrics-providers/pom.xml b/zookeeper-metrics-providers/pom.xml
index 605910e01..0312072c0 100755
--- a/zookeeper-metrics-providers/pom.xml
+++ b/zookeeper-metrics-providers/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>parent</artifactId>
- <version>3.6.3-SNAPSHOT</version>
+ <version>3.6.4-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/zookeeper-metrics-providers/zookeeper-prometheus-metrics/pom.xml b/zookeeper-metrics-providers/zookeeper-prometheus-metrics/pom.xml
index a3ffe9f93..38b25201b 100755
--- a/zookeeper-metrics-providers/zookeeper-prometheus-metrics/pom.xml
+++ b/zookeeper-metrics-providers/zookeeper-prometheus-metrics/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-metrics-providers</artifactId>
- <version>3.6.3-SNAPSHOT</version>
+ <version>3.6.4-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/zookeeper-recipes/pom.xml b/zookeeper-recipes/pom.xml
index 830404523..9d9e6a4fe 100755
--- a/zookeeper-recipes/pom.xml
+++ b/zookeeper-recipes/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>parent</artifactId>
- <version>3.6.3-SNAPSHOT</version>
+ <version>3.6.4-SNAPSHOT</version>
</parent>
<artifactId>zookeeper-recipes</artifactId>
diff --git a/zookeeper-recipes/zookeeper-recipes-election/pom.xml b/zookeeper-recipes/zookeeper-recipes-election/pom.xml
index ed3e82a6b..343e846ff 100755
--- a/zookeeper-recipes/zookeeper-recipes-election/pom.xml
+++ b/zookeeper-recipes/zookeeper-recipes-election/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-recipes</artifactId>
- <version>3.6.3-SNAPSHOT</version>
+ <version>3.6.4-SNAPSHOT</version>
</parent>
<artifactId>zookeeper-recipes-election</artifactId>
diff --git a/zookeeper-recipes/zookeeper-recipes-lock/pom.xml b/zookeeper-recipes/zookeeper-recipes-lock/pom.xml
index 8e55dc9f6..5e9c9b0d0 100755
--- a/zookeeper-recipes/zookeeper-recipes-lock/pom.xml
+++ b/zookeeper-recipes/zookeeper-recipes-lock/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-recipes</artifactId>
- <version>3.6.3-SNAPSHOT</version>
+ <version>3.6.4-SNAPSHOT</version>
</parent>
<artifactId>zookeeper-recipes-lock</artifactId>
diff --git a/zookeeper-recipes/zookeeper-recipes-queue/pom.xml b/zookeeper-recipes/zookeeper-recipes-queue/pom.xml
index 0f412f565..fc39276a2 100755
--- a/zookeeper-recipes/zookeeper-recipes-queue/pom.xml
+++ b/zookeeper-recipes/zookeeper-recipes-queue/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-recipes</artifactId>
- <version>3.6.3-SNAPSHOT</version>
+ <version>3.6.4-SNAPSHOT</version>
</parent>
<artifactId>zookeeper-recipes-queue</artifactId>
diff --git a/zookeeper-server/pom.xml b/zookeeper-server/pom.xml
index 5d61ba450..82f17efa6 100755
--- a/zookeeper-server/pom.xml
+++ b/zookeeper-server/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>parent</artifactId>
- <version>3.6.3-SNAPSHOT</version>
+ <version>3.6.4-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>