This is an automated email from the ASF dual-hosted git repository.
chenhang pushed a commit to branch branch-4.14
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/branch-4.14 by this push:
new bb52b390d7 [maven-release-plugin] prepare release v4.14.8-rc0
bb52b390d7 is described below
commit bb52b390d786830f7ad10387b124a9dc3e4f3dbe
Author: chenhang <[email protected]>
AuthorDate: Mon Jul 17 09:02:38 2023 +0000
[maven-release-plugin] prepare release v4.14.8-rc0
---
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-stats-providers/codahale-metrics-provider/pom.xml | 2 +-
bookkeeper-stats-providers/pom.xml | 2 +-
bookkeeper-stats-providers/prometheus-metrics-provider/pom.xml | 2 +-
bookkeeper-stats/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 +-
pom.xml | 4 ++--
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/pom.xml | 2 +-
stats/utils/pom.xml | 2 +-
stream/api/pom.xml | 2 +-
stream/bk-grpc-name-resolver/pom.xml | 2 +-
stream/clients/java/all/pom.xml | 2 +-
stream/clients/java/base/pom.xml | 2 +-
stream/clients/java/kv/pom.xml | 2 +-
stream/clients/java/pom.xml | 2 +-
stream/clients/pom.xml | 2 +-
stream/common/pom.xml | 2 +-
stream/distributedlog/common/pom.xml | 2 +-
stream/distributedlog/core/pom.xml | 2 +-
stream/distributedlog/io/dlfs/pom.xml | 2 +-
stream/distributedlog/io/pom.xml | 2 +-
stream/distributedlog/pom.xml | 2 +-
stream/distributedlog/protocol/pom.xml | 2 +-
stream/pom.xml | 2 +-
stream/proto/pom.xml | 2 +-
stream/server/pom.xml | 2 +-
stream/statelib/pom.xml | 2 +-
stream/storage/api/pom.xml | 2 +-
stream/storage/impl/pom.xml | 2 +-
stream/storage/pom.xml | 2 +-
stream/tests-common/pom.xml | 2 +-
tests/backward-compat/bc-non-fips/pom.xml | 2 +-
tests/backward-compat/current-server-old-clients/pom.xml | 2 +-
tests/backward-compat/hierarchical-ledger-manager/pom.xml | 2 +-
tests/backward-compat/hostname-bookieid/pom.xml | 2 +-
tests/backward-compat/old-cookie-new-cluster/pom.xml | 2 +-
tests/backward-compat/pom.xml | 2 +-
tests/backward-compat/recovery-no-password/pom.xml | 2 +-
tests/backward-compat/upgrade-direct/pom.xml | 2 +-
tests/backward-compat/upgrade/pom.xml | 2 +-
tests/backward-compat/yahoo-custom-version/pom.xml | 2 +-
tests/docker-images/all-released-versions-image/pom.xml | 2 +-
tests/docker-images/all-versions-image/pom.xml | 2 +-
tests/docker-images/current-version-image/pom.xml | 2 +-
tests/docker-images/pom.xml | 2 +-
tests/integration-tests-base-groovy/pom.xml | 2 +-
tests/integration-tests-base/pom.xml | 2 +-
tests/integration-tests-topologies/pom.xml | 2 +-
tests/integration-tests-utils/pom.xml | 2 +-
tests/integration/cluster/pom.xml | 2 +-
tests/integration/pom.xml | 2 +-
tests/integration/smoke/pom.xml | 2 +-
tests/integration/standalone/pom.xml | 2 +-
tests/pom.xml | 2 +-
tests/scripts/pom.xml | 2 +-
tests/shaded/bookkeeper-server-shaded-test/pom.xml | 2 +-
tests/shaded/bookkeeper-server-tests-shaded-test/pom.xml | 2 +-
tests/shaded/distributedlog-core-shaded-test/pom.xml | 2 +-
tests/shaded/pom.xml | 2 +-
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 +-
86 files changed, 88 insertions(+), 88 deletions(-)
diff --git a/bookkeeper-benchmark/pom.xml b/bookkeeper-benchmark/pom.xml
index d8c2668450..c075bdc135 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</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 85430d6a30..c59454ea3e 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</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 a7f599a0d9..f3b5298881 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</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 2c6b9cfe4a..40f5da1941 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</version>
<relativePath>..</relativePath>
</parent>
diff --git a/bookkeeper-dist/bkctl/pom.xml b/bookkeeper-dist/bkctl/pom.xml
index c8367a66fe..fc44fb5ee9 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</version>
<relativePath>..</relativePath>
</parent>
diff --git a/bookkeeper-dist/pom.xml b/bookkeeper-dist/pom.xml
index 4fc9744e1c..aaba3c8521 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</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 5cb5abe9df..b645149fb5 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</version>
<relativePath>..</relativePath>
</parent>
diff --git a/bookkeeper-http/http-server/pom.xml
b/bookkeeper-http/http-server/pom.xml
index 477d586272..7338e6b4c7 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/bookkeeper-http/pom.xml b/bookkeeper-http/pom.xml
index bc38597809..7a3967c07b 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</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 b98d085705..6fc44a0088 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</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 f9d8e98931..745fdf8d97 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/bookkeeper-proto/pom.xml b/bookkeeper-proto/pom.xml
index c9304371f2..dbbbfb6f61 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</version>
</parent>
<artifactId>bookkeeper-proto</artifactId>
<name>Apache BookKeeper :: Protocols</name>
diff --git a/bookkeeper-server/pom.xml b/bookkeeper-server/pom.xml
index 912a519700..93d7a6e71f 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</version>
</parent>
<artifactId>bookkeeper-server</artifactId>
<name>Apache BookKeeper :: Server</name>
diff --git a/bookkeeper-stats-providers/codahale-metrics-provider/pom.xml
b/bookkeeper-stats-providers/codahale-metrics-provider/pom.xml
index 63a2e169f9..4f86787334 100644
--- a/bookkeeper-stats-providers/codahale-metrics-provider/pom.xml
+++ b/bookkeeper-stats-providers/codahale-metrics-provider/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>bookkeeper</artifactId>
<groupId>org.apache.bookkeeper</groupId>
- <version>4.14.8-SNAPSHOT</version>
+ <version>4.14.8</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.apache.bookkeeper.stats</groupId>
diff --git a/bookkeeper-stats-providers/pom.xml
b/bookkeeper-stats-providers/pom.xml
index 1101cf7a89..665f711cba 100644
--- a/bookkeeper-stats-providers/pom.xml
+++ b/bookkeeper-stats-providers/pom.xml
@@ -19,7 +19,7 @@
<parent>
<artifactId>bookkeeper</artifactId>
<groupId>org.apache.bookkeeper</groupId>
- <version>4.14.8-SNAPSHOT</version>
+ <version>4.14.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>bookkeeper-stats-providers</artifactId>
diff --git a/bookkeeper-stats-providers/prometheus-metrics-provider/pom.xml
b/bookkeeper-stats-providers/prometheus-metrics-provider/pom.xml
index bbe5950540..c399d0ad6a 100644
--- a/bookkeeper-stats-providers/prometheus-metrics-provider/pom.xml
+++ b/bookkeeper-stats-providers/prometheus-metrics-provider/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>bookkeeper</artifactId>
<groupId>org.apache.bookkeeper</groupId>
- <version>4.14.8-SNAPSHOT</version>
+ <version>4.14.8</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.apache.bookkeeper.stats</groupId>
diff --git a/bookkeeper-stats/pom.xml b/bookkeeper-stats/pom.xml
index 0142252ac5..3ff19b81bf 100644
--- a/bookkeeper-stats/pom.xml
+++ b/bookkeeper-stats/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>bookkeeper</artifactId>
<groupId>org.apache.bookkeeper</groupId>
- <version>4.14.8-SNAPSHOT</version>
+ <version>4.14.8</version>
</parent>
<groupId>org.apache.bookkeeper.stats</groupId>
<artifactId>bookkeeper-stats-api</artifactId>
diff --git a/buildtools/pom.xml b/buildtools/pom.xml
index ae33efda9f..7c7d3363de 100644
--- a/buildtools/pom.xml
+++ b/buildtools/pom.xml
@@ -20,9 +20,9 @@
<parent>
<groupId>org.apache.bookkeeper</groupId>
<artifactId>bookkeeper</artifactId>
- <version>4.14.8-SNAPSHOT</version>
+ <version>4.14.8</version>
</parent>
<artifactId>buildtools</artifactId>
<name>Apache BookKeeper :: Build Tools</name>
- <version>4.14.8-SNAPSHOT</version>
+ <version>4.14.8</version>
</project>
diff --git a/circe-checksum/pom.xml b/circe-checksum/pom.xml
index c3ddfb14a1..f039fb1792 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</version>
<relativePath>..</relativePath>
</parent>
diff --git a/cpu-affinity/pom.xml b/cpu-affinity/pom.xml
index 4aa1b4ae10..3693b3f972 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</version>
<relativePath>..</relativePath>
</parent>
diff --git a/metadata-drivers/etcd/pom.xml b/metadata-drivers/etcd/pom.xml
index 2023daf5b8..651dfe71bd 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/metadata-drivers/pom.xml b/metadata-drivers/pom.xml
index 177a0786e9..f72c5a9ade 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</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 b3d9e9889d..d04bbdcff7 100644
--- a/microbenchmarks/pom.xml
+++ b/microbenchmarks/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.bookkeeper</groupId>
<artifactId>bookkeeper</artifactId>
- <version>4.14.8-SNAPSHOT</version>
+ <version>4.14.8</version>
</parent>
<artifactId>microbenchmarks</artifactId>
<name>Apache BookKeeper :: microbenchmarks</name>
diff --git a/pom.xml b/pom.xml
index ac3fbb4cee..07d2842c30 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.bookkeeper</groupId>
- <version>4.14.8-SNAPSHOT</version>
+ <version>4.14.8</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.14</tag>
+ <tag>v4.14.8-rc0</tag>
</scm>
<issueManagement>
<system>JIRA</system>
diff --git a/shaded/bookkeeper-server-shaded/pom.xml
b/shaded/bookkeeper-server-shaded/pom.xml
index 024d7466bc..182c474f5e 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</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 40e2262dc5..9a57c8ce26 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</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 90ff55b938..5f399c5585 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</version>
<relativePath>..</relativePath>
</parent>
<groupId>org.apache.distributedlog</groupId>
diff --git a/shaded/pom.xml b/shaded/pom.xml
index 933f0ce830..da8c186a81 100644
--- a/shaded/pom.xml
+++ b/shaded/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.bookkeeper</groupId>
<artifactId>bookkeeper</artifactId>
- <version>4.14.8-SNAPSHOT</version>
+ <version>4.14.8</version>
</parent>
<groupId>org.apache.bookkeeper</groupId>
<artifactId>shaded-parent</artifactId>
diff --git a/stats/pom.xml b/stats/pom.xml
index 6f84aabe90..5d07aeb573 100644
--- a/stats/pom.xml
+++ b/stats/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.bookkeeper</groupId>
<artifactId>bookkeeper</artifactId>
- <version>4.14.8-SNAPSHOT</version>
+ <version>4.14.8</version>
<relativePath>..</relativePath>
</parent>
<packaging>pom</packaging>
diff --git a/stats/utils/pom.xml b/stats/utils/pom.xml
index 9b8afc6203..c59aeb196b 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</version>
<relativePath>..</relativePath>
</parent>
<groupId>org.apache.bookkeeper.stats</groupId>
diff --git a/stream/api/pom.xml b/stream/api/pom.xml
index afe7a0ba6d..e181fcc041 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</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 7c36f4e1dd..0e1922f574 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</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 8c9fd36ab7..015885fd87 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</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 07a363f2c7..fd40d48bbc 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</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 058cded881..8b97ebbd61 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</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 624050cda0..d33a86dca6 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</version>
<relativePath>..</relativePath>
</parent>
<artifactId>stream-storage-java-client-parent</artifactId>
diff --git a/stream/clients/pom.xml b/stream/clients/pom.xml
index e8429e9f94..9ba3ed568d 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</version>
<relativePath>..</relativePath>
</parent>
<artifactId>stream-storage-clients-parent</artifactId>
diff --git a/stream/common/pom.xml b/stream/common/pom.xml
index f6decbad4c..277db8cf6b 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</version>
<relativePath>..</relativePath>
</parent>
<groupId>org.apache.bookkeeper</groupId>
diff --git a/stream/distributedlog/common/pom.xml
b/stream/distributedlog/common/pom.xml
index 78f21a7e0e..6ee537c680 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</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 7879e26554..276c000f71 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</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 6689e107d5..5cd51d7a8f 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.apache.distributedlog</groupId>
diff --git a/stream/distributedlog/io/pom.xml b/stream/distributedlog/io/pom.xml
index bb9cd75ef3..b4c8b90185 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>distributedlog-io</artifactId>
diff --git a/stream/distributedlog/pom.xml b/stream/distributedlog/pom.xml
index c655c80c40..d3c5a8ad84 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.apache.distributedlog</groupId>
diff --git a/stream/distributedlog/protocol/pom.xml
b/stream/distributedlog/protocol/pom.xml
index aafd955f5d..99db8a57b1 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</version>
</parent>
<artifactId>distributedlog-protocol</artifactId>
<name>Apache BookKeeper :: DistributedLog :: Protocol</name>
diff --git a/stream/pom.xml b/stream/pom.xml
index 4b9f00e75b..324ab480aa 100644
--- a/stream/pom.xml
+++ b/stream/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.bookkeeper</groupId>
<artifactId>bookkeeper</artifactId>
- <version>4.14.8-SNAPSHOT</version>
+ <version>4.14.8</version>
<relativePath>..</relativePath>
</parent>
<packaging>pom</packaging>
diff --git a/stream/proto/pom.xml b/stream/proto/pom.xml
index c8d9064187..80c8303234 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</version>
<relativePath>..</relativePath>
</parent>
<groupId>org.apache.bookkeeper</groupId>
diff --git a/stream/server/pom.xml b/stream/server/pom.xml
index ece20f7e07..b5c6cddf28 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</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 7be04855c7..665984586e 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</version>
<relativePath>..</relativePath>
</parent>
<groupId>org.apache.bookkeeper</groupId>
diff --git a/stream/storage/api/pom.xml b/stream/storage/api/pom.xml
index 46f8c523f2..ebcb611628 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</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 0a7de8da1f..22942e5ab8 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</version>
<relativePath>..</relativePath>
</parent>
<artifactId>stream-storage-service-impl</artifactId>
diff --git a/stream/storage/pom.xml b/stream/storage/pom.xml
index 862e837881..796d76f1a6 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</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 bb1710a299..35970d4927 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</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 91b20ba766..45552a7640 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</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 f9e17f75f6..a1f5b80a0e 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</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 d2ce50577a..a5393cd453 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</version>
<relativePath>..</relativePath>
</parent>
diff --git a/tests/backward-compat/hostname-bookieid/pom.xml
b/tests/backward-compat/hostname-bookieid/pom.xml
index e48a14067f..d2165f9f23 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</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 7442d8ab07..794fc8b82f 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</version>
<relativePath>..</relativePath>
</parent>
diff --git a/tests/backward-compat/pom.xml b/tests/backward-compat/pom.xml
index dd4d94fe93..228ef5ce57 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</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 a8a74f6401..9ca00b3a57 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</version>
<relativePath>..</relativePath>
</parent>
diff --git a/tests/backward-compat/upgrade-direct/pom.xml
b/tests/backward-compat/upgrade-direct/pom.xml
index bd609e2d4a..4a96487223 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</version>
<relativePath>..</relativePath>
</parent>
diff --git a/tests/backward-compat/upgrade/pom.xml
b/tests/backward-compat/upgrade/pom.xml
index cc706c6f7e..dbcd04f61f 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</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 b113561608..bbfb583429 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</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 f565cef28a..799fe966e2 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</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 dd226471b9..eae6c2117b 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.bookkeeper.tests</groupId>
diff --git a/tests/docker-images/current-version-image/pom.xml
b/tests/docker-images/current-version-image/pom.xml
index 3723bd2f04..8b665f1320 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</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 d49da9f60e..db329b6943 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</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 fd0ad35ec5..ef49c54ab5 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</version>
<relativePath>../integration-tests-base</relativePath>
</parent>
diff --git a/tests/integration-tests-base/pom.xml
b/tests/integration-tests-base/pom.xml
index dbfe79aaa3..05385e5c8a 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</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 b73ec7e054..a1acbb2872 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</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 28f2d0020f..a0d5337012 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</version>
</parent>
<groupId>org.apache.bookkeeper.tests</groupId>
diff --git a/tests/integration/cluster/pom.xml
b/tests/integration/cluster/pom.xml
index 2f1c88009a..e987b1e017 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</version>
<relativePath>..</relativePath>
</parent>
diff --git a/tests/integration/pom.xml b/tests/integration/pom.xml
index 40f006a947..99960224e4 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</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 cf49bc0fd1..a3854da979 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</version>
<relativePath>..</relativePath>
</parent>
diff --git a/tests/integration/standalone/pom.xml
b/tests/integration/standalone/pom.xml
index 42b2e4b242..843f3f05eb 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</version>
<relativePath>..</relativePath>
</parent>
diff --git a/tests/pom.xml b/tests/pom.xml
index db203d5ec6..da9cc285bb 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.bookkeeper</groupId>
<artifactId>bookkeeper</artifactId>
- <version>4.14.8-SNAPSHOT</version>
+ <version>4.14.8</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 4cc52611cc..065d99cfc2 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</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 d788f7e035..f381bddcce 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</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 612ae5f0c9..7ca93e6e4c 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</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 1efd1e0f4e..c066e0e5f6 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</version>
<relativePath>..</relativePath>
</parent>
<artifactId>distributedlog-core-shaded-test</artifactId>
diff --git a/tests/shaded/pom.xml b/tests/shaded/pom.xml
index 7b23f9cf4a..ab7dd1d524 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</version>
<relativePath>..</relativePath>
</parent>
<groupId>org.apache.bookkeeper.tests.shaded</groupId>
diff --git a/tools/all/pom.xml b/tools/all/pom.xml
index 06cf8ad017..724b86df97 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</version>
</parent>
<artifactId>bookkeeper-tools</artifactId>
<name>Apache BookKeeper :: Tools</name>
diff --git a/tools/framework/pom.xml b/tools/framework/pom.xml
index 616d80565a..ffa4c1a2cd 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</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 a398c65d3a..1cd3b24dff 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</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 a40d246c68..ac6b291830 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</version>
</parent>
<artifactId>bookkeeper-perf</artifactId>
<name>Apache BookKeeper :: Tools :: Perf</name>
diff --git a/tools/pom.xml b/tools/pom.xml
index 31fd90c114..74fcf9356b 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>bookkeeper</artifactId>
<groupId>org.apache.bookkeeper</groupId>
- <version>4.14.8-SNAPSHOT</version>
+ <version>4.14.8</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 4cc55b429b..c49eed824f 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.14.8-SNAPSHOT</version>
+ <version>4.14.8</version>
</parent>
<artifactId>stream-storage-cli</artifactId>
<name>Apache BookKeeper :: Tools :: Stream</name>