From acca0358116c33207b37343c7820fd426cfc1afd Mon Sep 17 00:00:00 2001 From: Mate Szalay-Beko Date: Wed, 5 Jul 2023 21:23:45 +0200 Subject: [PATCH] Prepared 3.8.3-SNAPSHOT (cherry picked from commit 6febd347e7d645124b5d9df399060e786fe1000f) --- pom.xml | 4 ++-- zookeeper-assembly/pom.xml | 2 +- zookeeper-client/pom.xml | 2 +- zookeeper-client/zookeeper-client-c/CMakeLists.txt | 2 +- zookeeper-client/zookeeper-client-c/configure.ac | 2 +- zookeeper-client/zookeeper-client-c/pom.xml | 2 +- zookeeper-compatibility-tests/pom.xml | 2 +- .../zookeeper-compatibility-tests-curator/pom.xml | 2 +- zookeeper-contrib/pom.xml | 2 +- zookeeper-contrib/zookeeper-contrib-fatjar/pom.xml | 2 +- zookeeper-contrib/zookeeper-contrib-loggraph/pom.xml | 2 +- zookeeper-contrib/zookeeper-contrib-rest/pom.xml | 2 +- zookeeper-contrib/zookeeper-contrib-zooinspector/pom.xml | 2 +- zookeeper-docs/pom.xml | 2 +- zookeeper-it/pom.xml | 2 +- zookeeper-jute/pom.xml | 2 +- zookeeper-metrics-providers/pom.xml | 2 +- .../zookeeper-prometheus-metrics/pom.xml | 2 +- zookeeper-recipes/pom.xml | 2 +- zookeeper-recipes/zookeeper-recipes-election/pom.xml | 2 +- zookeeper-recipes/zookeeper-recipes-lock/pom.xml | 2 +- zookeeper-recipes/zookeeper-recipes-queue/pom.xml | 2 +- zookeeper-server/pom.xml | 2 +- 23 files changed, 24 insertions(+), 24 deletions(-) diff --git a/pom.xml b/pom.xml index f29bb1de0b0..cbb102e7314 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ parent pom - 3.8.2 + 3.8.3-SNAPSHOT Apache ZooKeeper ZooKeeper is a centralized service for maintaining configuration information, naming, @@ -71,7 +71,7 @@ scm:git:https://gitbox.apache.org/repos/asf/zookeeper.git scm:git:https://gitbox.apache.org/repos/asf/zookeeper.git https://gitbox.apache.org/repos/asf/zookeeper.git - release-3.8.2-0 + branch-3.8 JIRA diff --git a/zookeeper-assembly/pom.xml b/zookeeper-assembly/pom.xml index 8acdb5c44b2..bd5ed5a9ccc 100755 --- a/zookeeper-assembly/pom.xml +++ b/zookeeper-assembly/pom.xml @@ -23,7 +23,7 @@ org.apache.zookeeper parent - 3.8.2 + 3.8.3-SNAPSHOT zookeeper-assembly diff --git a/zookeeper-client/pom.xml b/zookeeper-client/pom.xml index 21eb52af16f..5953a8645ad 100755 --- a/zookeeper-client/pom.xml +++ b/zookeeper-client/pom.xml @@ -23,7 +23,7 @@ org.apache.zookeeper parent - 3.8.2 + 3.8.3-SNAPSHOT zookeeper-client diff --git a/zookeeper-client/zookeeper-client-c/CMakeLists.txt b/zookeeper-client/zookeeper-client-c/CMakeLists.txt index cc63fd1af1e..7ad07942552 100644 --- a/zookeeper-client/zookeeper-client-c/CMakeLists.txt +++ b/zookeeper-client/zookeeper-client-c/CMakeLists.txt @@ -16,7 +16,7 @@ cmake_minimum_required(VERSION 3.5) -project(zookeeper VERSION 3.8.2) +project(zookeeper VERSION 3.8.3) set(email user@zookeeper.apache.org) set(description "zookeeper C client") diff --git a/zookeeper-client/zookeeper-client-c/configure.ac b/zookeeper-client/zookeeper-client-c/configure.ac index 999c2bcc7ed..8c82fcbb6ba 100644 --- a/zookeeper-client/zookeeper-client-c/configure.ac +++ b/zookeeper-client/zookeeper-client-c/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.59) -AC_INIT([zookeeper C client],3.8.2,[user@zookeeper.apache.org],[zookeeper]) +AC_INIT([zookeeper C client],3.8.3,[user@zookeeper.apache.org],[zookeeper]) AC_CONFIG_SRCDIR([src/zookeeper.c]) # Save initial CFLAGS and CXXFLAGS values before AC_PROG_CC and AC_PROG_CXX diff --git a/zookeeper-client/zookeeper-client-c/pom.xml b/zookeeper-client/zookeeper-client-c/pom.xml index 541c099a000..95ae9b13c6c 100755 --- a/zookeeper-client/zookeeper-client-c/pom.xml +++ b/zookeeper-client/zookeeper-client-c/pom.xml @@ -23,7 +23,7 @@ org.apache.zookeeper zookeeper-client - 3.8.2 + 3.8.3-SNAPSHOT zookeeper-client-c diff --git a/zookeeper-compatibility-tests/pom.xml b/zookeeper-compatibility-tests/pom.xml index acb10898547..16886a01258 100644 --- a/zookeeper-compatibility-tests/pom.xml +++ b/zookeeper-compatibility-tests/pom.xml @@ -22,7 +22,7 @@ org.apache.zookeeper parent - 3.8.2 + 3.8.3-SNAPSHOT pom 4.0.0 diff --git a/zookeeper-compatibility-tests/zookeeper-compatibility-tests-curator/pom.xml b/zookeeper-compatibility-tests/zookeeper-compatibility-tests-curator/pom.xml index e4d9af4e948..1fbe4b7e02b 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 @@ org.apache.zookeeper zookeeper-compatibility-tests - 3.8.2 + 3.8.3-SNAPSHOT 4.0.0 diff --git a/zookeeper-contrib/pom.xml b/zookeeper-contrib/pom.xml index f50bcafc514..53ed03aab57 100755 --- a/zookeeper-contrib/pom.xml +++ b/zookeeper-contrib/pom.xml @@ -24,7 +24,7 @@ org.apache.zookeeper parent - 3.8.2 + 3.8.3-SNAPSHOT zookeeper-contrib diff --git a/zookeeper-contrib/zookeeper-contrib-fatjar/pom.xml b/zookeeper-contrib/zookeeper-contrib-fatjar/pom.xml index 78384a2f6bd..0b00a867c60 100755 --- a/zookeeper-contrib/zookeeper-contrib-fatjar/pom.xml +++ b/zookeeper-contrib/zookeeper-contrib-fatjar/pom.xml @@ -23,7 +23,7 @@ org.apache.zookeeper zookeeper-contrib - 3.8.2 + 3.8.3-SNAPSHOT org.apache.zookeeper diff --git a/zookeeper-contrib/zookeeper-contrib-loggraph/pom.xml b/zookeeper-contrib/zookeeper-contrib-loggraph/pom.xml index 8b602411a23..7b47a536093 100755 --- a/zookeeper-contrib/zookeeper-contrib-loggraph/pom.xml +++ b/zookeeper-contrib/zookeeper-contrib-loggraph/pom.xml @@ -23,7 +23,7 @@ org.apache.zookeeper zookeeper-contrib - 3.8.2 + 3.8.3-SNAPSHOT zookeeper-contrib-loggraph diff --git a/zookeeper-contrib/zookeeper-contrib-rest/pom.xml b/zookeeper-contrib/zookeeper-contrib-rest/pom.xml index 4d9d56a2ab4..6eb679aa61f 100755 --- a/zookeeper-contrib/zookeeper-contrib-rest/pom.xml +++ b/zookeeper-contrib/zookeeper-contrib-rest/pom.xml @@ -23,7 +23,7 @@ org.apache.zookeeper zookeeper-contrib - 3.8.2 + 3.8.3-SNAPSHOT zookeeper-contrib-rest diff --git a/zookeeper-contrib/zookeeper-contrib-zooinspector/pom.xml b/zookeeper-contrib/zookeeper-contrib-zooinspector/pom.xml index 840d4d48cc2..5b1770bcd8a 100755 --- a/zookeeper-contrib/zookeeper-contrib-zooinspector/pom.xml +++ b/zookeeper-contrib/zookeeper-contrib-zooinspector/pom.xml @@ -23,7 +23,7 @@ org.apache.zookeeper zookeeper-contrib - 3.8.2 + 3.8.3-SNAPSHOT zookeeper-contrib-zooinspector diff --git a/zookeeper-docs/pom.xml b/zookeeper-docs/pom.xml index e796a6b7ccb..785f6ded095 100644 --- a/zookeeper-docs/pom.xml +++ b/zookeeper-docs/pom.xml @@ -23,7 +23,7 @@ org.apache.zookeeper parent - 3.8.2 + 3.8.3-SNAPSHOT zookeeper-docs diff --git a/zookeeper-it/pom.xml b/zookeeper-it/pom.xml index 94d914e69b6..42de640068b 100755 --- a/zookeeper-it/pom.xml +++ b/zookeeper-it/pom.xml @@ -23,7 +23,7 @@ org.apache.zookeeper parent - 3.8.2 + 3.8.3-SNAPSHOT zookeeper-it diff --git a/zookeeper-jute/pom.xml b/zookeeper-jute/pom.xml index 1b79389b4f7..1e734825f4b 100755 --- a/zookeeper-jute/pom.xml +++ b/zookeeper-jute/pom.xml @@ -23,7 +23,7 @@ org.apache.zookeeper parent - 3.8.2 + 3.8.3-SNAPSHOT zookeeper-jute diff --git a/zookeeper-metrics-providers/pom.xml b/zookeeper-metrics-providers/pom.xml index 0d1efbf0867..6cd48d4319b 100755 --- a/zookeeper-metrics-providers/pom.xml +++ b/zookeeper-metrics-providers/pom.xml @@ -23,7 +23,7 @@ org.apache.zookeeper parent - 3.8.2 + 3.8.3-SNAPSHOT zookeeper-metrics-providers diff --git a/zookeeper-metrics-providers/zookeeper-prometheus-metrics/pom.xml b/zookeeper-metrics-providers/zookeeper-prometheus-metrics/pom.xml index 19a1d1ca4b0..bcc5059936e 100755 --- a/zookeeper-metrics-providers/zookeeper-prometheus-metrics/pom.xml +++ b/zookeeper-metrics-providers/zookeeper-prometheus-metrics/pom.xml @@ -23,7 +23,7 @@ org.apache.zookeeper zookeeper-metrics-providers - 3.8.2 + 3.8.3-SNAPSHOT zookeeper-prometheus-metrics diff --git a/zookeeper-recipes/pom.xml b/zookeeper-recipes/pom.xml index b759859c2c1..c9ae5754585 100755 --- a/zookeeper-recipes/pom.xml +++ b/zookeeper-recipes/pom.xml @@ -24,7 +24,7 @@ org.apache.zookeeper parent - 3.8.2 + 3.8.3-SNAPSHOT zookeeper-recipes diff --git a/zookeeper-recipes/zookeeper-recipes-election/pom.xml b/zookeeper-recipes/zookeeper-recipes-election/pom.xml index 3303b6cfe55..acc32d7c52c 100755 --- a/zookeeper-recipes/zookeeper-recipes-election/pom.xml +++ b/zookeeper-recipes/zookeeper-recipes-election/pom.xml @@ -23,7 +23,7 @@ org.apache.zookeeper zookeeper-recipes - 3.8.2 + 3.8.3-SNAPSHOT zookeeper-recipes-election diff --git a/zookeeper-recipes/zookeeper-recipes-lock/pom.xml b/zookeeper-recipes/zookeeper-recipes-lock/pom.xml index 20f5e2a4e6f..4fa09443251 100755 --- a/zookeeper-recipes/zookeeper-recipes-lock/pom.xml +++ b/zookeeper-recipes/zookeeper-recipes-lock/pom.xml @@ -23,7 +23,7 @@ org.apache.zookeeper zookeeper-recipes - 3.8.2 + 3.8.3-SNAPSHOT zookeeper-recipes-lock diff --git a/zookeeper-recipes/zookeeper-recipes-queue/pom.xml b/zookeeper-recipes/zookeeper-recipes-queue/pom.xml index fc68ce1fa6a..481f2309ccc 100755 --- a/zookeeper-recipes/zookeeper-recipes-queue/pom.xml +++ b/zookeeper-recipes/zookeeper-recipes-queue/pom.xml @@ -23,7 +23,7 @@ org.apache.zookeeper zookeeper-recipes - 3.8.2 + 3.8.3-SNAPSHOT zookeeper-recipes-queue diff --git a/zookeeper-server/pom.xml b/zookeeper-server/pom.xml index 276003e5c57..565dcb5b7cf 100755 --- a/zookeeper-server/pom.xml +++ b/zookeeper-server/pom.xml @@ -23,7 +23,7 @@ org.apache.zookeeper parent - 3.8.2 + 3.8.3-SNAPSHOT zookeeper