This is an automated email from the ASF dual-hosted git repository. lushiji pushed a commit to branch branch-4.17 in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/branch-4.17 by this push: new 12931821d4 Bump branch-4.17 to 4.17.3-SNAPSHOT (#4630) 12931821d4 is described below commit 12931821d46095aeba9d0349b9cfe8bc47dc7b7f Author: StevenLuMT <lush...@apache.org> AuthorDate: Mon Jul 7 11:58:59 2025 +0800 Bump branch-4.17 to 4.17.3-SNAPSHOT (#4630) --- bookkeeper-benchmark/pom.xml | 2 +- bookkeeper-common-allocator/pom.xml | 2 +- bookkeeper-common/pom.xml | 2 +- bookkeeper-dist/all/pom.xml | 2 +- bookkeeper-dist/bkctl/pom.xml | 2 +- bookkeeper-dist/pom.xml | 2 +- bookkeeper-dist/server/pom.xml | 2 +- bookkeeper-http/http-server/pom.xml | 2 +- bookkeeper-http/pom.xml | 2 +- bookkeeper-http/servlet-http-server/pom.xml | 2 +- bookkeeper-http/vertx-http-server/pom.xml | 2 +- bookkeeper-proto/pom.xml | 2 +- bookkeeper-server/pom.xml | 2 +- bookkeeper-slogger/api/pom.xml | 2 +- bookkeeper-slogger/pom.xml | 2 +- bookkeeper-slogger/slf4j/pom.xml | 2 +- buildtools/pom.xml | 4 ++-- circe-checksum/pom.xml | 2 +- cpu-affinity/pom.xml | 2 +- metadata-drivers/etcd/pom.xml | 2 +- metadata-drivers/jetcd-core-shaded/pom.xml | 2 +- metadata-drivers/pom.xml | 2 +- microbenchmarks/pom.xml | 2 +- native-io/pom.xml | 2 +- pom.xml | 2 +- shaded/bookkeeper-server-shaded/pom.xml | 2 +- shaded/bookkeeper-server-tests-shaded/pom.xml | 2 +- shaded/distributedlog-core-shaded/pom.xml | 2 +- shaded/pom.xml | 2 +- stats/bookkeeper-stats-api/pom.xml | 2 +- stats/bookkeeper-stats-providers/codahale-metrics-provider/pom.xml | 2 +- stats/bookkeeper-stats-providers/otel-metrics-provider/pom.xml | 2 +- stats/bookkeeper-stats-providers/pom.xml | 2 +- stats/bookkeeper-stats-providers/prometheus-metrics-provider/pom.xml | 2 +- stats/pom.xml | 2 +- stats/utils/pom.xml | 2 +- stream/api/pom.xml | 2 +- stream/bk-grpc-name-resolver/pom.xml | 2 +- stream/clients/java/all/pom.xml | 2 +- stream/clients/java/base/pom.xml | 2 +- stream/clients/java/kv/pom.xml | 2 +- stream/clients/java/pom.xml | 2 +- stream/clients/pom.xml | 2 +- stream/common/pom.xml | 2 +- stream/distributedlog/common/pom.xml | 2 +- stream/distributedlog/core/pom.xml | 2 +- stream/distributedlog/io/dlfs/pom.xml | 2 +- stream/distributedlog/io/pom.xml | 2 +- stream/distributedlog/pom.xml | 2 +- stream/distributedlog/protocol/pom.xml | 2 +- stream/pom.xml | 2 +- stream/proto/pom.xml | 2 +- stream/server/pom.xml | 2 +- stream/statelib/pom.xml | 2 +- stream/storage/api/pom.xml | 2 +- stream/storage/impl/pom.xml | 2 +- stream/storage/pom.xml | 2 +- stream/tests-common/pom.xml | 2 +- tests/backward-compat/bc-non-fips/pom.xml | 2 +- tests/backward-compat/current-server-old-clients/pom.xml | 2 +- tests/backward-compat/hierarchical-ledger-manager/pom.xml | 2 +- tests/backward-compat/hostname-bookieid/pom.xml | 2 +- tests/backward-compat/old-cookie-new-cluster/pom.xml | 2 +- tests/backward-compat/pom.xml | 2 +- tests/backward-compat/recovery-no-password/pom.xml | 2 +- tests/backward-compat/upgrade-direct/pom.xml | 2 +- tests/backward-compat/upgrade/pom.xml | 2 +- tests/backward-compat/yahoo-custom-version/pom.xml | 2 +- tests/docker-images/all-released-versions-image/pom.xml | 2 +- tests/docker-images/all-versions-image/pom.xml | 2 +- tests/docker-images/current-version-image/pom.xml | 2 +- tests/docker-images/pom.xml | 2 +- tests/integration-tests-base-groovy/pom.xml | 2 +- tests/integration-tests-base/pom.xml | 2 +- tests/integration-tests-topologies/pom.xml | 2 +- tests/integration-tests-utils/pom.xml | 2 +- tests/integration/cluster/pom.xml | 2 +- tests/integration/pom.xml | 2 +- tests/integration/smoke/pom.xml | 2 +- tests/integration/standalone/pom.xml | 2 +- tests/pom.xml | 2 +- tests/scripts/pom.xml | 2 +- tests/shaded/bookkeeper-server-shaded-test/pom.xml | 2 +- tests/shaded/bookkeeper-server-tests-shaded-test/pom.xml | 2 +- tests/shaded/distributedlog-core-shaded-test/pom.xml | 2 +- tests/shaded/pom.xml | 2 +- testtools/pom.xml | 4 ++-- tools/all/pom.xml | 2 +- tools/framework/pom.xml | 2 +- tools/ledger/pom.xml | 2 +- tools/perf/pom.xml | 2 +- tools/pom.xml | 2 +- tools/stream/pom.xml | 2 +- 93 files changed, 95 insertions(+), 95 deletions(-) diff --git a/bookkeeper-benchmark/pom.xml b/bookkeeper-benchmark/pom.xml index 3a58b23cdf..031ccf5348 100644 --- a/bookkeeper-benchmark/pom.xml +++ b/bookkeeper-benchmark/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>bookkeeper</artifactId> <groupId>org.apache.bookkeeper</groupId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> </parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>bookkeeper-benchmark</artifactId> diff --git a/bookkeeper-common-allocator/pom.xml b/bookkeeper-common-allocator/pom.xml index c55200aa0f..64ee8483de 100644 --- a/bookkeeper-common-allocator/pom.xml +++ b/bookkeeper-common-allocator/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>bookkeeper</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> </parent> <artifactId>bookkeeper-common-allocator</artifactId> <name>Apache BookKeeper :: Common :: Allocator</name> diff --git a/bookkeeper-common/pom.xml b/bookkeeper-common/pom.xml index f5cdd8acea..dc29a74845 100644 --- a/bookkeeper-common/pom.xml +++ b/bookkeeper-common/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>bookkeeper</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> </parent> <artifactId>bookkeeper-common</artifactId> <name>Apache BookKeeper :: Common</name> diff --git a/bookkeeper-dist/all/pom.xml b/bookkeeper-dist/all/pom.xml index 03ec5a5a82..57fa8065ba 100644 --- a/bookkeeper-dist/all/pom.xml +++ b/bookkeeper-dist/all/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>bookkeeper-dist</artifactId> <groupId>org.apache.bookkeeper</groupId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/bookkeeper-dist/bkctl/pom.xml b/bookkeeper-dist/bkctl/pom.xml index 2899548445..b616c2b837 100644 --- a/bookkeeper-dist/bkctl/pom.xml +++ b/bookkeeper-dist/bkctl/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>bookkeeper-dist</artifactId> <groupId>org.apache.bookkeeper</groupId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/bookkeeper-dist/pom.xml b/bookkeeper-dist/pom.xml index 0d298183cf..9da6631d9e 100644 --- a/bookkeeper-dist/pom.xml +++ b/bookkeeper-dist/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>bookkeeper</artifactId> <groupId>org.apache.bookkeeper</groupId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>bookkeeper-dist</artifactId> diff --git a/bookkeeper-dist/server/pom.xml b/bookkeeper-dist/server/pom.xml index 7989ef8f56..8b51fd63cc 100644 --- a/bookkeeper-dist/server/pom.xml +++ b/bookkeeper-dist/server/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>bookkeeper-dist</artifactId> <groupId>org.apache.bookkeeper</groupId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/bookkeeper-http/http-server/pom.xml b/bookkeeper-http/http-server/pom.xml index f01247385e..206f31cad2 100644 --- a/bookkeeper-http/http-server/pom.xml +++ b/bookkeeper-http/http-server/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>bookkeeper</artifactId> <groupId>org.apache.bookkeeper</groupId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/bookkeeper-http/pom.xml b/bookkeeper-http/pom.xml index 61161f39a2..bdf655850d 100644 --- a/bookkeeper-http/pom.xml +++ b/bookkeeper-http/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>bookkeeper</artifactId> <groupId>org.apache.bookkeeper</groupId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bookkeeper.http</groupId> diff --git a/bookkeeper-http/servlet-http-server/pom.xml b/bookkeeper-http/servlet-http-server/pom.xml index 49c6a78bb3..1eb6703284 100644 --- a/bookkeeper-http/servlet-http-server/pom.xml +++ b/bookkeeper-http/servlet-http-server/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>bookkeeper</artifactId> <groupId>org.apache.bookkeeper</groupId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/bookkeeper-http/vertx-http-server/pom.xml b/bookkeeper-http/vertx-http-server/pom.xml index 06dd287b72..1c0f5bc427 100644 --- a/bookkeeper-http/vertx-http-server/pom.xml +++ b/bookkeeper-http/vertx-http-server/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>bookkeeper</artifactId> <groupId>org.apache.bookkeeper</groupId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/bookkeeper-proto/pom.xml b/bookkeeper-proto/pom.xml index 2b6995b071..a6b978ff30 100644 --- a/bookkeeper-proto/pom.xml +++ b/bookkeeper-proto/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>bookkeeper</artifactId> <groupId>org.apache.bookkeeper</groupId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> </parent> <artifactId>bookkeeper-proto</artifactId> <name>Apache BookKeeper :: Protocols</name> diff --git a/bookkeeper-server/pom.xml b/bookkeeper-server/pom.xml index 9dd518319f..f737c0c843 100644 --- a/bookkeeper-server/pom.xml +++ b/bookkeeper-server/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>bookkeeper</artifactId> <groupId>org.apache.bookkeeper</groupId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> </parent> <artifactId>bookkeeper-server</artifactId> <name>Apache BookKeeper :: Server</name> diff --git a/bookkeeper-slogger/api/pom.xml b/bookkeeper-slogger/api/pom.xml index 91f280695e..02e61ca061 100644 --- a/bookkeeper-slogger/api/pom.xml +++ b/bookkeeper-slogger/api/pom.xml @@ -18,7 +18,7 @@ <parent> <artifactId>bookkeeper-slogger-parent</artifactId> <groupId>org.apache.bookkeeper</groupId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.bookkeeper</groupId> diff --git a/bookkeeper-slogger/pom.xml b/bookkeeper-slogger/pom.xml index fb2a0c9f2a..9efe78664c 100644 --- a/bookkeeper-slogger/pom.xml +++ b/bookkeeper-slogger/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>bookkeeper</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <packaging>pom</packaging> diff --git a/bookkeeper-slogger/slf4j/pom.xml b/bookkeeper-slogger/slf4j/pom.xml index 9fe0896033..617a110fac 100644 --- a/bookkeeper-slogger/slf4j/pom.xml +++ b/bookkeeper-slogger/slf4j/pom.xml @@ -18,7 +18,7 @@ <parent> <artifactId>bookkeeper-slogger-parent</artifactId> <groupId>org.apache.bookkeeper</groupId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.bookkeeper</groupId> diff --git a/buildtools/pom.xml b/buildtools/pom.xml index eaa01d608e..421ffc3566 100644 --- a/buildtools/pom.xml +++ b/buildtools/pom.xml @@ -20,9 +20,9 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>bookkeeper</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> </parent> <artifactId>buildtools</artifactId> <name>Apache BookKeeper :: Build Tools</name> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> </project> diff --git a/circe-checksum/pom.xml b/circe-checksum/pom.xml index 8ba54a53b8..dfb3c07f5e 100644 --- a/circe-checksum/pom.xml +++ b/circe-checksum/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>bookkeeper</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/cpu-affinity/pom.xml b/cpu-affinity/pom.xml index d43dcecd0f..536bb0a27b 100644 --- a/cpu-affinity/pom.xml +++ b/cpu-affinity/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>bookkeeper</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/metadata-drivers/etcd/pom.xml b/metadata-drivers/etcd/pom.xml index 06a2216870..e690a09c15 100644 --- a/metadata-drivers/etcd/pom.xml +++ b/metadata-drivers/etcd/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.bookkeeper.metadata.drivers</groupId> <artifactId>metadata-drivers-parent</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/metadata-drivers/jetcd-core-shaded/pom.xml b/metadata-drivers/jetcd-core-shaded/pom.xml index 28d1ebf5d4..cf262aceff 100644 --- a/metadata-drivers/jetcd-core-shaded/pom.xml +++ b/metadata-drivers/jetcd-core-shaded/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.bookkeeper.metadata.drivers</groupId> <artifactId>metadata-drivers-parent</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.bookkeeper.metadata.drivers</groupId> diff --git a/metadata-drivers/pom.xml b/metadata-drivers/pom.xml index 96ccd6fd9d..05ccdf10c3 100644 --- a/metadata-drivers/pom.xml +++ b/metadata-drivers/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>bookkeeper</artifactId> <groupId>org.apache.bookkeeper</groupId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bookkeeper.metadata.drivers</groupId> diff --git a/microbenchmarks/pom.xml b/microbenchmarks/pom.xml index 6f53a4f299..1545c8b7c9 100644 --- a/microbenchmarks/pom.xml +++ b/microbenchmarks/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>bookkeeper</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> </parent> <artifactId>microbenchmarks</artifactId> <name>Apache BookKeeper :: microbenchmarks</name> diff --git a/native-io/pom.xml b/native-io/pom.xml index 8767cdbc5f..a8023b3cda 100644 --- a/native-io/pom.xml +++ b/native-io/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>bookkeeper</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/pom.xml b/pom.xml index 4135f10acb..11e24aaf30 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bookkeeper</groupId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> <artifactId>bookkeeper</artifactId> <packaging>pom</packaging> <name>Apache BookKeeper :: Parent</name> diff --git a/shaded/bookkeeper-server-shaded/pom.xml b/shaded/bookkeeper-server-shaded/pom.xml index ac831d7963..bc6e38fc78 100644 --- a/shaded/bookkeeper-server-shaded/pom.xml +++ b/shaded/bookkeeper-server-shaded/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>shaded-parent</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>bookkeeper-server-shaded</artifactId> diff --git a/shaded/bookkeeper-server-tests-shaded/pom.xml b/shaded/bookkeeper-server-tests-shaded/pom.xml index e63430c359..84b465ad3e 100644 --- a/shaded/bookkeeper-server-tests-shaded/pom.xml +++ b/shaded/bookkeeper-server-tests-shaded/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>shaded-parent</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>bookkeeper-server-tests-shaded</artifactId> diff --git a/shaded/distributedlog-core-shaded/pom.xml b/shaded/distributedlog-core-shaded/pom.xml index eebc843519..899279fd1b 100644 --- a/shaded/distributedlog-core-shaded/pom.xml +++ b/shaded/distributedlog-core-shaded/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>shaded-parent</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.distributedlog</groupId> diff --git a/shaded/pom.xml b/shaded/pom.xml index 7219ac0f51..f7f8a7283f 100644 --- a/shaded/pom.xml +++ b/shaded/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>bookkeeper</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> </parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>shaded-parent</artifactId> diff --git a/stats/bookkeeper-stats-api/pom.xml b/stats/bookkeeper-stats-api/pom.xml index 4a2270f92d..17e2c51b57 100644 --- a/stats/bookkeeper-stats-api/pom.xml +++ b/stats/bookkeeper-stats-api/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>bookkeeper-stats-parent</artifactId> <groupId>org.apache.bookkeeper.stats</groupId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> </parent> <groupId>org.apache.bookkeeper.stats</groupId> <artifactId>bookkeeper-stats-api</artifactId> diff --git a/stats/bookkeeper-stats-providers/codahale-metrics-provider/pom.xml b/stats/bookkeeper-stats-providers/codahale-metrics-provider/pom.xml index 23ef9c84c1..4d4ffbaf99 100644 --- a/stats/bookkeeper-stats-providers/codahale-metrics-provider/pom.xml +++ b/stats/bookkeeper-stats-providers/codahale-metrics-provider/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>bookkeeper-stats-providers</artifactId> <groupId>org.apache.bookkeeper.stats</groupId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> </parent> <groupId>org.apache.bookkeeper.stats</groupId> <artifactId>codahale-metrics-provider</artifactId> diff --git a/stats/bookkeeper-stats-providers/otel-metrics-provider/pom.xml b/stats/bookkeeper-stats-providers/otel-metrics-provider/pom.xml index 6e03cb69bb..dd80095c91 100644 --- a/stats/bookkeeper-stats-providers/otel-metrics-provider/pom.xml +++ b/stats/bookkeeper-stats-providers/otel-metrics-provider/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>bookkeeper-stats-providers</artifactId> <groupId>org.apache.bookkeeper.stats</groupId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> </parent> diff --git a/stats/bookkeeper-stats-providers/pom.xml b/stats/bookkeeper-stats-providers/pom.xml index 812c995a41..00c16be5c0 100644 --- a/stats/bookkeeper-stats-providers/pom.xml +++ b/stats/bookkeeper-stats-providers/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>bookkeeper-stats-parent</artifactId> <groupId>org.apache.bookkeeper.stats</groupId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>bookkeeper-stats-providers</artifactId> diff --git a/stats/bookkeeper-stats-providers/prometheus-metrics-provider/pom.xml b/stats/bookkeeper-stats-providers/prometheus-metrics-provider/pom.xml index e99609d3aa..d513415824 100644 --- a/stats/bookkeeper-stats-providers/prometheus-metrics-provider/pom.xml +++ b/stats/bookkeeper-stats-providers/prometheus-metrics-provider/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>bookkeeper-stats-providers</artifactId> <groupId>org.apache.bookkeeper.stats</groupId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> </parent> <groupId>org.apache.bookkeeper.stats</groupId> <artifactId>prometheus-metrics-provider</artifactId> diff --git a/stats/pom.xml b/stats/pom.xml index f46ded2479..7aca2aa898 100644 --- a/stats/pom.xml +++ b/stats/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>bookkeeper</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> </parent> <packaging>pom</packaging> <groupId>org.apache.bookkeeper.stats</groupId> diff --git a/stats/utils/pom.xml b/stats/utils/pom.xml index 74cc80d51b..63f1b3d225 100644 --- a/stats/utils/pom.xml +++ b/stats/utils/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>bookkeeper-stats-parent</artifactId> <groupId>org.apache.bookkeeper.stats</groupId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> </parent> <groupId>org.apache.bookkeeper.stats</groupId> <artifactId>bookkeeper-stats-utils</artifactId> diff --git a/stream/api/pom.xml b/stream/api/pom.xml index 6b88bcb2cb..aab017980f 100644 --- a/stream/api/pom.xml +++ b/stream/api/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>stream-storage-parent</artifactId> <groupId>org.apache.bookkeeper</groupId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.bookkeeper</groupId> diff --git a/stream/bk-grpc-name-resolver/pom.xml b/stream/bk-grpc-name-resolver/pom.xml index 3115e4e360..04b87246bc 100644 --- a/stream/bk-grpc-name-resolver/pom.xml +++ b/stream/bk-grpc-name-resolver/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>stream-storage-parent</artifactId> <groupId>org.apache.bookkeeper</groupId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.bookkeeper</groupId> diff --git a/stream/clients/java/all/pom.xml b/stream/clients/java/all/pom.xml index edd3575383..2e0061f898 100644 --- a/stream/clients/java/all/pom.xml +++ b/stream/clients/java/all/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>stream-storage-java-client-parent</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> </parent> <artifactId>stream-storage-java-client</artifactId> <name>Apache BookKeeper :: Stream Storage :: Clients :: Java Client </name> diff --git a/stream/clients/java/base/pom.xml b/stream/clients/java/base/pom.xml index 72a2ea8138..0c57d2bd7d 100644 --- a/stream/clients/java/base/pom.xml +++ b/stream/clients/java/base/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>stream-storage-java-client-parent</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> </parent> <artifactId>stream-storage-java-client-base</artifactId> <name>Apache BookKeeper :: Stream Storage :: Clients :: Java Client :: Base</name> diff --git a/stream/clients/java/kv/pom.xml b/stream/clients/java/kv/pom.xml index 517aebec5d..8d55ca0419 100644 --- a/stream/clients/java/kv/pom.xml +++ b/stream/clients/java/kv/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>stream-storage-java-client-parent</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> </parent> <artifactId>stream-storage-java-kv-client</artifactId> <name>Apache BookKeeper :: Stream Storage :: Clients :: Java Client :: KV</name> diff --git a/stream/clients/java/pom.xml b/stream/clients/java/pom.xml index 6a1348a217..80809ec9ad 100644 --- a/stream/clients/java/pom.xml +++ b/stream/clients/java/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>stream-storage-clients-parent</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>stream-storage-java-client-parent</artifactId> diff --git a/stream/clients/pom.xml b/stream/clients/pom.xml index 1fefcc8069..a6d0f0bf5e 100644 --- a/stream/clients/pom.xml +++ b/stream/clients/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>stream-storage-parent</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>stream-storage-clients-parent</artifactId> diff --git a/stream/common/pom.xml b/stream/common/pom.xml index 07705ddff4..3bef2ba0f2 100644 --- a/stream/common/pom.xml +++ b/stream/common/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>stream-storage-parent</artifactId> <groupId>org.apache.bookkeeper</groupId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.bookkeeper</groupId> diff --git a/stream/distributedlog/common/pom.xml b/stream/distributedlog/common/pom.xml index 06b2ecac2b..83a3c1d297 100644 --- a/stream/distributedlog/common/pom.xml +++ b/stream/distributedlog/common/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.distributedlog</groupId> <artifactId>distributedlog</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> </parent> <artifactId>distributedlog-common</artifactId> <name>Apache BookKeeper :: DistributedLog :: Common</name> diff --git a/stream/distributedlog/core/pom.xml b/stream/distributedlog/core/pom.xml index 396b3d40f4..b26c073433 100644 --- a/stream/distributedlog/core/pom.xml +++ b/stream/distributedlog/core/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.distributedlog</groupId> <artifactId>distributedlog</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> </parent> <artifactId>distributedlog-core</artifactId> <name>Apache BookKeeper :: DistributedLog :: Core Library</name> diff --git a/stream/distributedlog/io/dlfs/pom.xml b/stream/distributedlog/io/dlfs/pom.xml index 48bfde9869..9c998b80f0 100644 --- a/stream/distributedlog/io/dlfs/pom.xml +++ b/stream/distributedlog/io/dlfs/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>distributedlog</artifactId> <groupId>org.apache.distributedlog</groupId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <groupId>org.apache.distributedlog</groupId> diff --git a/stream/distributedlog/io/pom.xml b/stream/distributedlog/io/pom.xml index 426c3015ca..bf707e2f2b 100644 --- a/stream/distributedlog/io/pom.xml +++ b/stream/distributedlog/io/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.distributedlog</groupId> <artifactId>distributedlog</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>distributedlog-io</artifactId> diff --git a/stream/distributedlog/pom.xml b/stream/distributedlog/pom.xml index 8aa82a5db4..9affae9b6e 100644 --- a/stream/distributedlog/pom.xml +++ b/stream/distributedlog/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>bookkeeper</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <groupId>org.apache.distributedlog</groupId> diff --git a/stream/distributedlog/protocol/pom.xml b/stream/distributedlog/protocol/pom.xml index 19cb189cd7..9cc65ea2dd 100644 --- a/stream/distributedlog/protocol/pom.xml +++ b/stream/distributedlog/protocol/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.distributedlog</groupId> <artifactId>distributedlog</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> </parent> <artifactId>distributedlog-protocol</artifactId> <name>Apache BookKeeper :: DistributedLog :: Protocol</name> diff --git a/stream/pom.xml b/stream/pom.xml index 72041e6d36..03592f5377 100644 --- a/stream/pom.xml +++ b/stream/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>bookkeeper</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <packaging>pom</packaging> diff --git a/stream/proto/pom.xml b/stream/proto/pom.xml index a2ebfd758a..1cdd2b9f62 100644 --- a/stream/proto/pom.xml +++ b/stream/proto/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>stream-storage-parent</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.bookkeeper</groupId> diff --git a/stream/server/pom.xml b/stream/server/pom.xml index 9739b359f1..5ccd44f181 100644 --- a/stream/server/pom.xml +++ b/stream/server/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>stream-storage-parent</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> </parent> <artifactId>stream-storage-server</artifactId> <name>Apache BookKeeper :: Stream Storage :: Server</name> diff --git a/stream/statelib/pom.xml b/stream/statelib/pom.xml index eac9cf273d..888fa3603f 100644 --- a/stream/statelib/pom.xml +++ b/stream/statelib/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>stream-storage-parent</artifactId> <groupId>org.apache.bookkeeper</groupId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.bookkeeper</groupId> diff --git a/stream/storage/api/pom.xml b/stream/storage/api/pom.xml index 865939b5e8..e23a3f5953 100644 --- a/stream/storage/api/pom.xml +++ b/stream/storage/api/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>stream-storage-service-parent</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>stream-storage-service-api</artifactId> diff --git a/stream/storage/impl/pom.xml b/stream/storage/impl/pom.xml index 62c172e087..c89b207a79 100644 --- a/stream/storage/impl/pom.xml +++ b/stream/storage/impl/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>stream-storage-service-parent</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>stream-storage-service-impl</artifactId> diff --git a/stream/storage/pom.xml b/stream/storage/pom.xml index 280d8f6525..1fc71b940e 100644 --- a/stream/storage/pom.xml +++ b/stream/storage/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>stream-storage-parent</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>stream-storage-service-parent</artifactId> diff --git a/stream/tests-common/pom.xml b/stream/tests-common/pom.xml index 0aa399e803..5c41e9263d 100644 --- a/stream/tests-common/pom.xml +++ b/stream/tests-common/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>stream-storage-parent</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.bookkeeper.tests</groupId> diff --git a/tests/backward-compat/bc-non-fips/pom.xml b/tests/backward-compat/bc-non-fips/pom.xml index 7f3b5c96ac..014eee6a9e 100644 --- a/tests/backward-compat/bc-non-fips/pom.xml +++ b/tests/backward-compat/bc-non-fips/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper.tests</groupId> <artifactId>backward-compat</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/tests/backward-compat/current-server-old-clients/pom.xml b/tests/backward-compat/current-server-old-clients/pom.xml index 80afbc71a3..d3bcfba63a 100644 --- a/tests/backward-compat/current-server-old-clients/pom.xml +++ b/tests/backward-compat/current-server-old-clients/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper.tests</groupId> <artifactId>backward-compat</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/tests/backward-compat/hierarchical-ledger-manager/pom.xml b/tests/backward-compat/hierarchical-ledger-manager/pom.xml index 4cb7b3b6fc..a549c1ab56 100644 --- a/tests/backward-compat/hierarchical-ledger-manager/pom.xml +++ b/tests/backward-compat/hierarchical-ledger-manager/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper.tests</groupId> <artifactId>backward-compat</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/tests/backward-compat/hostname-bookieid/pom.xml b/tests/backward-compat/hostname-bookieid/pom.xml index 694848ce68..d22651285d 100644 --- a/tests/backward-compat/hostname-bookieid/pom.xml +++ b/tests/backward-compat/hostname-bookieid/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper.tests</groupId> <artifactId>backward-compat</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/tests/backward-compat/old-cookie-new-cluster/pom.xml b/tests/backward-compat/old-cookie-new-cluster/pom.xml index 32d1fe738d..8fd843d86d 100644 --- a/tests/backward-compat/old-cookie-new-cluster/pom.xml +++ b/tests/backward-compat/old-cookie-new-cluster/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper.tests</groupId> <artifactId>backward-compat</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/tests/backward-compat/pom.xml b/tests/backward-compat/pom.xml index a96257e61d..0d02ee27fc 100644 --- a/tests/backward-compat/pom.xml +++ b/tests/backward-compat/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.bookkeeper.tests</groupId> <artifactId>integration-tests-base-groovy</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> <relativePath>../integration-tests-base-groovy</relativePath> </parent> <groupId>org.apache.bookkeeper.tests</groupId> diff --git a/tests/backward-compat/recovery-no-password/pom.xml b/tests/backward-compat/recovery-no-password/pom.xml index 183bbbe058..29cf910f72 100644 --- a/tests/backward-compat/recovery-no-password/pom.xml +++ b/tests/backward-compat/recovery-no-password/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper.tests</groupId> <artifactId>backward-compat</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/tests/backward-compat/upgrade-direct/pom.xml b/tests/backward-compat/upgrade-direct/pom.xml index 6d802bea6c..de15fc5f61 100644 --- a/tests/backward-compat/upgrade-direct/pom.xml +++ b/tests/backward-compat/upgrade-direct/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper.tests</groupId> <artifactId>backward-compat</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/tests/backward-compat/upgrade/pom.xml b/tests/backward-compat/upgrade/pom.xml index ab7fdfeb5d..63c0bbbbfd 100644 --- a/tests/backward-compat/upgrade/pom.xml +++ b/tests/backward-compat/upgrade/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper.tests</groupId> <artifactId>backward-compat</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/tests/backward-compat/yahoo-custom-version/pom.xml b/tests/backward-compat/yahoo-custom-version/pom.xml index 2798282344..bb9aadcef4 100644 --- a/tests/backward-compat/yahoo-custom-version/pom.xml +++ b/tests/backward-compat/yahoo-custom-version/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper.tests</groupId> <artifactId>backward-compat</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/tests/docker-images/all-released-versions-image/pom.xml b/tests/docker-images/all-released-versions-image/pom.xml index 8528794c5b..e3eb0747ef 100644 --- a/tests/docker-images/all-released-versions-image/pom.xml +++ b/tests/docker-images/all-released-versions-image/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.bookkeeper.tests</groupId> <artifactId>docker-images</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bookkeeper.tests</groupId> diff --git a/tests/docker-images/all-versions-image/pom.xml b/tests/docker-images/all-versions-image/pom.xml index c7fbdcb094..eeeac460b7 100644 --- a/tests/docker-images/all-versions-image/pom.xml +++ b/tests/docker-images/all-versions-image/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.bookkeeper.tests</groupId> <artifactId>docker-images</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bookkeeper.tests</groupId> diff --git a/tests/docker-images/current-version-image/pom.xml b/tests/docker-images/current-version-image/pom.xml index b7163b0f48..a15a14d18c 100644 --- a/tests/docker-images/current-version-image/pom.xml +++ b/tests/docker-images/current-version-image/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.bookkeeper.tests</groupId> <artifactId>docker-images</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bookkeeper.tests</groupId> diff --git a/tests/docker-images/pom.xml b/tests/docker-images/pom.xml index a07422b52c..1d675b02c5 100644 --- a/tests/docker-images/pom.xml +++ b/tests/docker-images/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.bookkeeper.tests</groupId> <artifactId>tests-parent</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> </parent> <groupId>org.apache.bookkeeper.tests</groupId> <artifactId>docker-images</artifactId> diff --git a/tests/integration-tests-base-groovy/pom.xml b/tests/integration-tests-base-groovy/pom.xml index caa9a52775..f68150c3f1 100644 --- a/tests/integration-tests-base-groovy/pom.xml +++ b/tests/integration-tests-base-groovy/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper.tests</groupId> <artifactId>integration-tests-base</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> <relativePath>../integration-tests-base</relativePath> </parent> diff --git a/tests/integration-tests-base/pom.xml b/tests/integration-tests-base/pom.xml index 4948a17b84..a796fa1221 100644 --- a/tests/integration-tests-base/pom.xml +++ b/tests/integration-tests-base/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper.tests</groupId> <artifactId>tests-parent</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> </parent> <groupId>org.apache.bookkeeper.tests</groupId> diff --git a/tests/integration-tests-topologies/pom.xml b/tests/integration-tests-topologies/pom.xml index 3dee01d447..ac9b211466 100644 --- a/tests/integration-tests-topologies/pom.xml +++ b/tests/integration-tests-topologies/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper.tests</groupId> <artifactId>tests-parent</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> </parent> <groupId>org.apache.bookkeeper.tests</groupId> diff --git a/tests/integration-tests-utils/pom.xml b/tests/integration-tests-utils/pom.xml index d24913e779..53d0e3a7d4 100644 --- a/tests/integration-tests-utils/pom.xml +++ b/tests/integration-tests-utils/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper.tests</groupId> <artifactId>tests-parent</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> </parent> <groupId>org.apache.bookkeeper.tests</groupId> diff --git a/tests/integration/cluster/pom.xml b/tests/integration/cluster/pom.xml index a371f65037..c52e9c6377 100644 --- a/tests/integration/cluster/pom.xml +++ b/tests/integration/cluster/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.bookkeeper.tests</groupId> <artifactId>integration</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/tests/integration/pom.xml b/tests/integration/pom.xml index 02b9ac980d..e87a2b46bd 100644 --- a/tests/integration/pom.xml +++ b/tests/integration/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.bookkeeper.tests</groupId> <artifactId>tests-parent</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> </parent> <groupId>org.apache.bookkeeper.tests</groupId> <artifactId>integration</artifactId> diff --git a/tests/integration/smoke/pom.xml b/tests/integration/smoke/pom.xml index f35c763bfb..25458298ba 100644 --- a/tests/integration/smoke/pom.xml +++ b/tests/integration/smoke/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper.tests</groupId> <artifactId>integration</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/tests/integration/standalone/pom.xml b/tests/integration/standalone/pom.xml index e0e63650cb..5e0495893c 100644 --- a/tests/integration/standalone/pom.xml +++ b/tests/integration/standalone/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.bookkeeper.tests</groupId> <artifactId>integration</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/tests/pom.xml b/tests/pom.xml index d7b475d931..98f6fdc221 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>bookkeeper</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> </parent> <groupId>org.apache.bookkeeper.tests</groupId> <artifactId>tests-parent</artifactId> diff --git a/tests/scripts/pom.xml b/tests/scripts/pom.xml index 46bffb67b0..6c1ee21bdb 100644 --- a/tests/scripts/pom.xml +++ b/tests/scripts/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper.tests</groupId> <artifactId>tests-parent</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> </parent> <groupId>org.apache.bookkeeper.tests</groupId> diff --git a/tests/shaded/bookkeeper-server-shaded-test/pom.xml b/tests/shaded/bookkeeper-server-shaded-test/pom.xml index 937b594009..e19148e736 100644 --- a/tests/shaded/bookkeeper-server-shaded-test/pom.xml +++ b/tests/shaded/bookkeeper-server-shaded-test/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper.tests.shaded</groupId> <artifactId>shaded-tests-parent</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>bookkeeper-server-shaded-test</artifactId> diff --git a/tests/shaded/bookkeeper-server-tests-shaded-test/pom.xml b/tests/shaded/bookkeeper-server-tests-shaded-test/pom.xml index 0c9bdad934..aaa120c2c7 100644 --- a/tests/shaded/bookkeeper-server-tests-shaded-test/pom.xml +++ b/tests/shaded/bookkeeper-server-tests-shaded-test/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper.tests.shaded</groupId> <artifactId>shaded-tests-parent</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>bookkeeper-server-tests-shaded-test</artifactId> diff --git a/tests/shaded/distributedlog-core-shaded-test/pom.xml b/tests/shaded/distributedlog-core-shaded-test/pom.xml index d7db987dc3..6410639a5e 100644 --- a/tests/shaded/distributedlog-core-shaded-test/pom.xml +++ b/tests/shaded/distributedlog-core-shaded-test/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper.tests.shaded</groupId> <artifactId>shaded-tests-parent</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>distributedlog-core-shaded-test</artifactId> diff --git a/tests/shaded/pom.xml b/tests/shaded/pom.xml index 3de4613ad8..5272b48505 100644 --- a/tests/shaded/pom.xml +++ b/tests/shaded/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.bookkeeper.tests</groupId> <artifactId>tests-parent</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.bookkeeper.tests.shaded</groupId> diff --git a/testtools/pom.xml b/testtools/pom.xml index c7b3406516..9a6eb2cdd4 100644 --- a/testtools/pom.xml +++ b/testtools/pom.xml @@ -20,11 +20,11 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>bookkeeper</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> </parent> <artifactId>testtools</artifactId> <name>Apache BookKeeper :: Test Tools</name> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> <dependencies> <dependency> diff --git a/tools/all/pom.xml b/tools/all/pom.xml index 29dc8712ea..30b8725b4b 100644 --- a/tools/all/pom.xml +++ b/tools/all/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>bookkeeper-tools-parent</artifactId> <groupId>org.apache.bookkeeper</groupId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> </parent> <artifactId>bookkeeper-tools</artifactId> <name>Apache BookKeeper :: Tools</name> diff --git a/tools/framework/pom.xml b/tools/framework/pom.xml index 68ab0da1b2..ca07b55dfc 100644 --- a/tools/framework/pom.xml +++ b/tools/framework/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>bookkeeper-tools-parent</artifactId> <groupId>org.apache.bookkeeper</groupId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> </parent> <artifactId>bookkeeper-tools-framework</artifactId> <name>Apache BookKeeper :: Tools :: Framework</name> diff --git a/tools/ledger/pom.xml b/tools/ledger/pom.xml index 13fd4ac7ab..dcfd7973e0 100644 --- a/tools/ledger/pom.xml +++ b/tools/ledger/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>bookkeeper-tools-parent</artifactId> <groupId>org.apache.bookkeeper</groupId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> </parent> <artifactId>bookkeeper-tools-ledger</artifactId> <name>Apache BookKeeper :: Tools :: Ledger</name> diff --git a/tools/perf/pom.xml b/tools/perf/pom.xml index 614f61791f..dcf9caf0f2 100644 --- a/tools/perf/pom.xml +++ b/tools/perf/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>bookkeeper-tools-parent</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> </parent> <artifactId>bookkeeper-perf</artifactId> <name>Apache BookKeeper :: Tools :: Perf</name> diff --git a/tools/pom.xml b/tools/pom.xml index b9ca3b3fcc..b6b955aa7f 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>bookkeeper</artifactId> <groupId>org.apache.bookkeeper</groupId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> </parent> <artifactId>bookkeeper-tools-parent</artifactId> <name>Apache BookKeeper :: Tools :: Parent</name> diff --git a/tools/stream/pom.xml b/tools/stream/pom.xml index d96d0e5887..8b8e5577a6 100644 --- a/tools/stream/pom.xml +++ b/tools/stream/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>bookkeeper-tools-parent</artifactId> - <version>4.17.2-SNAPSHOT</version> + <version>4.17.3-SNAPSHOT</version> </parent> <artifactId>stream-storage-cli</artifactId> <name>Apache BookKeeper :: Tools :: Stream</name>