This is an automated email from the ASF dual-hosted git repository. lushiji pushed a commit to branch release-4.16.4-r0.0.1 in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
commit 2697c639f8a2601917b3552e5a651fe9c1153a86 Author: nuolin <[email protected]> AuthorDate: Tue Apr 2 16:05:19 2024 +0800 从tag release-4.16.4制作bk的初始版本release; 初始version 4.16.4-r0.0.1 --- 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/pom.xml | 2 +- microbenchmarks/pom.xml | 2 +- native-io/pom.xml | 2 +- pom.xml | 16 +++++++++++++++- 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 +- .../codahale-metrics-provider/pom.xml | 2 +- stats/bookkeeper-stats-providers/pom.xml | 2 +- .../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 +- .../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/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 +- 90 files changed, 106 insertions(+), 92 deletions(-) diff --git a/bookkeeper-benchmark/pom.xml b/bookkeeper-benchmark/pom.xml index 5bae84448d..c093a41006 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.16.4</version> + <version>4.16.4-r0.0.1</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 33b65f2240..3abf9849af 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.16.4</version> + <version>4.16.4-r0.0.1</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 c587cfdb80..f024f7d69d 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.16.4</version> + <version>4.16.4-r0.0.1</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 13c76d35ff..c47aeaa0eb 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.16.4</version> + <version>4.16.4-r0.0.1</version> <relativePath>..</relativePath> </parent> diff --git a/bookkeeper-dist/bkctl/pom.xml b/bookkeeper-dist/bkctl/pom.xml index 2e211f341b..7b3168a69c 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.16.4</version> + <version>4.16.4-r0.0.1</version> <relativePath>..</relativePath> </parent> diff --git a/bookkeeper-dist/pom.xml b/bookkeeper-dist/pom.xml index 227e5d4c22..023f6e3519 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.16.4</version> + <version>4.16.4-r0.0.1</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 a0cd8ee4f8..cacfd4a8a1 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.16.4</version> + <version>4.16.4-r0.0.1</version> <relativePath>..</relativePath> </parent> diff --git a/bookkeeper-http/http-server/pom.xml b/bookkeeper-http/http-server/pom.xml index b1e5890717..12a19b4159 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.16.4</version> + <version>4.16.4-r0.0.1</version> <relativePath>../..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/bookkeeper-http/pom.xml b/bookkeeper-http/pom.xml index ecfd743637..02c8cec8e5 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.16.4</version> + <version>4.16.4-r0.0.1</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 04515c502b..4200c4e429 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.16.4</version> + <version>4.16.4-r0.0.1</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 dc34c3ddb0..33d1bfee55 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.16.4</version> + <version>4.16.4-r0.0.1</version> <relativePath>../..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/bookkeeper-proto/pom.xml b/bookkeeper-proto/pom.xml index fdb143aae0..62534a2e7f 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.16.4</version> + <version>4.16.4-r0.0.1</version> </parent> <artifactId>bookkeeper-proto</artifactId> <name>Apache BookKeeper :: Protocols</name> diff --git a/bookkeeper-server/pom.xml b/bookkeeper-server/pom.xml index 31c647a9d3..5a6f2a85ef 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.16.4</version> + <version>4.16.4-r0.0.1</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 7df5510622..8776644c21 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.16.4</version> + <version>4.16.4-r0.0.1</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.bookkeeper</groupId> diff --git a/bookkeeper-slogger/pom.xml b/bookkeeper-slogger/pom.xml index 791efb6eb8..0510c02b9c 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.16.4</version> + <version>4.16.4-r0.0.1</version> <relativePath>..</relativePath> </parent> <packaging>pom</packaging> diff --git a/bookkeeper-slogger/slf4j/pom.xml b/bookkeeper-slogger/slf4j/pom.xml index 7893646b44..9ea6981c5a 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.16.4</version> + <version>4.16.4-r0.0.1</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.bookkeeper</groupId> diff --git a/buildtools/pom.xml b/buildtools/pom.xml index 6eac2d73f5..ad285f638c 100644 --- a/buildtools/pom.xml +++ b/buildtools/pom.xml @@ -20,9 +20,9 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>bookkeeper</artifactId> - <version>4.16.4</version> + <version>4.16.4-r0.0.1</version> </parent> <artifactId>buildtools</artifactId> <name>Apache BookKeeper :: Build Tools</name> - <version>4.16.4</version> + <version>4.16.4-r0.0.1</version> </project> diff --git a/circe-checksum/pom.xml b/circe-checksum/pom.xml index db791f856e..f5da6b56e1 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.16.4</version> + <version>4.16.4-r0.0.1</version> <relativePath>..</relativePath> </parent> diff --git a/cpu-affinity/pom.xml b/cpu-affinity/pom.xml index c4d8a7a1c4..009ab4061b 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.16.4</version> + <version>4.16.4-r0.0.1</version> <relativePath>..</relativePath> </parent> diff --git a/metadata-drivers/etcd/pom.xml b/metadata-drivers/etcd/pom.xml index 230c7f369d..ecab0cb59c 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.16.4</version> + <version>4.16.4-r0.0.1</version> <relativePath>..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/metadata-drivers/pom.xml b/metadata-drivers/pom.xml index d83c083528..0f512d86ac 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.16.4</version> + <version>4.16.4-r0.0.1</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 f5d8f6a6b6..facaf66504 100644 --- a/microbenchmarks/pom.xml +++ b/microbenchmarks/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>bookkeeper</artifactId> - <version>4.16.4</version> + <version>4.16.4-r0.0.1</version> </parent> <artifactId>microbenchmarks</artifactId> <name>Apache BookKeeper :: microbenchmarks</name> diff --git a/native-io/pom.xml b/native-io/pom.xml index 0cff14834a..7f3840176c 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.16.4</version> + <version>4.16.4-r0.0.1</version> <relativePath>..</relativePath> </parent> diff --git a/pom.xml b/pom.xml index 5864db2fd8..c27b13ae8d 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bookkeeper</groupId> - <version>4.16.4</version> + <version>4.16.4-r0.0.1</version> <artifactId>bookkeeper</artifactId> <packaging>pom</packaging> <name>Apache BookKeeper :: Parent</name> @@ -104,6 +104,20 @@ <organizationUrl>http://www.apache.org</organizationUrl> </developer> </developers> + + <distributionManagement> + <snapshotRepository> + <id>snapshots</id> + <name>maven snapshot repository</name> + <url>https://artifactory.devops.xiaohongshu.com/artifactory/maven-snapshots/</url> + </snapshotRepository> + <repository> + <id>releases</id> + <name>maven releases repository</name> + <url>https://artifactory.devops.xiaohongshu.com/artifactory/maven-releases/</url> + </repository> + </distributionManagement> + <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> diff --git a/shaded/bookkeeper-server-shaded/pom.xml b/shaded/bookkeeper-server-shaded/pom.xml index e34091a5c8..15313cc580 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.16.4</version> + <version>4.16.4-r0.0.1</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 a4b9b9c60f..167bd93264 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.16.4</version> + <version>4.16.4-r0.0.1</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 c331049c6f..2fc09f8b89 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.16.4</version> + <version>4.16.4-r0.0.1</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.distributedlog</groupId> diff --git a/shaded/pom.xml b/shaded/pom.xml index aed6f399c5..619b292f72 100644 --- a/shaded/pom.xml +++ b/shaded/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>bookkeeper</artifactId> - <version>4.16.4</version> + <version>4.16.4-r0.0.1</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 e54d7e954e..cee6e25810 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.16.4</version> + <version>4.16.4-r0.0.1</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 f60870d9f7..a1e210d3cf 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.16.4</version> + <version>4.16.4-r0.0.1</version> </parent> <groupId>org.apache.bookkeeper.stats</groupId> <artifactId>codahale-metrics-provider</artifactId> diff --git a/stats/bookkeeper-stats-providers/pom.xml b/stats/bookkeeper-stats-providers/pom.xml index 8b61d2e392..263c955e97 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.16.4</version> + <version>4.16.4-r0.0.1</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 4733e10599..035cb1a54c 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.16.4</version> + <version>4.16.4-r0.0.1</version> </parent> <groupId>org.apache.bookkeeper.stats</groupId> <artifactId>prometheus-metrics-provider</artifactId> diff --git a/stats/pom.xml b/stats/pom.xml index ebc699ffdb..05eea5f0e7 100644 --- a/stats/pom.xml +++ b/stats/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>bookkeeper</artifactId> - <version>4.16.4</version> + <version>4.16.4-r0.0.1</version> </parent> <packaging>pom</packaging> <groupId>org.apache.bookkeeper.stats</groupId> diff --git a/stats/utils/pom.xml b/stats/utils/pom.xml index 076ac917f3..748cae3726 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.16.4</version> + <version>4.16.4-r0.0.1</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 2d6fdcf017..d2b2cf71fd 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.16.4</version> + <version>4.16.4-r0.0.1</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 86f0c41969..3ad75c6cfc 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.16.4</version> + <version>4.16.4-r0.0.1</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 f449df499a..9ab8f33ce6 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.16.4</version> + <version>4.16.4-r0.0.1</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 aab32d0347..c5036829ac 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.16.4</version> + <version>4.16.4-r0.0.1</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 d0f8e5c8a6..44d38192ee 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.16.4</version> + <version>4.16.4-r0.0.1</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 299d6103cc..22679e4388 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.16.4</version> + <version>4.16.4-r0.0.1</version> <relativePath>..</relativePath> </parent> <artifactId>stream-storage-java-client-parent</artifactId> diff --git a/stream/clients/pom.xml b/stream/clients/pom.xml index 7036585dec..4d6cc4606c 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.16.4</version> + <version>4.16.4-r0.0.1</version> <relativePath>..</relativePath> </parent> <artifactId>stream-storage-clients-parent</artifactId> diff --git a/stream/common/pom.xml b/stream/common/pom.xml index 482943591c..a88bb4ae49 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.16.4</version> + <version>4.16.4-r0.0.1</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.bookkeeper</groupId> diff --git a/stream/distributedlog/common/pom.xml b/stream/distributedlog/common/pom.xml index 8778d91d4c..e7b1462d09 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.16.4</version> + <version>4.16.4-r0.0.1</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 099a06ee80..ea6b537ff0 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.16.4</version> + <version>4.16.4-r0.0.1</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 a19e13c282..c3c3c8595f 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.16.4</version> + <version>4.16.4-r0.0.1</version> <relativePath>../..</relativePath> </parent> <groupId>org.apache.distributedlog</groupId> diff --git a/stream/distributedlog/io/pom.xml b/stream/distributedlog/io/pom.xml index ff5eba8a6c..0153844ad8 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.16.4</version> + <version>4.16.4-r0.0.1</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>distributedlog-io</artifactId> diff --git a/stream/distributedlog/pom.xml b/stream/distributedlog/pom.xml index 58b2307d3f..df5f5b0a50 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.16.4</version> + <version>4.16.4-r0.0.1</version> <relativePath>../..</relativePath> </parent> <groupId>org.apache.distributedlog</groupId> diff --git a/stream/distributedlog/protocol/pom.xml b/stream/distributedlog/protocol/pom.xml index 1e745e7ee7..f1e07612e1 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.16.4</version> + <version>4.16.4-r0.0.1</version> </parent> <artifactId>distributedlog-protocol</artifactId> <name>Apache BookKeeper :: DistributedLog :: Protocol</name> diff --git a/stream/pom.xml b/stream/pom.xml index a98ae98455..2dc3cb7945 100644 --- a/stream/pom.xml +++ b/stream/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>bookkeeper</artifactId> - <version>4.16.4</version> + <version>4.16.4-r0.0.1</version> <relativePath>..</relativePath> </parent> <packaging>pom</packaging> diff --git a/stream/proto/pom.xml b/stream/proto/pom.xml index 92574a26d7..3a30997061 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.16.4</version> + <version>4.16.4-r0.0.1</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.bookkeeper</groupId> diff --git a/stream/server/pom.xml b/stream/server/pom.xml index 60cec3f26e..ab71c22e49 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.16.4</version> + <version>4.16.4-r0.0.1</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 f986fa945c..dd6e4fb9b4 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.16.4</version> + <version>4.16.4-r0.0.1</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.bookkeeper</groupId> diff --git a/stream/storage/api/pom.xml b/stream/storage/api/pom.xml index 589432bfeb..b669b476d5 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.16.4</version> + <version>4.16.4-r0.0.1</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 8080e08b49..4c237396f1 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.16.4</version> + <version>4.16.4-r0.0.1</version> <relativePath>..</relativePath> </parent> <artifactId>stream-storage-service-impl</artifactId> diff --git a/stream/storage/pom.xml b/stream/storage/pom.xml index 7079aba241..2cd1f00af8 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.16.4</version> + <version>4.16.4-r0.0.1</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 a0baa5f069..feca2de88f 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.16.4</version> + <version>4.16.4-r0.0.1</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 fa9654e687..cfc6212854 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.16.4</version> + <version>4.16.4-r0.0.1</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 1601b61ee6..1f04a17f75 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.16.4</version> + <version>4.16.4-r0.0.1</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 3934ffc708..ab45ecaa9b 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.16.4</version> + <version>4.16.4-r0.0.1</version> <relativePath>..</relativePath> </parent> diff --git a/tests/backward-compat/hostname-bookieid/pom.xml b/tests/backward-compat/hostname-bookieid/pom.xml index 804f363ab7..908f1c3e49 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.16.4</version> + <version>4.16.4-r0.0.1</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 b4c7af4057..f125f54264 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.16.4</version> + <version>4.16.4-r0.0.1</version> <relativePath>..</relativePath> </parent> diff --git a/tests/backward-compat/pom.xml b/tests/backward-compat/pom.xml index 4d044d6559..d2225839d7 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.16.4</version> + <version>4.16.4-r0.0.1</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 b95b21021d..f555cc2bc5 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.16.4</version> + <version>4.16.4-r0.0.1</version> <relativePath>..</relativePath> </parent> diff --git a/tests/backward-compat/upgrade-direct/pom.xml b/tests/backward-compat/upgrade-direct/pom.xml index 2b5985f0c3..164ddc3352 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.16.4</version> + <version>4.16.4-r0.0.1</version> <relativePath>..</relativePath> </parent> diff --git a/tests/backward-compat/upgrade/pom.xml b/tests/backward-compat/upgrade/pom.xml index a2fbd23bad..fde20f0f1a 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.16.4</version> + <version>4.16.4-r0.0.1</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 b5200be883..ef6d3552f5 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.16.4</version> + <version>4.16.4-r0.0.1</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 c0d817bd18..9ee3f0aa60 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.16.4</version> + <version>4.16.4-r0.0.1</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 d4bca3f228..3672a3d2f5 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.16.4</version> + <version>4.16.4-r0.0.1</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 7e50a49783..ada27c58bd 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.16.4</version> + <version>4.16.4-r0.0.1</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 be83b19334..0349aec4b3 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.16.4</version> + <version>4.16.4-r0.0.1</version> <relativePath>../integration-tests-base</relativePath> </parent> diff --git a/tests/integration-tests-base/pom.xml b/tests/integration-tests-base/pom.xml index 1ee3b4d387..76091d0efd 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.16.4</version> + <version>4.16.4-r0.0.1</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 6a4793c4f6..7e53788bd1 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.16.4</version> + <version>4.16.4-r0.0.1</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 55eeed659a..4982387f08 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.16.4</version> + <version>4.16.4-r0.0.1</version> </parent> <groupId>org.apache.bookkeeper.tests</groupId> diff --git a/tests/integration/cluster/pom.xml b/tests/integration/cluster/pom.xml index bc95216ebd..48291a84be 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.16.4</version> + <version>4.16.4-r0.0.1</version> <relativePath>..</relativePath> </parent> diff --git a/tests/integration/pom.xml b/tests/integration/pom.xml index 9680cc3d66..5f46cca330 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.16.4</version> + <version>4.16.4-r0.0.1</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 49dca4408d..02a9297003 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.16.4</version> + <version>4.16.4-r0.0.1</version> <relativePath>..</relativePath> </parent> diff --git a/tests/integration/standalone/pom.xml b/tests/integration/standalone/pom.xml index 32a233bd9b..0378008e13 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.16.4</version> + <version>4.16.4-r0.0.1</version> <relativePath>..</relativePath> </parent> diff --git a/tests/pom.xml b/tests/pom.xml index 16245a304c..092df58682 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>bookkeeper</artifactId> - <version>4.16.4</version> + <version>4.16.4-r0.0.1</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 bdacc143b4..0954657805 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.16.4</version> + <version>4.16.4-r0.0.1</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 52271ca4a3..a96f74f858 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.16.4</version> + <version>4.16.4-r0.0.1</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 a697894f01..9b17b3e261 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.16.4</version> + <version>4.16.4-r0.0.1</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 c34b406f6d..419f5c2ad7 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.16.4</version> + <version>4.16.4-r0.0.1</version> <relativePath>..</relativePath> </parent> <artifactId>distributedlog-core-shaded-test</artifactId> diff --git a/tests/shaded/pom.xml b/tests/shaded/pom.xml index 64cdb6d30e..86d58c402a 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.16.4</version> + <version>4.16.4-r0.0.1</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.bookkeeper.tests.shaded</groupId> diff --git a/testtools/pom.xml b/testtools/pom.xml index ea4c0ec6aa..eba69dbe76 100644 --- a/testtools/pom.xml +++ b/testtools/pom.xml @@ -20,11 +20,11 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>bookkeeper</artifactId> - <version>4.16.4</version> + <version>4.16.4-r0.0.1</version> </parent> <artifactId>testtools</artifactId> <name>Apache BookKeeper :: Test Tools</name> - <version>4.16.4</version> + <version>4.16.4-r0.0.1</version> <dependencies> <dependency> diff --git a/tools/all/pom.xml b/tools/all/pom.xml index d987199b89..453d02b2a0 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.16.4</version> + <version>4.16.4-r0.0.1</version> </parent> <artifactId>bookkeeper-tools</artifactId> <name>Apache BookKeeper :: Tools</name> diff --git a/tools/framework/pom.xml b/tools/framework/pom.xml index 72613e05d3..a0f4205347 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.16.4</version> + <version>4.16.4-r0.0.1</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 5a999808d7..c90e58a68d 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.16.4</version> + <version>4.16.4-r0.0.1</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 d4f316606e..54a136757d 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.16.4</version> + <version>4.16.4-r0.0.1</version> </parent> <artifactId>bookkeeper-perf</artifactId> <name>Apache BookKeeper :: Tools :: Perf</name> diff --git a/tools/pom.xml b/tools/pom.xml index 03e3306e49..2de8b3647e 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>bookkeeper</artifactId> <groupId>org.apache.bookkeeper</groupId> - <version>4.16.4</version> + <version>4.16.4-r0.0.1</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 0e26376cf9..c0d23e4e01 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.16.4</version> + <version>4.16.4-r0.0.1</version> </parent> <artifactId>stream-storage-cli</artifactId> <name>Apache BookKeeper :: Tools :: Stream</name>
