From 38439f06676bec7a3b836da2cc675ac5a811d972 Mon Sep 17 00:00:00 2001 From: Andor Molnar Date: Wed, 19 Jul 2023 09:01:52 +0000 Subject: [PATCH] Prepared 3.9.1-SNAPSHOT --- 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 17907149358..9f9711f4323 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ parent pom - 3.9.0 + 3.9.1-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.9.0-1 + branch-3.9 JIRA diff --git a/zookeeper-assembly/pom.xml b/zookeeper-assembly/pom.xml index 55d7d69a324..7934e8d8a40 100755 --- a/zookeeper-assembly/pom.xml +++ b/zookeeper-assembly/pom.xml @@ -23,7 +23,7 @@ org.apache.zookeeper parent - 3.9.0 + 3.9.1-SNAPSHOT zookeeper-assembly diff --git a/zookeeper-client/pom.xml b/zookeeper-client/pom.xml index 2afefd70aa3..b267710f63c 100755 --- a/zookeeper-client/pom.xml +++ b/zookeeper-client/pom.xml @@ -23,7 +23,7 @@ org.apache.zookeeper parent - 3.9.0 + 3.9.1-SNAPSHOT zookeeper-client diff --git a/zookeeper-client/zookeeper-client-c/CMakeLists.txt b/zookeeper-client/zookeeper-client-c/CMakeLists.txt index cc85bacfd56..d44e862961e 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.9.0) +project(zookeeper VERSION 3.9.1) 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 e9b0fa9a02c..0fd4635d096 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.9.0,[user@zookeeper.apache.org],[zookeeper]) +AC_INIT([zookeeper C client],3.9.1,[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 80b9c4786d2..afea77e861b 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.9.0 + 3.9.1-SNAPSHOT zookeeper-client-c diff --git a/zookeeper-compatibility-tests/pom.xml b/zookeeper-compatibility-tests/pom.xml index 402d4757cd0..25c698b6d4e 100644 --- a/zookeeper-compatibility-tests/pom.xml +++ b/zookeeper-compatibility-tests/pom.xml @@ -22,7 +22,7 @@ org.apache.zookeeper parent - 3.9.0 + 3.9.1-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 1f5fad50200..130f0aa7860 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.9.0 + 3.9.1-SNAPSHOT 4.0.0 diff --git a/zookeeper-contrib/pom.xml b/zookeeper-contrib/pom.xml index e05065b85dd..b02ead78d9d 100755 --- a/zookeeper-contrib/pom.xml +++ b/zookeeper-contrib/pom.xml @@ -24,7 +24,7 @@ org.apache.zookeeper parent - 3.9.0 + 3.9.1-SNAPSHOT zookeeper-contrib diff --git a/zookeeper-contrib/zookeeper-contrib-fatjar/pom.xml b/zookeeper-contrib/zookeeper-contrib-fatjar/pom.xml index 77e364a7659..75688a03780 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.9.0 + 3.9.1-SNAPSHOT org.apache.zookeeper diff --git a/zookeeper-contrib/zookeeper-contrib-loggraph/pom.xml b/zookeeper-contrib/zookeeper-contrib-loggraph/pom.xml index 31c2a3fef2b..5106bd3b704 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.9.0 + 3.9.1-SNAPSHOT zookeeper-contrib-loggraph diff --git a/zookeeper-contrib/zookeeper-contrib-rest/pom.xml b/zookeeper-contrib/zookeeper-contrib-rest/pom.xml index 259347edb91..ddf557b722e 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.9.0 + 3.9.1-SNAPSHOT zookeeper-contrib-rest diff --git a/zookeeper-contrib/zookeeper-contrib-zooinspector/pom.xml b/zookeeper-contrib/zookeeper-contrib-zooinspector/pom.xml index a8e4e6f5fce..03c017b042b 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.9.0 + 3.9.1-SNAPSHOT zookeeper-contrib-zooinspector diff --git a/zookeeper-docs/pom.xml b/zookeeper-docs/pom.xml index dd433bd49ce..4582b3bbebd 100644 --- a/zookeeper-docs/pom.xml +++ b/zookeeper-docs/pom.xml @@ -23,7 +23,7 @@ org.apache.zookeeper parent - 3.9.0 + 3.9.1-SNAPSHOT zookeeper-docs diff --git a/zookeeper-it/pom.xml b/zookeeper-it/pom.xml index 22f10450f49..1416b64c88a 100755 --- a/zookeeper-it/pom.xml +++ b/zookeeper-it/pom.xml @@ -23,7 +23,7 @@ org.apache.zookeeper parent - 3.9.0 + 3.9.1-SNAPSHOT zookeeper-it diff --git a/zookeeper-jute/pom.xml b/zookeeper-jute/pom.xml index 776801e0df8..b69c1af81a3 100755 --- a/zookeeper-jute/pom.xml +++ b/zookeeper-jute/pom.xml @@ -23,7 +23,7 @@ org.apache.zookeeper parent - 3.9.0 + 3.9.1-SNAPSHOT zookeeper-jute diff --git a/zookeeper-metrics-providers/pom.xml b/zookeeper-metrics-providers/pom.xml index 929f1d8c28f..089b1db7b86 100755 --- a/zookeeper-metrics-providers/pom.xml +++ b/zookeeper-metrics-providers/pom.xml @@ -23,7 +23,7 @@ org.apache.zookeeper parent - 3.9.0 + 3.9.1-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 46d31c4dd95..46e795af987 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.9.0 + 3.9.1-SNAPSHOT zookeeper-prometheus-metrics diff --git a/zookeeper-recipes/pom.xml b/zookeeper-recipes/pom.xml index 606018c8301..b0e7ee949fa 100755 --- a/zookeeper-recipes/pom.xml +++ b/zookeeper-recipes/pom.xml @@ -24,7 +24,7 @@ org.apache.zookeeper parent - 3.9.0 + 3.9.1-SNAPSHOT zookeeper-recipes diff --git a/zookeeper-recipes/zookeeper-recipes-election/pom.xml b/zookeeper-recipes/zookeeper-recipes-election/pom.xml index 7211a60ad43..9f620c2c30d 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.9.0 + 3.9.1-SNAPSHOT zookeeper-recipes-election diff --git a/zookeeper-recipes/zookeeper-recipes-lock/pom.xml b/zookeeper-recipes/zookeeper-recipes-lock/pom.xml index 38f2ee287e1..4182a97dc1b 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.9.0 + 3.9.1-SNAPSHOT zookeeper-recipes-lock diff --git a/zookeeper-recipes/zookeeper-recipes-queue/pom.xml b/zookeeper-recipes/zookeeper-recipes-queue/pom.xml index fd9093e90c0..c0f63f232b2 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.9.0 + 3.9.1-SNAPSHOT zookeeper-recipes-queue diff --git a/zookeeper-server/pom.xml b/zookeeper-server/pom.xml index eb70dd2edea..980c34f56f2 100755 --- a/zookeeper-server/pom.xml +++ b/zookeeper-server/pom.xml @@ -23,7 +23,7 @@ org.apache.zookeeper parent - 3.9.0 + 3.9.1-SNAPSHOT zookeeper