This is an automated email from the ASF dual-hosted git repository. nicoloboschi pushed a commit to annotated tag v4.17.0-rc0 in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
commit 57e44bab79a596d16fc4f47297a72673c8b16f78 Author: Enrico Olivelli <[email protected]> AuthorDate: Fri Mar 15 08:31:36 2024 +0000 [maven-release-plugin] prepare release v4.17.0-rc0 --- bookkeeper-benchmark/pom.xml | 2 +- bookkeeper-common-allocator/pom.xml | 2 +- bookkeeper-common/pom.xml | 2 +- bookkeeper-dist/all/pom.xml | 6 +++++- bookkeeper-dist/bkctl/pom.xml | 6 +++++- bookkeeper-dist/pom.xml | 2 +- bookkeeper-dist/server/pom.xml | 6 +++++- 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 | 6 +++++- bookkeeper-slogger/pom.xml | 2 +- bookkeeper-slogger/slf4j/pom.xml | 6 +++++- buildtools/pom.xml | 4 ++-- circe-checksum/pom.xml | 2 +- cpu-affinity/pom.xml | 2 +- metadata-drivers/etcd/pom.xml | 6 +++++- metadata-drivers/pom.xml | 2 +- microbenchmarks/pom.xml | 2 +- native-io/pom.xml | 2 +- pom.xml | 6 +++--- shaded/bookkeeper-server-shaded/pom.xml | 6 +++++- shaded/bookkeeper-server-tests-shaded/pom.xml | 6 +++++- shaded/distributedlog-core-shaded/pom.xml | 6 +++++- shaded/pom.xml | 2 +- stats/bookkeeper-stats-api/pom.xml | 6 +++++- .../codahale-metrics-provider/pom.xml | 6 +++++- stats/bookkeeper-stats-providers/otel-metrics-provider/pom.xml | 10 ++++++---- stats/bookkeeper-stats-providers/pom.xml | 6 +++++- .../prometheus-metrics-provider/pom.xml | 6 +++++- stats/pom.xml | 2 +- stats/utils/pom.xml | 6 +++++- stream/api/pom.xml | 6 +++++- stream/bk-grpc-name-resolver/pom.xml | 6 +++++- stream/clients/java/all/pom.xml | 6 +++++- stream/clients/java/base/pom.xml | 6 +++++- stream/clients/java/kv/pom.xml | 6 +++++- stream/clients/java/pom.xml | 6 +++++- stream/clients/pom.xml | 6 +++++- stream/common/pom.xml | 6 +++++- stream/distributedlog/common/pom.xml | 6 +++++- stream/distributedlog/core/pom.xml | 6 +++++- stream/distributedlog/io/dlfs/pom.xml | 6 +++++- stream/distributedlog/io/pom.xml | 6 +++++- stream/distributedlog/pom.xml | 2 +- stream/distributedlog/protocol/pom.xml | 6 +++++- stream/pom.xml | 2 +- stream/proto/pom.xml | 6 +++++- stream/server/pom.xml | 6 +++++- stream/statelib/pom.xml | 6 +++++- stream/storage/api/pom.xml | 6 +++++- stream/storage/impl/pom.xml | 6 +++++- stream/storage/pom.xml | 6 +++++- stream/tests-common/pom.xml | 6 +++++- tests/backward-compat/bc-non-fips/pom.xml | 6 +++++- tests/backward-compat/current-server-old-clients/pom.xml | 6 +++++- tests/backward-compat/hierarchical-ledger-manager/pom.xml | 6 +++++- tests/backward-compat/hostname-bookieid/pom.xml | 6 +++++- tests/backward-compat/old-cookie-new-cluster/pom.xml | 6 +++++- tests/backward-compat/pom.xml | 6 +++++- tests/backward-compat/recovery-no-password/pom.xml | 6 +++++- tests/backward-compat/upgrade-direct/pom.xml | 6 +++++- tests/backward-compat/upgrade/pom.xml | 6 +++++- tests/backward-compat/yahoo-custom-version/pom.xml | 6 +++++- tests/docker-images/all-released-versions-image/pom.xml | 6 +++++- tests/docker-images/all-versions-image/pom.xml | 6 +++++- tests/docker-images/current-version-image/pom.xml | 6 +++++- tests/docker-images/pom.xml | 6 +++++- tests/integration-tests-base-groovy/pom.xml | 6 +++++- tests/integration-tests-base/pom.xml | 6 +++++- tests/integration-tests-topologies/pom.xml | 6 +++++- tests/integration-tests-utils/pom.xml | 6 +++++- tests/integration/cluster/pom.xml | 6 +++++- tests/integration/pom.xml | 6 +++++- tests/integration/smoke/pom.xml | 6 +++++- tests/integration/standalone/pom.xml | 6 +++++- tests/pom.xml | 2 +- tests/scripts/pom.xml | 6 +++++- tests/shaded/bookkeeper-server-shaded-test/pom.xml | 6 +++++- tests/shaded/bookkeeper-server-tests-shaded-test/pom.xml | 6 +++++- tests/shaded/distributedlog-core-shaded-test/pom.xml | 6 +++++- tests/shaded/pom.xml | 6 +++++- testtools/pom.xml | 4 ++-- tools/all/pom.xml | 6 +++++- tools/framework/pom.xml | 6 +++++- tools/ledger/pom.xml | 6 +++++- tools/perf/pom.xml | 6 +++++- tools/pom.xml | 2 +- tools/stream/pom.xml | 6 +++++- 92 files changed, 365 insertions(+), 99 deletions(-) diff --git a/bookkeeper-benchmark/pom.xml b/bookkeeper-benchmark/pom.xml index 9bcaf6000c..6164b144ce 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.0-SNAPSHOT</version> + <version>4.17.0</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 f0011bc42d..ab31b3bbf8 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.0-SNAPSHOT</version> + <version>4.17.0</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 2947822782..1261670b78 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.0-SNAPSHOT</version> + <version>4.17.0</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 ed23a0fdbd..a895b86878 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.0-SNAPSHOT</version> + <version>4.17.0</version> <relativePath>..</relativePath> </parent> @@ -159,4 +159,8 @@ </plugin> </plugins> </build> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/bookkeeper-dist/bkctl/pom.xml b/bookkeeper-dist/bkctl/pom.xml index de994e5938..6321c58b08 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.0-SNAPSHOT</version> + <version>4.17.0</version> <relativePath>..</relativePath> </parent> @@ -79,4 +79,8 @@ </plugin> </plugins> </build> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/bookkeeper-dist/pom.xml b/bookkeeper-dist/pom.xml index 12de201342..c96f307dcc 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.0-SNAPSHOT</version> + <version>4.17.0</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 14fc930bfd..8db96b6ade 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.0-SNAPSHOT</version> + <version>4.17.0</version> <relativePath>..</relativePath> </parent> @@ -134,4 +134,8 @@ </plugins> </build> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/bookkeeper-http/http-server/pom.xml b/bookkeeper-http/http-server/pom.xml index f0f23e98db..724af6c0af 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.0-SNAPSHOT</version> + <version>4.17.0</version> <relativePath>../..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/bookkeeper-http/pom.xml b/bookkeeper-http/pom.xml index ccca80ce4f..b049aa1b57 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.0-SNAPSHOT</version> + <version>4.17.0</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 77add2f0db..bcf321eea2 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.0-SNAPSHOT</version> + <version>4.17.0</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 7bca3c1d06..01d7c52446 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.0-SNAPSHOT</version> + <version>4.17.0</version> <relativePath>../..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/bookkeeper-proto/pom.xml b/bookkeeper-proto/pom.xml index ee36f3286a..6bc5bc209c 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.0-SNAPSHOT</version> + <version>4.17.0</version> </parent> <artifactId>bookkeeper-proto</artifactId> <name>Apache BookKeeper :: Protocols</name> diff --git a/bookkeeper-server/pom.xml b/bookkeeper-server/pom.xml index 1439466779..826cc6007e 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.0-SNAPSHOT</version> + <version>4.17.0</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 6ddb30ca60..3726bf8db9 100644 --- a/bookkeeper-slogger/api/pom.xml +++ b/bookkeeper-slogger/api/pom.xml @@ -18,10 +18,14 @@ <parent> <artifactId>bookkeeper-slogger-parent</artifactId> <groupId>org.apache.bookkeeper</groupId> - <version>4.17.0-SNAPSHOT</version> + <version>4.17.0</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>bookkeeper-slogger-api</artifactId> <name>Apache BookKeeper :: Structured Logger :: API</name> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/bookkeeper-slogger/pom.xml b/bookkeeper-slogger/pom.xml index 415fbe9bb2..20396065e8 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.0-SNAPSHOT</version> + <version>4.17.0</version> <relativePath>..</relativePath> </parent> <packaging>pom</packaging> diff --git a/bookkeeper-slogger/slf4j/pom.xml b/bookkeeper-slogger/slf4j/pom.xml index 802e4bf011..fe347b1a50 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.0-SNAPSHOT</version> + <version>4.17.0</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.bookkeeper</groupId> @@ -31,4 +31,8 @@ <version>${project.parent.version}</version> </dependency> </dependencies> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/buildtools/pom.xml b/buildtools/pom.xml index d21497f82e..69c3a7ca3a 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.0-SNAPSHOT</version> + <version>4.17.0</version> </parent> <artifactId>buildtools</artifactId> <name>Apache BookKeeper :: Build Tools</name> - <version>4.17.0-SNAPSHOT</version> + <version>4.17.0</version> </project> diff --git a/circe-checksum/pom.xml b/circe-checksum/pom.xml index 7100f4da6b..f6756af7be 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.0-SNAPSHOT</version> + <version>4.17.0</version> <relativePath>..</relativePath> </parent> diff --git a/cpu-affinity/pom.xml b/cpu-affinity/pom.xml index a80b712587..b55c38f80e 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.0-SNAPSHOT</version> + <version>4.17.0</version> <relativePath>..</relativePath> </parent> diff --git a/metadata-drivers/etcd/pom.xml b/metadata-drivers/etcd/pom.xml index 4b0b925e35..dce324b40d 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.0-SNAPSHOT</version> + <version>4.17.0</version> <relativePath>..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -158,4 +158,8 @@ </build> </profile> </profiles> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/metadata-drivers/pom.xml b/metadata-drivers/pom.xml index cf1d4f28d4..5bbc3ccb72 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.0-SNAPSHOT</version> + <version>4.17.0</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 881b7cd751..4d4d6c0aba 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.0-SNAPSHOT</version> + <version>4.17.0</version> </parent> <artifactId>microbenchmarks</artifactId> <name>Apache BookKeeper :: microbenchmarks</name> diff --git a/native-io/pom.xml b/native-io/pom.xml index fd64b4f0ca..f255819eb5 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.0-SNAPSHOT</version> + <version>4.17.0</version> <relativePath>..</relativePath> </parent> diff --git a/pom.xml b/pom.xml index e433f00088..70ba4e7d8f 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.0-SNAPSHOT</version> + <version>4.17.0</version> <artifactId>bookkeeper</artifactId> <packaging>pom</packaging> <name>Apache BookKeeper :: Parent</name> @@ -40,7 +40,7 @@ <connection>scm:git:https://github.com/apache/bookkeeper.git</connection> <developerConnection>scm:git:https://github.com/apache/bookkeeper.git</developerConnection> <url>https://github.com/apache/bookkeeper</url> - <tag>branch-4.13</tag> + <tag>v4.17.0-rc0</tag> </scm> <issueManagement> <system>JIRA</system> @@ -1181,7 +1181,7 @@ <sourceDirectory>${project.basedir}/src/main/java</sourceDirectory> <outputDirectory>${project.build.directory}/generated-sources/delombok</outputDirectory> <formatPreferences> - <pretty/> + <pretty /> </formatPreferences> </configuration> </execution> diff --git a/shaded/bookkeeper-server-shaded/pom.xml b/shaded/bookkeeper-server-shaded/pom.xml index 3e266c6cda..fcaff5afd1 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.0-SNAPSHOT</version> + <version>4.17.0</version> <relativePath>..</relativePath> </parent> <artifactId>bookkeeper-server-shaded</artifactId> @@ -134,4 +134,8 @@ </plugin> </plugins> </build> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/shaded/bookkeeper-server-tests-shaded/pom.xml b/shaded/bookkeeper-server-tests-shaded/pom.xml index ab854fcb7f..d09686b5d2 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.0-SNAPSHOT</version> + <version>4.17.0</version> <relativePath>..</relativePath> </parent> <artifactId>bookkeeper-server-tests-shaded</artifactId> @@ -152,4 +152,8 @@ </plugin> </plugins> </build> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/shaded/distributedlog-core-shaded/pom.xml b/shaded/distributedlog-core-shaded/pom.xml index 2fc7a82750..a70baf56a1 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.0-SNAPSHOT</version> + <version>4.17.0</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.distributedlog</groupId> @@ -246,4 +246,8 @@ </plugin> </plugins> </build> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/shaded/pom.xml b/shaded/pom.xml index 41050c7a51..822ce5c5b7 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.0-SNAPSHOT</version> + <version>4.17.0</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 0246386735..a41d8f751d 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.0-SNAPSHOT</version> + <version>4.17.0</version> </parent> <groupId>org.apache.bookkeeper.stats</groupId> <artifactId>bookkeeper-stats-api</artifactId> @@ -60,4 +60,8 @@ </build> <dependencies> </dependencies> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/stats/bookkeeper-stats-providers/codahale-metrics-provider/pom.xml b/stats/bookkeeper-stats-providers/codahale-metrics-provider/pom.xml index 47a5c75897..78cf515ba9 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.0-SNAPSHOT</version> + <version>4.17.0</version> </parent> <groupId>org.apache.bookkeeper.stats</groupId> <artifactId>codahale-metrics-provider</artifactId> @@ -53,4 +53,8 @@ <artifactId>guava</artifactId> </dependency> </dependencies> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/stats/bookkeeper-stats-providers/otel-metrics-provider/pom.xml b/stats/bookkeeper-stats-providers/otel-metrics-provider/pom.xml index 8955223e36..fc497878f3 100644 --- a/stats/bookkeeper-stats-providers/otel-metrics-provider/pom.xml +++ b/stats/bookkeeper-stats-providers/otel-metrics-provider/pom.xml @@ -15,14 +15,12 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>bookkeeper-stats-providers</artifactId> <groupId>org.apache.bookkeeper.stats</groupId> - <version>4.17.0-SNAPSHOT</version> + <version>4.17.0</version> </parent> @@ -69,4 +67,8 @@ </dependency> </dependencies> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> \ No newline at end of file diff --git a/stats/bookkeeper-stats-providers/pom.xml b/stats/bookkeeper-stats-providers/pom.xml index 12d1247074..67eceb6a46 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.0-SNAPSHOT</version> + <version>4.17.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>bookkeeper-stats-providers</artifactId> @@ -31,4 +31,8 @@ <module>otel-metrics-provider</module> </modules> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/stats/bookkeeper-stats-providers/prometheus-metrics-provider/pom.xml b/stats/bookkeeper-stats-providers/prometheus-metrics-provider/pom.xml index 592a5c8f3e..485971b1d7 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.0-SNAPSHOT</version> + <version>4.17.0</version> </parent> <groupId>org.apache.bookkeeper.stats</groupId> <artifactId>prometheus-metrics-provider</artifactId> @@ -72,4 +72,8 @@ </dependency> </dependencies> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/stats/pom.xml b/stats/pom.xml index 54a0da2135..28178fad41 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.0-SNAPSHOT</version> + <version>4.17.0</version> </parent> <packaging>pom</packaging> <groupId>org.apache.bookkeeper.stats</groupId> diff --git a/stats/utils/pom.xml b/stats/utils/pom.xml index 8f6d0a5bdf..51fd42000c 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.0-SNAPSHOT</version> + <version>4.17.0</version> </parent> <groupId>org.apache.bookkeeper.stats</groupId> <artifactId>bookkeeper-stats-utils</artifactId> @@ -50,4 +50,8 @@ <artifactId>jackson-annotations</artifactId> </dependency> </dependencies> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/stream/api/pom.xml b/stream/api/pom.xml index 34ea6f78ca..1a029c490c 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.0-SNAPSHOT</version> + <version>4.17.0</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.bookkeeper</groupId> @@ -42,4 +42,8 @@ <artifactId>netty-buffer</artifactId> </dependency> </dependencies> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/stream/bk-grpc-name-resolver/pom.xml b/stream/bk-grpc-name-resolver/pom.xml index 217b329f3b..195696a7d2 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.0-SNAPSHOT</version> + <version>4.17.0</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.bookkeeper</groupId> @@ -77,4 +77,8 @@ <scope>test</scope> </dependency> </dependencies> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/stream/clients/java/all/pom.xml b/stream/clients/java/all/pom.xml index cf8faf1eb0..fb8f99f408 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.0-SNAPSHOT</version> + <version>4.17.0</version> </parent> <artifactId>stream-storage-java-client</artifactId> <name>Apache BookKeeper :: Stream Storage :: Clients :: Java Client </name> @@ -112,4 +112,8 @@ </plugin> </plugins> </build> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/stream/clients/java/base/pom.xml b/stream/clients/java/base/pom.xml index 5df4c47c21..7a99e02f24 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.0-SNAPSHOT</version> + <version>4.17.0</version> </parent> <artifactId>stream-storage-java-client-base</artifactId> <name>Apache BookKeeper :: Stream Storage :: Clients :: Java Client :: Base</name> @@ -77,4 +77,8 @@ </plugin> </plugins> </build> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/stream/clients/java/kv/pom.xml b/stream/clients/java/kv/pom.xml index 9a00b3f777..7927fd3a13 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.0-SNAPSHOT</version> + <version>4.17.0</version> </parent> <artifactId>stream-storage-java-kv-client</artifactId> <name>Apache BookKeeper :: Stream Storage :: Clients :: Java Client :: KV</name> @@ -47,4 +47,8 @@ </dependencies> <build> </build> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/stream/clients/java/pom.xml b/stream/clients/java/pom.xml index f98b9f05e0..be77ff6ef5 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.0-SNAPSHOT</version> + <version>4.17.0</version> <relativePath>..</relativePath> </parent> <artifactId>stream-storage-java-client-parent</artifactId> @@ -31,4 +31,8 @@ <module>kv</module> <module>all</module> </modules> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/stream/clients/pom.xml b/stream/clients/pom.xml index 6fbe45cdc8..49ab12dfb4 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.0-SNAPSHOT</version> + <version>4.17.0</version> <relativePath>..</relativePath> </parent> <artifactId>stream-storage-clients-parent</artifactId> @@ -47,4 +47,8 @@ </plugin> </plugins> </build> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/stream/common/pom.xml b/stream/common/pom.xml index f7aa36bc8d..976f25593b 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.0-SNAPSHOT</version> + <version>4.17.0</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.bookkeeper</groupId> @@ -82,4 +82,8 @@ <scope>test</scope> </dependency> </dependencies> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/stream/distributedlog/common/pom.xml b/stream/distributedlog/common/pom.xml index 36d964a2c6..db2b50f415 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.0-SNAPSHOT</version> + <version>4.17.0</version> </parent> <artifactId>distributedlog-common</artifactId> <name>Apache BookKeeper :: DistributedLog :: Common</name> @@ -118,4 +118,8 @@ </plugin> </plugins> </build> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/stream/distributedlog/core/pom.xml b/stream/distributedlog/core/pom.xml index a60acc09f7..8e4cb3b352 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.0-SNAPSHOT</version> + <version>4.17.0</version> </parent> <artifactId>distributedlog-core</artifactId> <name>Apache BookKeeper :: DistributedLog :: Core Library</name> @@ -138,4 +138,8 @@ </plugin> </plugins> </build> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/stream/distributedlog/io/dlfs/pom.xml b/stream/distributedlog/io/dlfs/pom.xml index 00aadf247b..7d3413ca25 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.0-SNAPSHOT</version> + <version>4.17.0</version> <relativePath>../..</relativePath> </parent> <groupId>org.apache.distributedlog</groupId> @@ -108,4 +108,8 @@ </plugin> </plugins> </build> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/stream/distributedlog/io/pom.xml b/stream/distributedlog/io/pom.xml index 8fb989f370..dccd72ce21 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.0-SNAPSHOT</version> + <version>4.17.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>distributedlog-io</artifactId> @@ -28,4 +28,8 @@ <modules> <module>dlfs</module> </modules> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/stream/distributedlog/pom.xml b/stream/distributedlog/pom.xml index 944e421574..17fdb9a371 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.0-SNAPSHOT</version> + <version>4.17.0</version> <relativePath>../..</relativePath> </parent> <groupId>org.apache.distributedlog</groupId> diff --git a/stream/distributedlog/protocol/pom.xml b/stream/distributedlog/protocol/pom.xml index cd262279d3..9c13447a1a 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.0-SNAPSHOT</version> + <version>4.17.0</version> </parent> <artifactId>distributedlog-protocol</artifactId> <name>Apache BookKeeper :: DistributedLog :: Protocol</name> @@ -61,4 +61,8 @@ </plugin> </plugins> </build> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/stream/pom.xml b/stream/pom.xml index f7336072ab..c8515d144c 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.0-SNAPSHOT</version> + <version>4.17.0</version> <relativePath>..</relativePath> </parent> <packaging>pom</packaging> diff --git a/stream/proto/pom.xml b/stream/proto/pom.xml index 3f7b621db5..d127a791b9 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.0-SNAPSHOT</version> + <version>4.17.0</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.bookkeeper</groupId> @@ -111,4 +111,8 @@ </plugin> </plugins> </build> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/stream/server/pom.xml b/stream/server/pom.xml index 4658c6dd4a..17ddd7a69f 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.0-SNAPSHOT</version> + <version>4.17.0</version> </parent> <artifactId>stream-storage-server</artifactId> <name>Apache BookKeeper :: Stream Storage :: Server</name> @@ -82,4 +82,8 @@ </plugin> </plugins> </build> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/stream/statelib/pom.xml b/stream/statelib/pom.xml index a41f6c3236..980e37316e 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.0-SNAPSHOT</version> + <version>4.17.0</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.bookkeeper</groupId> @@ -130,4 +130,8 @@ </plugin> </plugins> </build> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/stream/storage/api/pom.xml b/stream/storage/api/pom.xml index e9107a5a35..feaa816e0d 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.0-SNAPSHOT</version> + <version>4.17.0</version> <relativePath>..</relativePath> </parent> <artifactId>stream-storage-service-api</artifactId> @@ -55,4 +55,8 @@ </plugin> </plugins> </build> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/stream/storage/impl/pom.xml b/stream/storage/impl/pom.xml index 78512274ae..b2afd9c1c2 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.0-SNAPSHOT</version> + <version>4.17.0</version> <relativePath>..</relativePath> </parent> <artifactId>stream-storage-service-impl</artifactId> @@ -121,4 +121,8 @@ </plugin> </plugins> </build> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/stream/storage/pom.xml b/stream/storage/pom.xml index 8cccccd93a..8aef8abfdf 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.0-SNAPSHOT</version> + <version>4.17.0</version> <relativePath>..</relativePath> </parent> <artifactId>stream-storage-service-parent</artifactId> @@ -30,4 +30,8 @@ <module>api</module> <module>impl</module> </modules> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/stream/tests-common/pom.xml b/stream/tests-common/pom.xml index 5d6831e7ba..c3759703a3 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.0-SNAPSHOT</version> + <version>4.17.0</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.bookkeeper.tests</groupId> @@ -116,4 +116,8 @@ </plugin> </plugins> </build> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/tests/backward-compat/bc-non-fips/pom.xml b/tests/backward-compat/bc-non-fips/pom.xml index c788b4a1b4..bebc439fc5 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.0-SNAPSHOT</version> + <version>4.17.0</version> <relativePath>..</relativePath> </parent> @@ -76,4 +76,8 @@ </plugin> </plugins> </build> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/tests/backward-compat/current-server-old-clients/pom.xml b/tests/backward-compat/current-server-old-clients/pom.xml index 7d21b915e1..3cd5152965 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.0-SNAPSHOT</version> + <version>4.17.0</version> <relativePath>..</relativePath> </parent> @@ -29,4 +29,8 @@ <packaging>jar</packaging> <name>Apache BookKeeper :: Tests :: Backward Compatibility :: Test old clients working on current server</name> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/tests/backward-compat/hierarchical-ledger-manager/pom.xml b/tests/backward-compat/hierarchical-ledger-manager/pom.xml index e35430585a..6737a1a717 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.0-SNAPSHOT</version> + <version>4.17.0</version> <relativePath>..</relativePath> </parent> @@ -29,4 +29,8 @@ <packaging>jar</packaging> <name>Apache BookKeeper :: Tests :: Backward Compatibility :: Test compat between old version and new version of hierarchical ledger manager</name> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/tests/backward-compat/hostname-bookieid/pom.xml b/tests/backward-compat/hostname-bookieid/pom.xml index 5985feaa6d..d40c6d5de5 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.0-SNAPSHOT</version> + <version>4.17.0</version> <relativePath>..</relativePath> </parent> @@ -29,4 +29,8 @@ <packaging>jar</packaging> <name>Apache BookKeeper :: Tests :: Backward Compatibility :: Test upgrade between 4.1.0 and current version (with hostname bookie ID)</name> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/tests/backward-compat/old-cookie-new-cluster/pom.xml b/tests/backward-compat/old-cookie-new-cluster/pom.xml index 4c9f207a48..78d0c93c73 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.0-SNAPSHOT</version> + <version>4.17.0</version> <relativePath>..</relativePath> </parent> @@ -29,4 +29,8 @@ <packaging>jar</packaging> <name>Apache BookKeeper :: Tests :: Backward Compatibility :: Test upgrade 4.1.0 to current in cluster with cookies</name> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/tests/backward-compat/pom.xml b/tests/backward-compat/pom.xml index f10d40b072..b82e513290 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.0-SNAPSHOT</version> + <version>4.17.0</version> <relativePath>../integration-tests-base-groovy</relativePath> </parent> <groupId>org.apache.bookkeeper.tests</groupId> @@ -104,4 +104,8 @@ </build> </profile> </profiles> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/tests/backward-compat/recovery-no-password/pom.xml b/tests/backward-compat/recovery-no-password/pom.xml index 74d4af6427..7672ad90a9 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.0-SNAPSHOT</version> + <version>4.17.0</version> <relativePath>..</relativePath> </parent> @@ -36,4 +36,8 @@ <version>${project.version}</version> </dependency> </dependencies> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/tests/backward-compat/upgrade-direct/pom.xml b/tests/backward-compat/upgrade-direct/pom.xml index e755fb80c6..cfbd2609e5 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.0-SNAPSHOT</version> + <version>4.17.0</version> <relativePath>..</relativePath> </parent> @@ -29,4 +29,8 @@ <packaging>jar</packaging> <name>Apache BookKeeper :: Tests :: Backward Compatibility :: Test upgrade between 4.1.0 and current version</name> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/tests/backward-compat/upgrade/pom.xml b/tests/backward-compat/upgrade/pom.xml index ff1bf245ff..36c9478be0 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.0-SNAPSHOT</version> + <version>4.17.0</version> <relativePath>..</relativePath> </parent> @@ -29,4 +29,8 @@ <packaging>jar</packaging> <name>Apache BookKeeper :: Tests :: Backward Compatibility :: Test upgrade between all released versions and current version</name> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/tests/backward-compat/yahoo-custom-version/pom.xml b/tests/backward-compat/yahoo-custom-version/pom.xml index 2580ba62aa..93cf393e05 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.0-SNAPSHOT</version> + <version>4.17.0</version> <relativePath>..</relativePath> </parent> @@ -29,4 +29,8 @@ <packaging>jar</packaging> <name>Apache BookKeeper :: Tests :: Backward Compatibility :: Test upgrade between yahoo custom version and current</name> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/tests/docker-images/all-released-versions-image/pom.xml b/tests/docker-images/all-released-versions-image/pom.xml index 1ffb55b02d..499599d246 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.0-SNAPSHOT</version> + <version>4.17.0</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bookkeeper.tests</groupId> @@ -72,4 +72,8 @@ </build> </profile> </profiles> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/tests/docker-images/all-versions-image/pom.xml b/tests/docker-images/all-versions-image/pom.xml index 4df9f761ea..6f88fd11d6 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.0-SNAPSHOT</version> + <version>4.17.0</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bookkeeper.tests</groupId> @@ -110,4 +110,8 @@ </build> </profile> </profiles> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/tests/docker-images/current-version-image/pom.xml b/tests/docker-images/current-version-image/pom.xml index 905ec47ebe..b3e22788d4 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.0-SNAPSHOT</version> + <version>4.17.0</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bookkeeper.tests</groupId> @@ -146,4 +146,8 @@ </build> </profile> </profiles> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/tests/docker-images/pom.xml b/tests/docker-images/pom.xml index 1891b8e84f..5a42caa966 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.0-SNAPSHOT</version> + <version>4.17.0</version> </parent> <groupId>org.apache.bookkeeper.tests</groupId> <artifactId>docker-images</artifactId> @@ -31,4 +31,8 @@ <module>all-versions-image</module> <module>current-version-image</module> </modules> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/tests/integration-tests-base-groovy/pom.xml b/tests/integration-tests-base-groovy/pom.xml index 10b410c363..cd0a452121 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.0-SNAPSHOT</version> + <version>4.17.0</version> <relativePath>../integration-tests-base</relativePath> </parent> @@ -117,4 +117,8 @@ <artifactId>javax.ws.rs-api</artifactId> </dependency> </dependencies> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/tests/integration-tests-base/pom.xml b/tests/integration-tests-base/pom.xml index c831fb5f92..51c560f11c 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.0-SNAPSHOT</version> + <version>4.17.0</version> </parent> <groupId>org.apache.bookkeeper.tests</groupId> @@ -89,4 +89,8 @@ </build> </profile> </profiles> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/tests/integration-tests-topologies/pom.xml b/tests/integration-tests-topologies/pom.xml index 5b16723d06..7a3f819400 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.0-SNAPSHOT</version> + <version>4.17.0</version> </parent> <groupId>org.apache.bookkeeper.tests</groupId> @@ -46,4 +46,8 @@ </dependency> </dependencies> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/tests/integration-tests-utils/pom.xml b/tests/integration-tests-utils/pom.xml index 90034983d8..fb3a9cd011 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.0-SNAPSHOT</version> + <version>4.17.0</version> </parent> <groupId>org.apache.bookkeeper.tests</groupId> @@ -92,4 +92,8 @@ </plugins> </build> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/tests/integration/cluster/pom.xml b/tests/integration/cluster/pom.xml index 1f92628715..a82f65411a 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.0-SNAPSHOT</version> + <version>4.17.0</version> <relativePath>..</relativePath> </parent> @@ -82,4 +82,8 @@ </plugin> </plugins> </build> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/tests/integration/pom.xml b/tests/integration/pom.xml index 485f590daf..f13fe5f872 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.0-SNAPSHOT</version> + <version>4.17.0</version> </parent> <groupId>org.apache.bookkeeper.tests</groupId> <artifactId>integration</artifactId> @@ -70,4 +70,8 @@ </build> </profile> </profiles> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/tests/integration/smoke/pom.xml b/tests/integration/smoke/pom.xml index 999c4ad89d..5f6f590098 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.0-SNAPSHOT</version> + <version>4.17.0</version> <relativePath>..</relativePath> </parent> @@ -98,4 +98,8 @@ </plugin> </plugins> </build> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/tests/integration/standalone/pom.xml b/tests/integration/standalone/pom.xml index ff4c0010b4..3c858652c5 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.0-SNAPSHOT</version> + <version>4.17.0</version> <relativePath>..</relativePath> </parent> @@ -67,4 +67,8 @@ </plugin> </plugins> </build> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/tests/pom.xml b/tests/pom.xml index 60862c5bb6..76cd2ac2d4 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.0-SNAPSHOT</version> + <version>4.17.0</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 5d2ce9f039..677be748ef 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.0-SNAPSHOT</version> + <version>4.17.0</version> </parent> <groupId>org.apache.bookkeeper.tests</groupId> @@ -73,4 +73,8 @@ </plugin> </plugins> </build> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/tests/shaded/bookkeeper-server-shaded-test/pom.xml b/tests/shaded/bookkeeper-server-shaded-test/pom.xml index 279e563f46..6cc1451339 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.0-SNAPSHOT</version> + <version>4.17.0</version> <relativePath>..</relativePath> </parent> <artifactId>bookkeeper-server-shaded-test</artifactId> @@ -59,4 +59,8 @@ </plugin> </plugins> </build> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/tests/shaded/bookkeeper-server-tests-shaded-test/pom.xml b/tests/shaded/bookkeeper-server-tests-shaded-test/pom.xml index 87d787b70d..881d9ef33a 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.0-SNAPSHOT</version> + <version>4.17.0</version> <relativePath>..</relativePath> </parent> <artifactId>bookkeeper-server-tests-shaded-test</artifactId> @@ -75,4 +75,8 @@ </plugin> </plugins> </build> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/tests/shaded/distributedlog-core-shaded-test/pom.xml b/tests/shaded/distributedlog-core-shaded-test/pom.xml index 4a702962f4..0bb74794d6 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.0-SNAPSHOT</version> + <version>4.17.0</version> <relativePath>..</relativePath> </parent> <artifactId>distributedlog-core-shaded-test</artifactId> @@ -84,4 +84,8 @@ </plugin> </plugins> </build> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/tests/shaded/pom.xml b/tests/shaded/pom.xml index db2e9f7b59..ae2835a7db 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.0-SNAPSHOT</version> + <version>4.17.0</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.bookkeeper.tests.shaded</groupId> @@ -32,4 +32,8 @@ <module>bookkeeper-server-tests-shaded-test</module> <module>distributedlog-core-shaded-test</module> </modules> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/testtools/pom.xml b/testtools/pom.xml index 420028ca25..246483bc2f 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.0-SNAPSHOT</version> + <version>4.17.0</version> </parent> <artifactId>testtools</artifactId> <name>Apache BookKeeper :: Test Tools</name> - <version>4.17.0-SNAPSHOT</version> + <version>4.17.0</version> <dependencies> <dependency> diff --git a/tools/all/pom.xml b/tools/all/pom.xml index 54bc093eba..987550f25e 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.0-SNAPSHOT</version> + <version>4.17.0</version> </parent> <artifactId>bookkeeper-tools</artifactId> <name>Apache BookKeeper :: Tools</name> @@ -79,4 +79,8 @@ </plugin> </plugins> </build> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/tools/framework/pom.xml b/tools/framework/pom.xml index 2cef72170a..fef3c4e653 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.0-SNAPSHOT</version> + <version>4.17.0</version> </parent> <artifactId>bookkeeper-tools-framework</artifactId> <name>Apache BookKeeper :: Tools :: Framework</name> @@ -41,4 +41,8 @@ <scope>test</scope> </dependency> </dependencies> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/tools/ledger/pom.xml b/tools/ledger/pom.xml index bd929330de..c7bcf8d7a4 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.0-SNAPSHOT</version> + <version>4.17.0</version> </parent> <artifactId>bookkeeper-tools-ledger</artifactId> <name>Apache BookKeeper :: Tools :: Ledger</name> @@ -71,4 +71,8 @@ <scope>test</scope> </dependency> </dependencies> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/tools/perf/pom.xml b/tools/perf/pom.xml index f4844c6086..619247e7a0 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.0-SNAPSHOT</version> + <version>4.17.0</version> </parent> <artifactId>bookkeeper-perf</artifactId> <name>Apache BookKeeper :: Tools :: Perf</name> @@ -49,4 +49,8 @@ </dependency> </dependencies> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project> diff --git a/tools/pom.xml b/tools/pom.xml index e9e1b0efe5..f1407900e0 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.0-SNAPSHOT</version> + <version>4.17.0</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 701618d700..04077a37ff 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.0-SNAPSHOT</version> + <version>4.17.0</version> </parent> <artifactId>stream-storage-cli</artifactId> <name>Apache BookKeeper :: Tools :: Stream</name> @@ -49,4 +49,8 @@ </dependency> </dependencies> + + <scm> + <tag>v4.17.0-rc0</tag> + </scm> </project>
