From e4e993136491a5bf4771ad0be7f6839f3d3b75a5 Mon Sep 17 00:00:00 2001 From: Zixuan Liu Date: Tue, 21 Apr 2026 19:14:53 +0800 Subject: [PATCH 1/2] chore: update groupId from org.apache to com.ascentstream --- bin/bkctl | 2 +- bin/bkperf | 2 +- bin/common.sh | 4 +-- bookkeeper-benchmark/pom.xml | 12 +++---- bookkeeper-common-allocator/pom.xml | 2 +- bookkeeper-common/pom.xml | 8 ++--- bookkeeper-dist/all/pom.xml | 26 +++++++------- bookkeeper-dist/bkctl/pom.xml | 4 +-- bookkeeper-dist/pom.xml | 2 +- bookkeeper-dist/server/pom.xml | 20 +++++------ bookkeeper-dist/src/assemble/bin-all.xml | 10 +++--- bookkeeper-dist/src/assemble/bin-server.xml | 10 +++--- bookkeeper-dist/src/assemble/bkctl.xml | 8 ++--- bookkeeper-http/http-server/pom.xml | 4 +-- bookkeeper-http/pom.xml | 4 +-- bookkeeper-http/servlet-http-server/pom.xml | 6 ++-- bookkeeper-http/vertx-http-server/pom.xml | 6 ++-- bookkeeper-proto/pom.xml | 2 +- bookkeeper-server/pom.xml | 34 +++++++++---------- bookkeeper-slogger/api/pom.xml | 4 +-- bookkeeper-slogger/pom.xml | 4 +-- bookkeeper-slogger/slf4j/pom.xml | 6 ++-- buildtools/pom.xml | 2 +- circe-checksum/pom.xml | 4 +-- cpu-affinity/pom.xml | 2 +- dev/check-binary-license | 4 +-- dev/stats-doc-gen | 2 +- metadata-drivers/etcd/pom.xml | 14 ++++---- metadata-drivers/jetcd-core-shaded/pom.xml | 4 +-- metadata-drivers/pom.xml | 4 +-- microbenchmarks/pom.xml | 8 ++--- native-io/pom.xml | 2 +- pom.xml | 2 +- shaded/bookkeeper-server-shaded/pom.xml | 20 +++++------ shaded/bookkeeper-server-tests-shaded/pom.xml | 18 +++++----- shaded/distributedlog-core-shaded/pom.xml | 30 ++++++++-------- shaded/pom.xml | 4 +-- stats/bookkeeper-stats-api/pom.xml | 4 +-- .../codahale-metrics-provider/pom.xml | 6 ++-- .../otel-metrics-provider/pom.xml | 6 ++-- stats/bookkeeper-stats-providers/pom.xml | 2 +- .../prometheus-metrics-provider/pom.xml | 8 ++--- stats/pom.xml | 4 +-- stats/utils/pom.xml | 6 ++-- stream/api/pom.xml | 8 ++--- stream/bk-grpc-name-resolver/pom.xml | 14 ++++---- stream/clients/java/all/pom.xml | 10 +++--- stream/clients/java/base/pom.xml | 8 ++--- stream/clients/java/kv/pom.xml | 8 ++--- stream/clients/java/pom.xml | 2 +- stream/clients/pom.xml | 2 +- stream/common/pom.xml | 10 +++--- stream/distributedlog/common/pom.xml | 6 ++-- stream/distributedlog/core/pom.xml | 12 +++---- stream/distributedlog/io/dlfs/pom.xml | 8 ++--- stream/distributedlog/io/pom.xml | 2 +- stream/distributedlog/pom.xml | 6 ++-- stream/distributedlog/protocol/pom.xml | 6 ++-- stream/pom.xml | 4 +-- stream/proto/pom.xml | 10 +++--- stream/server/pom.xml | 10 +++--- stream/statelib/pom.xml | 18 +++++----- stream/storage/api/pom.xml | 6 ++-- stream/storage/impl/pom.xml | 18 +++++----- stream/storage/pom.xml | 2 +- stream/tests-common/pom.xml | 4 +-- tests/backward-compat/bc-non-fips/pom.xml | 6 ++-- .../current-server-old-clients/pom.xml | 4 +-- .../hierarchical-ledger-manager/pom.xml | 4 +-- .../backward-compat/hostname-bookieid/pom.xml | 4 +-- .../old-cookie-new-cluster/pom.xml | 4 +-- tests/backward-compat/pom.xml | 4 +-- .../recovery-no-password/pom.xml | 6 ++-- tests/backward-compat/upgrade-direct/pom.xml | 4 +-- tests/backward-compat/upgrade/pom.xml | 4 +-- .../yahoo-custom-version/pom.xml | 4 +-- .../all-released-versions-image/pom.xml | 4 +-- .../docker-images/all-versions-image/pom.xml | 8 ++--- .../current-version-image/pom.xml | 6 ++-- tests/docker-images/pom.xml | 4 +-- tests/integration-tests-base-groovy/pom.xml | 4 +-- tests/integration-tests-base/pom.xml | 8 ++--- tests/integration-tests-topologies/pom.xml | 6 ++-- tests/integration-tests-utils/pom.xml | 4 +-- tests/integration/cluster/pom.xml | 14 ++++---- tests/integration/pom.xml | 4 +-- tests/integration/smoke/pom.xml | 10 +++--- tests/integration/standalone/pom.xml | 10 +++--- tests/pom.xml | 4 +-- tests/scripts/pom.xml | 4 +-- .../bookkeeper-server-shaded-test/pom.xml | 4 +-- .../pom.xml | 6 ++-- .../distributedlog-core-shaded-test/pom.xml | 16 ++++----- tests/shaded/pom.xml | 4 +-- testtools/pom.xml | 2 +- tools/all/pom.xml | 6 ++-- tools/framework/pom.xml | 6 ++-- tools/ledger/pom.xml | 12 +++---- tools/perf/pom.xml | 10 +++--- tools/pom.xml | 2 +- tools/stream/pom.xml | 10 +++--- 101 files changed, 361 insertions(+), 361 deletions(-) diff --git a/bin/bkctl b/bin/bkctl index 26d3b6ececa..a0310b8021d 100755 --- a/bin/bkctl +++ b/bin/bkctl @@ -28,7 +28,7 @@ source ${BK_HOME}/bin/common.sh source ${BK_HOME}/conf/bk_cli_env.sh CLI_MODULE_PATH=tools/all -CLI_MODULE_NAME="(org.apache.bookkeeper-)?bookkeeper-tools" +CLI_MODULE_NAME="(com.ascentstream.bookkeeper-)?bookkeeper-tools" CLI_MODULE_HOME=${BK_HOME}/${CLI_MODULE_PATH} # find the module jar diff --git a/bin/bkperf b/bin/bkperf index 02f8b20da27..d358d6d478b 100755 --- a/bin/bkperf +++ b/bin/bkperf @@ -27,7 +27,7 @@ source ${BK_HOME}/bin/common.sh source ${BK_HOME}/conf/bk_cli_env.sh CLI_MODULE_PATH=tools/perf -CLI_MODULE_NAME="(org.apache.bookkeeper-)?bookkeeper-perf" +CLI_MODULE_NAME="(com.ascentstream.bookkeeper-)?bookkeeper-perf" CLI_MODULE_HOME=${BK_HOME}/${CLI_MODULE_PATH} # find the module jar diff --git a/bin/common.sh b/bin/common.sh index 72779396a63..80b592ea547 100755 --- a/bin/common.sh +++ b/bin/common.sh @@ -133,8 +133,8 @@ CLI_GC_OPTS=${CLI_GC_OPTS:-"${DEFAULT_CLI_GC_OPTS}"} CLI_GC_LOGGING_OPTS=${CLI_GC_LOGGING_OPTS:-"${DEFAULT_CLI_GC_LOGGING_OPTS}"} # module names -BOOKIE_SERVER_MODULE_NAME="(org.apache.bookkeeper-)?bookkeeper-server" -TABLE_SERVICE_MODULE_NAME="(org.apache.bookkeeper-)?stream-storage-server" +BOOKIE_SERVER_MODULE_NAME="(com.ascentstream.bookkeeper-)?bookkeeper-server" +TABLE_SERVICE_MODULE_NAME="(com.ascentstream.bookkeeper-)?stream-storage-server" is_released_binary() { if [ -d ${BK_HOME}/lib ]; then diff --git a/bookkeeper-benchmark/pom.xml b/bookkeeper-benchmark/pom.xml index b8c9b678160..c450aa2af59 100644 --- a/bookkeeper-benchmark/pom.xml +++ b/bookkeeper-benchmark/pom.xml @@ -20,10 +20,10 @@ 4.0.0 bookkeeper - org.apache.bookkeeper + com.ascentstream.bookkeeper 4.17.4-SNAPSHOT - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-benchmark Apache BookKeeper :: Benchmark @@ -44,12 +44,12 @@ - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-server ${project.version} - org.apache.bookkeeper + com.ascentstream.bookkeeper testtools ${project.parent.version} test @@ -73,14 +73,14 @@ test - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-common ${project.version} test-jar test - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-server ${project.version} test-jar diff --git a/bookkeeper-common-allocator/pom.xml b/bookkeeper-common-allocator/pom.xml index 669f507f343..cfbdb1c64c7 100644 --- a/bookkeeper-common-allocator/pom.xml +++ b/bookkeeper-common-allocator/pom.xml @@ -18,7 +18,7 @@ 4.0.0 - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper 4.17.4-SNAPSHOT diff --git a/bookkeeper-common/pom.xml b/bookkeeper-common/pom.xml index 39f585a8903..218b10fd096 100644 --- a/bookkeeper-common/pom.xml +++ b/bookkeeper-common/pom.xml @@ -18,7 +18,7 @@ 4.0.0 - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper 4.17.4-SNAPSHOT @@ -26,12 +26,12 @@ Apache BookKeeper :: Common - org.apache.bookkeeper.stats + com.ascentstream.bookkeeper.stats bookkeeper-stats-api ${project.parent.version} - org.apache.bookkeeper + com.ascentstream.bookkeeper cpu-affinity ${project.parent.version} @@ -98,7 +98,7 @@ rxjava - org.apache.bookkeeper + com.ascentstream.bookkeeper testtools ${project.parent.version} test diff --git a/bookkeeper-dist/all/pom.xml b/bookkeeper-dist/all/pom.xml index 9b2a45b6002..b58c49c8b76 100644 --- a/bookkeeper-dist/all/pom.xml +++ b/bookkeeper-dist/all/pom.xml @@ -22,7 +22,7 @@ 4.0.0 bookkeeper-dist - org.apache.bookkeeper + com.ascentstream.bookkeeper 4.17.4-SNAPSHOT .. @@ -33,20 +33,20 @@ - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-server ${project.version} - org.apache.bookkeeper.stats + com.ascentstream.bookkeeper.stats bookkeeper-stats-api ${project.version} - org.apache.bookkeeper.stats + com.ascentstream.bookkeeper.stats codahale-metrics-provider ${project.version} @@ -57,38 +57,38 @@ - org.apache.bookkeeper.stats + com.ascentstream.bookkeeper.stats prometheus-metrics-provider ${project.version} - org.apache.bookkeeper.stats + com.ascentstream.bookkeeper.stats otel-metrics-provider ${project.version} - org.apache.bookkeeper.http + com.ascentstream.bookkeeper.http http-server ${project.version} - org.apache.bookkeeper.http + com.ascentstream.bookkeeper.http vertx-http-server ${project.version} - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-tools ${project.version} - org.apache.distributedlog + com.ascentstream.distributedlog distributedlog-core ${project.version} @@ -96,20 +96,20 @@ - org.apache.bookkeeper + com.ascentstream.bookkeeper stream-storage-server ${project.version} - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-benchmark ${project.version} - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-perf ${project.version} diff --git a/bookkeeper-dist/bkctl/pom.xml b/bookkeeper-dist/bkctl/pom.xml index 58f7ccb9298..9be267cbd4e 100644 --- a/bookkeeper-dist/bkctl/pom.xml +++ b/bookkeeper-dist/bkctl/pom.xml @@ -22,7 +22,7 @@ 4.0.0 bookkeeper-dist - org.apache.bookkeeper + com.ascentstream.bookkeeper 4.17.4-SNAPSHOT .. @@ -34,7 +34,7 @@ - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-tools ${project.version} diff --git a/bookkeeper-dist/pom.xml b/bookkeeper-dist/pom.xml index 20b0edbb944..bd0cb3dfe50 100644 --- a/bookkeeper-dist/pom.xml +++ b/bookkeeper-dist/pom.xml @@ -18,7 +18,7 @@ bookkeeper - org.apache.bookkeeper + com.ascentstream.bookkeeper 4.17.4-SNAPSHOT 4.0.0 diff --git a/bookkeeper-dist/server/pom.xml b/bookkeeper-dist/server/pom.xml index 650a9234998..b3a1c132626 100644 --- a/bookkeeper-dist/server/pom.xml +++ b/bookkeeper-dist/server/pom.xml @@ -22,7 +22,7 @@ 4.0.0 bookkeeper-dist - org.apache.bookkeeper + com.ascentstream.bookkeeper 4.17.4-SNAPSHOT .. @@ -33,57 +33,57 @@ - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-server ${project.version} - org.apache.bookkeeper.stats + com.ascentstream.bookkeeper.stats bookkeeper-stats-api ${project.version} - org.apache.bookkeeper.stats + com.ascentstream.bookkeeper.stats prometheus-metrics-provider ${project.version} - org.apache.bookkeeper.stats + com.ascentstream.bookkeeper.stats otel-metrics-provider ${project.version} - org.apache.bookkeeper.http + com.ascentstream.bookkeeper.http http-server ${project.version} - org.apache.bookkeeper.http + com.ascentstream.bookkeeper.http vertx-http-server ${project.version} - org.apache.bookkeeper + com.ascentstream.bookkeeper stream-storage-server ${project.version} - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-tools ${project.version} - org.apache.distributedlog + com.ascentstream.distributedlog distributedlog-core ${project.version} diff --git a/bookkeeper-dist/src/assemble/bin-all.xml b/bookkeeper-dist/src/assemble/bin-all.xml index 60bc2ca1536..02143d917f3 100644 --- a/bookkeeper-dist/src/assemble/bin-all.xml +++ b/bookkeeper-dist/src/assemble/bin-all.xml @@ -106,11 +106,11 @@ ${artifact.groupId}-${artifact.artifactId}-${artifact.version}${dashClassifier?}.${artifact.extension} - org.apache.bookkeeper:stream-storage-common - org.apache.bookkeeper:stream-storage-proto - org.apache.bookkeeper:stream-storage-api - org.apache.bookkeeper:stream-storage-java-client-base - org.apache.bookkeeper:stream-storage-java-kv-client + com.ascentstream.bookkeeper:stream-storage-common + com.ascentstream.bookkeeper:stream-storage-proto + com.ascentstream.bookkeeper:stream-storage-api + com.ascentstream.bookkeeper:stream-storage-java-client-base + com.ascentstream.bookkeeper:stream-storage-java-kv-client org.codehaus.mojo:animal-sniffer-annotations diff --git a/bookkeeper-dist/src/assemble/bin-server.xml b/bookkeeper-dist/src/assemble/bin-server.xml index 0c951adbedb..b883d9fcdf3 100644 --- a/bookkeeper-dist/src/assemble/bin-server.xml +++ b/bookkeeper-dist/src/assemble/bin-server.xml @@ -92,11 +92,11 @@ com.google.code.findbugs:jsr305 - org.apache.bookkeeper:stream-storage-common - org.apache.bookkeeper:stream-storage-proto - org.apache.bookkeeper:stream-storage-api - org.apache.bookkeeper:stream-storage-java-client-base - org.apache.bookkeeper:stream-storage-java-kv-client + com.ascentstream.bookkeeper:stream-storage-common + com.ascentstream.bookkeeper:stream-storage-proto + com.ascentstream.bookkeeper:stream-storage-api + com.ascentstream.bookkeeper:stream-storage-java-client-base + com.ascentstream.bookkeeper:stream-storage-java-kv-client org.codehaus.mojo:animal-sniffer-annotations diff --git a/bookkeeper-dist/src/assemble/bkctl.xml b/bookkeeper-dist/src/assemble/bkctl.xml index 623b56e505e..57105319376 100644 --- a/bookkeeper-dist/src/assemble/bkctl.xml +++ b/bookkeeper-dist/src/assemble/bkctl.xml @@ -109,10 +109,10 @@ com.google.code.findbugs:jsr305 - org.apache.bookkeeper:stream-storage-common - org.apache.bookkeeper:stream-storage-proto - org.apache.bookkeeper:stream-storage-api - org.apache.bookkeeper:stream-storage-java-client-base + com.ascentstream.bookkeeper:stream-storage-common + com.ascentstream.bookkeeper:stream-storage-proto + com.ascentstream.bookkeeper:stream-storage-api + com.ascentstream.bookkeeper:stream-storage-java-client-base org.codehaus.mojo:animal-sniffer-annotations org.rocksdb:rocksdbjni diff --git a/bookkeeper-http/http-server/pom.xml b/bookkeeper-http/http-server/pom.xml index 7fe3c4be8e9..eeeb7954a74 100644 --- a/bookkeeper-http/http-server/pom.xml +++ b/bookkeeper-http/http-server/pom.xml @@ -18,12 +18,12 @@ bookkeeper - org.apache.bookkeeper + com.ascentstream.bookkeeper 4.17.4-SNAPSHOT ../.. 4.0.0 - org.apache.bookkeeper.http + com.ascentstream.bookkeeper.http http-server Apache BookKeeper :: Http :: Http Server http://maven.apache.org diff --git a/bookkeeper-http/pom.xml b/bookkeeper-http/pom.xml index 1c89e57e2f5..60dd3ec9ed8 100644 --- a/bookkeeper-http/pom.xml +++ b/bookkeeper-http/pom.xml @@ -18,11 +18,11 @@ bookkeeper - org.apache.bookkeeper + com.ascentstream.bookkeeper 4.17.4-SNAPSHOT 4.0.0 - org.apache.bookkeeper.http + com.ascentstream.bookkeeper.http bookkeeper-http pom Apache BookKeeper :: Http diff --git a/bookkeeper-http/servlet-http-server/pom.xml b/bookkeeper-http/servlet-http-server/pom.xml index 8b8cc5b327f..468dea24ffb 100644 --- a/bookkeeper-http/servlet-http-server/pom.xml +++ b/bookkeeper-http/servlet-http-server/pom.xml @@ -18,19 +18,19 @@ bookkeeper - org.apache.bookkeeper + com.ascentstream.bookkeeper 4.17.4-SNAPSHOT ../.. 4.0.0 - org.apache.bookkeeper.http + com.ascentstream.bookkeeper.http servlet-http-server Apache BookKeeper :: Bookkeeper Http :: Servlet Http Server http://maven.apache.org - org.apache.bookkeeper.http + com.ascentstream.bookkeeper.http http-server ${project.version} diff --git a/bookkeeper-http/vertx-http-server/pom.xml b/bookkeeper-http/vertx-http-server/pom.xml index dc45037a982..5018137a855 100644 --- a/bookkeeper-http/vertx-http-server/pom.xml +++ b/bookkeeper-http/vertx-http-server/pom.xml @@ -18,12 +18,12 @@ bookkeeper - org.apache.bookkeeper + com.ascentstream.bookkeeper 4.17.4-SNAPSHOT ../.. 4.0.0 - org.apache.bookkeeper.http + com.ascentstream.bookkeeper.http vertx-http-server Apache BookKeeper :: Bookkeeper Http :: Vertx Http Server http://maven.apache.org @@ -41,7 +41,7 @@ guava - org.apache.bookkeeper.http + com.ascentstream.bookkeeper.http http-server ${project.version} diff --git a/bookkeeper-proto/pom.xml b/bookkeeper-proto/pom.xml index 486e5e11884..cd5064775ee 100644 --- a/bookkeeper-proto/pom.xml +++ b/bookkeeper-proto/pom.xml @@ -19,7 +19,7 @@ 4.0.0 bookkeeper - org.apache.bookkeeper + com.ascentstream.bookkeeper 4.17.4-SNAPSHOT bookkeeper-proto diff --git a/bookkeeper-server/pom.xml b/bookkeeper-server/pom.xml index de81d8916a7..04dcf2f7c34 100644 --- a/bookkeeper-server/pom.xml +++ b/bookkeeper-server/pom.xml @@ -19,44 +19,44 @@ 4.0.0 bookkeeper - org.apache.bookkeeper + com.ascentstream.bookkeeper 4.17.4-SNAPSHOT bookkeeper-server Apache BookKeeper :: Server - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-common ${project.parent.version} - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-common-allocator ${project.parent.version} - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-proto ${project.parent.version} - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-slogger-slf4j ${project.parent.version} - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-slogger-api ${project.parent.version} - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-tools-framework ${project.parent.version} - org.apache.bookkeeper + com.ascentstream.bookkeeper native-io ${project.parent.version} @@ -65,7 +65,7 @@ rocksdbjni - org.apache.bookkeeper + com.ascentstream.bookkeeper testtools ${project.parent.version} test @@ -93,12 +93,12 @@ netty-tcnative-boringssl-static - org.apache.bookkeeper.http + com.ascentstream.bookkeeper.http http-server ${project.version} - org.apache.bookkeeper + com.ascentstream.bookkeeper circe-checksum ${project.version} @@ -168,7 +168,7 @@ - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-common ${project.parent.version} test-jar @@ -211,19 +211,19 @@ test - org.apache.bookkeeper.stats + com.ascentstream.bookkeeper.stats prometheus-metrics-provider ${project.parent.version} test - org.apache.bookkeeper.stats + com.ascentstream.bookkeeper.stats otel-metrics-provider ${project.version} test - org.apache.bookkeeper.http + com.ascentstream.bookkeeper.http vertx-http-server ${project.parent.version} test @@ -297,7 +297,7 @@ none @@ -322,7 +322,7 @@ vertx-http-server - org.apache.bookkeeper.http + com.ascentstream.bookkeeper.http vertx-http-server ${project.parent.version} diff --git a/bookkeeper-slogger/api/pom.xml b/bookkeeper-slogger/api/pom.xml index 7d41ea6be5f..646332e2959 100644 --- a/bookkeeper-slogger/api/pom.xml +++ b/bookkeeper-slogger/api/pom.xml @@ -17,11 +17,11 @@ 4.0.0 bookkeeper-slogger-parent - org.apache.bookkeeper + com.ascentstream.bookkeeper 4.17.4-SNAPSHOT .. - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-slogger-api Apache BookKeeper :: Structured Logger :: API diff --git a/bookkeeper-slogger/pom.xml b/bookkeeper-slogger/pom.xml index ef92e7b62f8..13f30e2d318 100644 --- a/bookkeeper-slogger/pom.xml +++ b/bookkeeper-slogger/pom.xml @@ -16,13 +16,13 @@ 4.0.0 - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper 4.17.4-SNAPSHOT .. pom - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-slogger-parent Apache BookKeeper :: Structured Logger :: Parent diff --git a/bookkeeper-slogger/slf4j/pom.xml b/bookkeeper-slogger/slf4j/pom.xml index 80ddaa7db93..3480f4cbbf0 100644 --- a/bookkeeper-slogger/slf4j/pom.xml +++ b/bookkeeper-slogger/slf4j/pom.xml @@ -17,16 +17,16 @@ 4.0.0 bookkeeper-slogger-parent - org.apache.bookkeeper + com.ascentstream.bookkeeper 4.17.4-SNAPSHOT .. - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-slogger-slf4j Apache BookKeeper :: Structured Logger :: SLF4J Implementation - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-slogger-api ${project.parent.version} diff --git a/buildtools/pom.xml b/buildtools/pom.xml index 95f2473a443..5db72546f13 100644 --- a/buildtools/pom.xml +++ b/buildtools/pom.xml @@ -18,7 +18,7 @@ 4.0.0 - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper 4.17.4-SNAPSHOT diff --git a/circe-checksum/pom.xml b/circe-checksum/pom.xml index 5e571f69669..dedb62b677c 100644 --- a/circe-checksum/pom.xml +++ b/circe-checksum/pom.xml @@ -22,7 +22,7 @@ 4.0.0 - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper 4.17.4-SNAPSHOT .. @@ -51,7 +51,7 @@ - org.apache.bookkeeper + com.ascentstream.bookkeeper testtools ${project.parent.version} test diff --git a/cpu-affinity/pom.xml b/cpu-affinity/pom.xml index 32d9f204f39..97b60535189 100644 --- a/cpu-affinity/pom.xml +++ b/cpu-affinity/pom.xml @@ -17,7 +17,7 @@ 4.0.0 - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper 4.17.4-SNAPSHOT .. diff --git a/dev/check-binary-license b/dev/check-binary-license index 5abc5b11a7b..383ae95d1c1 100755 --- a/dev/check-binary-license +++ b/dev/check-binary-license @@ -59,12 +59,12 @@ EXIT=0 # Check all bundled jars are mentioned in LICENSE for J in $JARS; do - echo $J | grep -q "org.apache.bookkeeper" + echo $J | grep -q "com.ascentstream.bookkeeper" if [ $? == 0 ]; then continue fi - echo $J | grep -q "org.apache.distributedlog" + echo $J | grep -q "com.ascentstream.distributedlog" if [ $? == 0 ]; then continue fi diff --git a/dev/stats-doc-gen b/dev/stats-doc-gen index ae8969fad1d..737012cc908 100755 --- a/dev/stats-doc-gen +++ b/dev/stats-doc-gen @@ -27,7 +27,7 @@ source ${BK_HOME}/bin/common.sh source ${BK_HOME}/conf/bk_cli_env.sh CLI_MODULE_PATH=stats/utils -CLI_MODULE_NAME="(org.apache.bookkeeper.stats-)?bookkeeper-stats-utils" +CLI_MODULE_NAME="(com.ascentstream.bookkeeper.stats-)?bookkeeper-stats-utils" CLI_MODULE_HOME=${BK_HOME}/${CLI_MODULE_PATH} # find the module jar diff --git a/metadata-drivers/etcd/pom.xml b/metadata-drivers/etcd/pom.xml index e4b8b8d475a..ed72bd13a98 100644 --- a/metadata-drivers/etcd/pom.xml +++ b/metadata-drivers/etcd/pom.xml @@ -17,24 +17,24 @@ --> - org.apache.bookkeeper.metadata.drivers + com.ascentstream.bookkeeper.metadata.drivers metadata-drivers-parent 4.17.4-SNAPSHOT .. 4.0.0 - org.apache.bookkeeper.metadata.drivers + com.ascentstream.bookkeeper.metadata.drivers metadata-stores-etcd Apache BookKeeper :: Metadata Drivers:: Etcd - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-server ${project.version} - org.apache.bookkeeper.metadata.drivers + com.ascentstream.bookkeeper.metadata.drivers jetcd-core-shaded ${project.version} shaded @@ -88,20 +88,20 @@ test - org.apache.bookkeeper + com.ascentstream.bookkeeper testtools ${project.parent.version} test - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-common ${project.version} test-jar test - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-server ${project.version} test-jar diff --git a/metadata-drivers/jetcd-core-shaded/pom.xml b/metadata-drivers/jetcd-core-shaded/pom.xml index fc0046feaa4..d4369c83d5b 100644 --- a/metadata-drivers/jetcd-core-shaded/pom.xml +++ b/metadata-drivers/jetcd-core-shaded/pom.xml @@ -22,12 +22,12 @@ 4.0.0 - org.apache.bookkeeper.metadata.drivers + com.ascentstream.bookkeeper.metadata.drivers metadata-drivers-parent 4.17.4-SNAPSHOT .. - org.apache.bookkeeper.metadata.drivers + com.ascentstream.bookkeeper.metadata.drivers jetcd-core-shaded Apache BookKeeper :: Metadata Drivers:: jetcd-core shaded diff --git a/metadata-drivers/pom.xml b/metadata-drivers/pom.xml index c06a898d6b9..313951e9d04 100644 --- a/metadata-drivers/pom.xml +++ b/metadata-drivers/pom.xml @@ -18,11 +18,11 @@ bookkeeper - org.apache.bookkeeper + com.ascentstream.bookkeeper 4.17.4-SNAPSHOT 4.0.0 - org.apache.bookkeeper.metadata.drivers + com.ascentstream.bookkeeper.metadata.drivers metadata-drivers-parent pom Apache BookKeeper :: Metadata Drivers :: Parent diff --git a/microbenchmarks/pom.xml b/microbenchmarks/pom.xml index c3ca3a74678..e669b500d3d 100644 --- a/microbenchmarks/pom.xml +++ b/microbenchmarks/pom.xml @@ -18,7 +18,7 @@ 4.0.0 - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper 4.17.4-SNAPSHOT @@ -39,19 +39,19 @@ provided - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-server ${project.parent.version} compile jar - org.apache.bookkeeper.stats + com.ascentstream.bookkeeper.stats prometheus-metrics-provider ${project.version} - org.apache.bookkeeper.stats + com.ascentstream.bookkeeper.stats codahale-metrics-provider ${project.version} diff --git a/native-io/pom.xml b/native-io/pom.xml index da8f0bb2086..0390512de99 100644 --- a/native-io/pom.xml +++ b/native-io/pom.xml @@ -17,7 +17,7 @@ 4.0.0 - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper 4.17.4-SNAPSHOT .. diff --git a/pom.xml b/pom.xml index a5ac119ba6e..54bea3f0c45 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ 31 4.0.0 - org.apache.bookkeeper + com.ascentstream.bookkeeper 4.17.4-SNAPSHOT bookkeeper pom diff --git a/shaded/bookkeeper-server-shaded/pom.xml b/shaded/bookkeeper-server-shaded/pom.xml index 3fe3012f77c..ab56f928aef 100644 --- a/shaded/bookkeeper-server-shaded/pom.xml +++ b/shaded/bookkeeper-server-shaded/pom.xml @@ -18,7 +18,7 @@ 4.0.0 - org.apache.bookkeeper + com.ascentstream.bookkeeper shaded-parent 4.17.4-SNAPSHOT .. @@ -30,7 +30,7 @@ - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-server ${project.version} @@ -73,14 +73,14 @@ com.google.guava:guava com.google.guava:failureaccess com.google.protobuf:protobuf-java - org.apache.bookkeeper:bookkeeper-common - org.apache.bookkeeper:bookkeeper-common-allocator - org.apache.bookkeeper:cpu-affinity - org.apache.bookkeeper:bookkeeper-tools-framework - org.apache.bookkeeper:bookkeeper-proto - org.apache.bookkeeper:bookkeeper-server - org.apache.bookkeeper:circe-checksum - org.apache.bookkeeper.stats:bookkeeper-stats-api + com.ascentstream.bookkeeper:bookkeeper-common + com.ascentstream.bookkeeper:bookkeeper-common-allocator + com.ascentstream.bookkeeper:cpu-affinity + com.ascentstream.bookkeeper:bookkeeper-tools-framework + com.ascentstream.bookkeeper:bookkeeper-proto + com.ascentstream.bookkeeper:bookkeeper-server + com.ascentstream.bookkeeper:circe-checksum + com.ascentstream.bookkeeper.stats:bookkeeper-stats-api diff --git a/shaded/bookkeeper-server-tests-shaded/pom.xml b/shaded/bookkeeper-server-tests-shaded/pom.xml index b653fbd2a17..0c065d977e9 100644 --- a/shaded/bookkeeper-server-tests-shaded/pom.xml +++ b/shaded/bookkeeper-server-tests-shaded/pom.xml @@ -18,7 +18,7 @@ 4.0.0 - org.apache.bookkeeper + com.ascentstream.bookkeeper shaded-parent 4.17.4-SNAPSHOT .. @@ -30,7 +30,7 @@ - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-server test-jar ${project.version} @@ -52,27 +52,27 @@ reload4j - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-common - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-tools-framework - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-proto - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-server - org.apache.bookkeeper + com.ascentstream.bookkeeper circe-checksum - org.apache.bookkeeper.stats + com.ascentstream.bookkeeper.stats bookkeeper-stats-api @@ -97,7 +97,7 @@ com.google.guava:guava com.google.protobuf:protobuf-java - org.apache.bookkeeper:bookkeeper-server:test-jar:tests + com.ascentstream.bookkeeper:bookkeeper-server:test-jar:tests diff --git a/shaded/distributedlog-core-shaded/pom.xml b/shaded/distributedlog-core-shaded/pom.xml index b6cde2a6ab7..5cbbecf0f81 100644 --- a/shaded/distributedlog-core-shaded/pom.xml +++ b/shaded/distributedlog-core-shaded/pom.xml @@ -18,12 +18,12 @@ 4.0.0 - org.apache.bookkeeper + com.ascentstream.bookkeeper shaded-parent 4.17.4-SNAPSHOT .. - org.apache.distributedlog + com.ascentstream.distributedlog distributedlog-core-shaded Apache BookKeeper :: Shaded :: distributedlog-core-shaded @@ -31,7 +31,7 @@ - org.apache.distributedlog + com.ascentstream.distributedlog distributedlog-core ${project.version} @@ -75,20 +75,20 @@ com.google.guava:guava com.google.protobuf:protobuf-java at.yawk.lz4:lz4-java - org.apache.bookkeeper:bookkeeper-common - org.apache.bookkeeper:bookkeeper-common-allocator - org.apache.bookkeeper:cpu-affinity - org.apache.bookkeeper:bookkeeper-tools-framework - org.apache.bookkeeper:bookkeeper-proto - org.apache.bookkeeper:bookkeeper-server - org.apache.bookkeeper:circe-checksum - org.apache.bookkeeper.http:http-server - org.apache.bookkeeper.stats:bookkeeper-stats-api + com.ascentstream.bookkeeper:bookkeeper-common + com.ascentstream.bookkeeper:bookkeeper-common-allocator + com.ascentstream.bookkeeper:cpu-affinity + com.ascentstream.bookkeeper:bookkeeper-tools-framework + com.ascentstream.bookkeeper:bookkeeper-proto + com.ascentstream.bookkeeper:bookkeeper-server + com.ascentstream.bookkeeper:circe-checksum + com.ascentstream.bookkeeper.http:http-server + com.ascentstream.bookkeeper.stats:bookkeeper-stats-api org.apache.commons:commons-collections4 org.apache.commons:commons-lang3 - org.apache.distributedlog:distributedlog-common - org.apache.distributedlog:distributedlog-core - org.apache.distributedlog:distributedlog-protocol + com.ascentstream.distributedlog:distributedlog-common + com.ascentstream.distributedlog:distributedlog-core + com.ascentstream.distributedlog:distributedlog-protocol org.apache.httpcomponents:httpclient org.apache.httpcomponents:httpcore org.apache.thrift:libthrift diff --git a/shaded/pom.xml b/shaded/pom.xml index 1eed19be66a..83604dab962 100644 --- a/shaded/pom.xml +++ b/shaded/pom.xml @@ -19,11 +19,11 @@ pom 4.0.0 - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper 4.17.4-SNAPSHOT - org.apache.bookkeeper + com.ascentstream.bookkeeper shaded-parent Apache BookKeeper :: Shaded :: Parent diff --git a/stats/bookkeeper-stats-api/pom.xml b/stats/bookkeeper-stats-api/pom.xml index 45f4e2c2852..c3dce3a49b8 100644 --- a/stats/bookkeeper-stats-api/pom.xml +++ b/stats/bookkeeper-stats-api/pom.xml @@ -19,10 +19,10 @@ 4.0.0 bookkeeper-stats-parent - org.apache.bookkeeper.stats + com.ascentstream.bookkeeper.stats 4.17.4-SNAPSHOT - org.apache.bookkeeper.stats + com.ascentstream.bookkeeper.stats bookkeeper-stats-api Apache BookKeeper :: Stats API http://maven.apache.org diff --git a/stats/bookkeeper-stats-providers/codahale-metrics-provider/pom.xml b/stats/bookkeeper-stats-providers/codahale-metrics-provider/pom.xml index c50c78f7803..6d867a24669 100644 --- a/stats/bookkeeper-stats-providers/codahale-metrics-provider/pom.xml +++ b/stats/bookkeeper-stats-providers/codahale-metrics-provider/pom.xml @@ -19,16 +19,16 @@ 4.0.0 bookkeeper-stats-providers - org.apache.bookkeeper.stats + com.ascentstream.bookkeeper.stats 4.17.4-SNAPSHOT - org.apache.bookkeeper.stats + com.ascentstream.bookkeeper.stats codahale-metrics-provider Apache BookKeeper :: Stats Providers :: Codahale Metrics http://maven.apache.org - org.apache.bookkeeper.stats + com.ascentstream.bookkeeper.stats bookkeeper-stats-api ${project.parent.version} diff --git a/stats/bookkeeper-stats-providers/otel-metrics-provider/pom.xml b/stats/bookkeeper-stats-providers/otel-metrics-provider/pom.xml index 778e39d6659..79c30f18027 100644 --- a/stats/bookkeeper-stats-providers/otel-metrics-provider/pom.xml +++ b/stats/bookkeeper-stats-providers/otel-metrics-provider/pom.xml @@ -19,18 +19,18 @@ 4.0.0 bookkeeper-stats-providers - org.apache.bookkeeper.stats + com.ascentstream.bookkeeper.stats 4.17.4-SNAPSHOT - org.apache.bookkeeper.stats + com.ascentstream.bookkeeper.stats otel-metrics-provider Apache BookKeeper :: Stats Providers :: OpenTelemetry - org.apache.bookkeeper.stats + com.ascentstream.bookkeeper.stats bookkeeper-stats-api ${project.parent.version} diff --git a/stats/bookkeeper-stats-providers/pom.xml b/stats/bookkeeper-stats-providers/pom.xml index db9c0e78844..07f98a80d86 100644 --- a/stats/bookkeeper-stats-providers/pom.xml +++ b/stats/bookkeeper-stats-providers/pom.xml @@ -18,7 +18,7 @@ bookkeeper-stats-parent - org.apache.bookkeeper.stats + com.ascentstream.bookkeeper.stats 4.17.4-SNAPSHOT 4.0.0 diff --git a/stats/bookkeeper-stats-providers/prometheus-metrics-provider/pom.xml b/stats/bookkeeper-stats-providers/prometheus-metrics-provider/pom.xml index 405e9962a1d..4c7c04f9043 100644 --- a/stats/bookkeeper-stats-providers/prometheus-metrics-provider/pom.xml +++ b/stats/bookkeeper-stats-providers/prometheus-metrics-provider/pom.xml @@ -19,15 +19,15 @@ 4.0.0 bookkeeper-stats-providers - org.apache.bookkeeper.stats + com.ascentstream.bookkeeper.stats 4.17.4-SNAPSHOT - org.apache.bookkeeper.stats + com.ascentstream.bookkeeper.stats prometheus-metrics-provider Apache BookKeeper :: Stats Providers :: Prometheus - org.apache.bookkeeper.stats + com.ascentstream.bookkeeper.stats bookkeeper-stats-api ${project.parent.version} @@ -72,7 +72,7 @@ - org.apache.bookkeeper + com.ascentstream.bookkeeper testtools ${project.parent.version} test diff --git a/stats/pom.xml b/stats/pom.xml index d55f0d2c7d9..e188c41f662 100644 --- a/stats/pom.xml +++ b/stats/pom.xml @@ -20,12 +20,12 @@ 4.0.0 - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper 4.17.4-SNAPSHOT pom - org.apache.bookkeeper.stats + com.ascentstream.bookkeeper.stats bookkeeper-stats-parent Apache BookKeeper :: Stats :: Parent diff --git a/stats/utils/pom.xml b/stats/utils/pom.xml index e4da6e2ad21..618d271f8d0 100644 --- a/stats/utils/pom.xml +++ b/stats/utils/pom.xml @@ -21,15 +21,15 @@ 4.0.0 bookkeeper-stats-parent - org.apache.bookkeeper.stats + com.ascentstream.bookkeeper.stats 4.17.4-SNAPSHOT - org.apache.bookkeeper.stats + com.ascentstream.bookkeeper.stats bookkeeper-stats-utils Apache BookKeeper :: Stats :: Utils - org.apache.bookkeeper.stats + com.ascentstream.bookkeeper.stats bookkeeper-stats-api ${project.version} diff --git a/stream/api/pom.xml b/stream/api/pom.xml index 7e0ef28fa2e..98003452e73 100644 --- a/stream/api/pom.xml +++ b/stream/api/pom.xml @@ -19,21 +19,21 @@ 4.0.0 stream-storage-parent - org.apache.bookkeeper + com.ascentstream.bookkeeper 4.17.4-SNAPSHOT .. - org.apache.bookkeeper + com.ascentstream.bookkeeper stream-storage-api Apache BookKeeper :: Stream Storage :: API - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-common ${project.parent.version} - org.apache.bookkeeper + com.ascentstream.bookkeeper stream-storage-common ${project.parent.version} diff --git a/stream/bk-grpc-name-resolver/pom.xml b/stream/bk-grpc-name-resolver/pom.xml index 4bcbf7f2dbc..5080b33d67d 100644 --- a/stream/bk-grpc-name-resolver/pom.xml +++ b/stream/bk-grpc-name-resolver/pom.xml @@ -21,32 +21,32 @@ 4.0.0 stream-storage-parent - org.apache.bookkeeper + com.ascentstream.bookkeeper 4.17.4-SNAPSHOT .. - org.apache.bookkeeper + com.ascentstream.bookkeeper bk-grpc-name-resolver Apache BookKeeper :: Stream Storage :: Common :: BK Grpc Name Resolver - org.apache.bookkeeper + com.ascentstream.bookkeeper stream-storage-common ${project.version} - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-server ${project.version} - org.apache.bookkeeper + com.ascentstream.bookkeeper stream-storage-java-client-base ${project.version} test - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-common ${project.version} test-jar @@ -70,7 +70,7 @@ metrics-core - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-server ${project.version} test-jar diff --git a/stream/clients/java/all/pom.xml b/stream/clients/java/all/pom.xml index 13a2ee2b573..8a77a5c5490 100644 --- a/stream/clients/java/all/pom.xml +++ b/stream/clients/java/all/pom.xml @@ -18,7 +18,7 @@ 4.0.0 - org.apache.bookkeeper + com.ascentstream.bookkeeper stream-storage-java-client-parent 4.17.4-SNAPSHOT @@ -27,18 +27,18 @@ - org.apache.bookkeeper + com.ascentstream.bookkeeper stream-storage-java-kv-client ${project.parent.version} - org.apache.bookkeeper + com.ascentstream.bookkeeper testtools ${project.parent.version} test - org.apache.bookkeeper + com.ascentstream.bookkeeper stream-storage-java-client-base ${project.parent.version} test-jar @@ -62,7 +62,7 @@ false - org.apache.bookkeeper:stream-storage-* + com.ascentstream.bookkeeper:stream-storage-* diff --git a/stream/clients/java/base/pom.xml b/stream/clients/java/base/pom.xml index aa226c7d404..7dbeabfd95a 100644 --- a/stream/clients/java/base/pom.xml +++ b/stream/clients/java/base/pom.xml @@ -18,7 +18,7 @@ 4.0.0 - org.apache.bookkeeper + com.ascentstream.bookkeeper stream-storage-java-client-parent 4.17.4-SNAPSHOT @@ -27,12 +27,12 @@ - org.apache.bookkeeper + com.ascentstream.bookkeeper stream-storage-api ${project.parent.version} - org.apache.bookkeeper + com.ascentstream.bookkeeper stream-storage-proto ${project.parent.version} @@ -42,7 +42,7 @@ true - org.apache.bookkeeper + com.ascentstream.bookkeeper testtools ${project.parent.version} test diff --git a/stream/clients/java/kv/pom.xml b/stream/clients/java/kv/pom.xml index a6d4313fc56..e816ae65765 100644 --- a/stream/clients/java/kv/pom.xml +++ b/stream/clients/java/kv/pom.xml @@ -18,7 +18,7 @@ 4.0.0 - org.apache.bookkeeper + com.ascentstream.bookkeeper stream-storage-java-client-parent 4.17.4-SNAPSHOT @@ -27,18 +27,18 @@ - org.apache.bookkeeper + com.ascentstream.bookkeeper stream-storage-java-client-base ${project.parent.version} - org.apache.bookkeeper + com.ascentstream.bookkeeper testtools ${project.parent.version} test - org.apache.bookkeeper + com.ascentstream.bookkeeper stream-storage-java-client-base ${project.parent.version} test-jar diff --git a/stream/clients/java/pom.xml b/stream/clients/java/pom.xml index 82fd4843a5a..8eea5dbc7b5 100644 --- a/stream/clients/java/pom.xml +++ b/stream/clients/java/pom.xml @@ -19,7 +19,7 @@ pom 4.0.0 - org.apache.bookkeeper + com.ascentstream.bookkeeper stream-storage-clients-parent 4.17.4-SNAPSHOT .. diff --git a/stream/clients/pom.xml b/stream/clients/pom.xml index db8aff0e2a3..15ad80c598a 100644 --- a/stream/clients/pom.xml +++ b/stream/clients/pom.xml @@ -19,7 +19,7 @@ pom 4.0.0 - org.apache.bookkeeper + com.ascentstream.bookkeeper stream-storage-parent 4.17.4-SNAPSHOT .. diff --git a/stream/common/pom.xml b/stream/common/pom.xml index b90f7baa1b5..f43eb89cb72 100644 --- a/stream/common/pom.xml +++ b/stream/common/pom.xml @@ -19,16 +19,16 @@ 4.0.0 stream-storage-parent - org.apache.bookkeeper + com.ascentstream.bookkeeper 4.17.4-SNAPSHOT .. - org.apache.bookkeeper + com.ascentstream.bookkeeper stream-storage-common Apache BookKeeper :: Stream Storage :: Common - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-common ${project.parent.version} @@ -52,14 +52,14 @@ true - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-common ${project.version} test-jar test - org.apache.bookkeeper.tests + com.ascentstream.bookkeeper.tests stream-storage-tests-common ${project.version} test diff --git a/stream/distributedlog/common/pom.xml b/stream/distributedlog/common/pom.xml index b69ed923ed6..5ac3c80fa38 100644 --- a/stream/distributedlog/common/pom.xml +++ b/stream/distributedlog/common/pom.xml @@ -18,7 +18,7 @@ 4.0.0 - org.apache.distributedlog + com.ascentstream.distributedlog distributedlog 4.17.4-SNAPSHOT @@ -26,7 +26,7 @@ Apache BookKeeper :: DistributedLog :: Common - org.apache.bookkeeper.stats + com.ascentstream.bookkeeper.stats bookkeeper-stats-api ${project.parent.version} @@ -49,7 +49,7 @@ - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-common ${project.parent.version} diff --git a/stream/distributedlog/core/pom.xml b/stream/distributedlog/core/pom.xml index 45d4a6da6f4..04b6ba40d70 100644 --- a/stream/distributedlog/core/pom.xml +++ b/stream/distributedlog/core/pom.xml @@ -18,7 +18,7 @@ 4.0.0 - org.apache.distributedlog + com.ascentstream.distributedlog distributedlog 4.17.4-SNAPSHOT @@ -26,7 +26,7 @@ Apache BookKeeper :: DistributedLog :: Core Library - org.apache.distributedlog + com.ascentstream.distributedlog distributedlog-protocol ${project.parent.version} @@ -39,7 +39,7 @@ libthrift - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-server ${project.parent.version} @@ -50,7 +50,7 @@ true - org.apache.bookkeeper + com.ascentstream.bookkeeper testtools ${project.parent.version} test @@ -61,14 +61,14 @@ test - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-common ${project.version} test-jar test - org.apache.distributedlog + com.ascentstream.distributedlog distributedlog-common ${project.parent.version} test-jar diff --git a/stream/distributedlog/io/dlfs/pom.xml b/stream/distributedlog/io/dlfs/pom.xml index b9f43dbfc62..bb1d4d06ca8 100644 --- a/stream/distributedlog/io/dlfs/pom.xml +++ b/stream/distributedlog/io/dlfs/pom.xml @@ -19,11 +19,11 @@ 4.0.0 distributedlog - org.apache.distributedlog + com.ascentstream.distributedlog 4.17.4-SNAPSHOT ../.. - org.apache.distributedlog + com.ascentstream.distributedlog dlfs Apache BookKeeper :: DistributedLog :: IO :: FileSystem http://maven.apache.org @@ -33,7 +33,7 @@ - org.apache.distributedlog + com.ascentstream.distributedlog distributedlog-core ${project.parent.version} @@ -81,7 +81,7 @@ - org.apache.distributedlog + com.ascentstream.distributedlog distributedlog-core ${project.parent.version} tests diff --git a/stream/distributedlog/io/pom.xml b/stream/distributedlog/io/pom.xml index fc3d96a88f0..8eabca7d331 100644 --- a/stream/distributedlog/io/pom.xml +++ b/stream/distributedlog/io/pom.xml @@ -17,7 +17,7 @@ - org.apache.distributedlog + com.ascentstream.distributedlog distributedlog 4.17.4-SNAPSHOT diff --git a/stream/distributedlog/pom.xml b/stream/distributedlog/pom.xml index 3fd968900cc..a829a052be2 100644 --- a/stream/distributedlog/pom.xml +++ b/stream/distributedlog/pom.xml @@ -18,12 +18,12 @@ 4.0.0 - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper 4.17.4-SNAPSHOT ../.. - org.apache.distributedlog + com.ascentstream.distributedlog distributedlog pom Apache BookKeeper :: DistributedLog :: Parent @@ -57,7 +57,7 @@ - org.apache.distributedlog.acl:org.apache.distributedlog.admin:org.apache.distributedlog.auditor:org.apache.distributedlog.basic:org.apache.distributedlog.benchmark*:org.apache.distributedlog.bk:org.apache.distributedlog.ownership:org.apache.distributedlog.proxy:org.apache.distributedlog.resolver:org.apache.distributedlog.service.*:org.apache.distributedlog.config:org.apache.distributedlog.function:org.apache.distributedlog.impl*:org.apache.distributedlog.injector:org.apache.distributedlog.kafka:org.apache.distributedlog.limiter:org.apache.distributedlog.mapreduce:org.apache.distributedlog.messaging:org.apache.distributedlog.common.rate:org.apache.distributedlog.readahead:org.apache.distributedlog.selector:org.apache.distributedlog.stats:org.apache.distributedlog.thrift*:org.apache.distributedlog.tools:org.apache.distributedlog.util:org.apache.distributedlog.zk:org.apache.bookkeeper.client:org.apache.bookkeeper.stats + com.ascentstream.distributedlog.acl:com.ascentstream.distributedlog.admin:com.ascentstream.distributedlog.auditor:com.ascentstream.distributedlog.basic:com.ascentstream.distributedlog.benchmark*:com.ascentstream.distributedlog.bk:com.ascentstream.distributedlog.ownership:com.ascentstream.distributedlog.proxy:com.ascentstream.distributedlog.resolver:com.ascentstream.distributedlog.service.*:com.ascentstream.distributedlog.config:com.ascentstream.distributedlog.function:com.ascentstream.distributedlog.impl*:com.ascentstream.distributedlog.injector:com.ascentstream.distributedlog.kafka:com.ascentstream.distributedlog.limiter:com.ascentstream.distributedlog.mapreduce:com.ascentstream.distributedlog.messaging:com.ascentstream.distributedlog.common.rate:com.ascentstream.distributedlog.readahead:com.ascentstream.distributedlog.selector:com.ascentstream.distributedlog.stats:com.ascentstream.distributedlog.thrift*:com.ascentstream.distributedlog.tools:com.ascentstream.distributedlog.util:com.ascentstream.distributedlog.zk:com.ascentstream.bookkeeper.client:org.apache.bookkeeper.stats diff --git a/stream/distributedlog/protocol/pom.xml b/stream/distributedlog/protocol/pom.xml index d741cf56861..6000847eccb 100644 --- a/stream/distributedlog/protocol/pom.xml +++ b/stream/distributedlog/protocol/pom.xml @@ -18,7 +18,7 @@ 4.0.0 - org.apache.distributedlog + com.ascentstream.distributedlog distributedlog 4.17.4-SNAPSHOT @@ -26,7 +26,7 @@ Apache BookKeeper :: DistributedLog :: Protocol - org.apache.distributedlog + com.ascentstream.distributedlog distributedlog-common ${project.version} @@ -35,7 +35,7 @@ netty-buffer - org.apache.bookkeeper + com.ascentstream.bookkeeper testtools ${project.parent.version} test diff --git a/stream/pom.xml b/stream/pom.xml index 43e053f5e9b..db9b1c37377 100644 --- a/stream/pom.xml +++ b/stream/pom.xml @@ -18,13 +18,13 @@ 4.0.0 - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper 4.17.4-SNAPSHOT .. pom - org.apache.bookkeeper + com.ascentstream.bookkeeper stream-storage-parent Apache BookKeeper :: Stream Storage :: Parent diff --git a/stream/proto/pom.xml b/stream/proto/pom.xml index d7cd404eb80..2a3ba11fcdf 100644 --- a/stream/proto/pom.xml +++ b/stream/proto/pom.xml @@ -18,18 +18,18 @@ 4.0.0 - org.apache.bookkeeper + com.ascentstream.bookkeeper stream-storage-parent 4.17.4-SNAPSHOT .. - org.apache.bookkeeper + com.ascentstream.bookkeeper stream-storage-proto Apache BookKeeper :: Stream Storage :: Proto - org.apache.bookkeeper + com.ascentstream.bookkeeper stream-storage-common ${project.parent.version} @@ -48,13 +48,13 @@ true - org.apache.bookkeeper + com.ascentstream.bookkeeper testtools ${project.parent.version} test - org.apache.bookkeeper.tests + com.ascentstream.bookkeeper.tests stream-storage-tests-common ${project.version} test diff --git a/stream/server/pom.xml b/stream/server/pom.xml index ddff4a9a2bf..f786153550c 100644 --- a/stream/server/pom.xml +++ b/stream/server/pom.xml @@ -18,7 +18,7 @@ 4.0.0 - org.apache.bookkeeper + com.ascentstream.bookkeeper stream-storage-parent 4.17.4-SNAPSHOT @@ -27,12 +27,12 @@ - org.apache.bookkeeper + com.ascentstream.bookkeeper stream-storage-service-impl ${project.parent.version} - org.apache.bookkeeper + com.ascentstream.bookkeeper stream-storage-java-client ${project.parent.version} @@ -41,7 +41,7 @@ jcommander - org.apache.bookkeeper.http + com.ascentstream.bookkeeper.http vertx-http-server ${project.parent.version} runtime @@ -59,7 +59,7 @@ runtime - org.apache.bookkeeper + com.ascentstream.bookkeeper testtools ${project.parent.version} test diff --git a/stream/statelib/pom.xml b/stream/statelib/pom.xml index 70d361f0e02..93b6e04b85c 100644 --- a/stream/statelib/pom.xml +++ b/stream/statelib/pom.xml @@ -20,36 +20,36 @@ stream-storage-parent - org.apache.bookkeeper + com.ascentstream.bookkeeper 4.17.4-SNAPSHOT .. - org.apache.bookkeeper + com.ascentstream.bookkeeper statelib Apache BookKeeper :: Stream Storage :: State Library - org.apache.distributedlog + com.ascentstream.distributedlog distributedlog-core ${project.parent.version} - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-common ${project.parent.version} - org.apache.bookkeeper + com.ascentstream.bookkeeper stream-storage-common ${project.parent.version} - org.apache.bookkeeper + com.ascentstream.bookkeeper stream-storage-api ${project.parent.version} - org.apache.bookkeeper + com.ascentstream.bookkeeper stream-storage-proto ${project.parent.version} @@ -66,7 +66,7 @@ protobuf-java - org.apache.distributedlog + com.ascentstream.distributedlog distributedlog-core ${project.parent.version} tests @@ -98,7 +98,7 @@ - org.apache.bookkeeper + com.ascentstream.bookkeeper testtools ${project.parent.version} test diff --git a/stream/storage/api/pom.xml b/stream/storage/api/pom.xml index a200469cfe6..3ebacde5786 100644 --- a/stream/storage/api/pom.xml +++ b/stream/storage/api/pom.xml @@ -18,7 +18,7 @@ 4.0.0 - org.apache.bookkeeper + com.ascentstream.bookkeeper stream-storage-service-parent 4.17.4-SNAPSHOT .. @@ -28,12 +28,12 @@ - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-common ${project.parent.version} - org.apache.bookkeeper + com.ascentstream.bookkeeper stream-storage-proto ${project.parent.version} diff --git a/stream/storage/impl/pom.xml b/stream/storage/impl/pom.xml index 590ac3e7c96..683082c3933 100644 --- a/stream/storage/impl/pom.xml +++ b/stream/storage/impl/pom.xml @@ -18,7 +18,7 @@ 4.0.0 - org.apache.bookkeeper + com.ascentstream.bookkeeper stream-storage-service-parent 4.17.4-SNAPSHOT .. @@ -28,17 +28,17 @@ - org.apache.bookkeeper + com.ascentstream.bookkeeper stream-storage-service-api ${project.parent.version} - org.apache.bookkeeper + com.ascentstream.bookkeeper stream-storage-java-client-base ${project.parent.version} - org.apache.bookkeeper + com.ascentstream.bookkeeper statelib ${project.parent.version} @@ -47,32 +47,32 @@ curator-recipes - org.apache.bookkeeper + com.ascentstream.bookkeeper testtools ${project.parent.version} test - org.apache.distributedlog + com.ascentstream.distributedlog distributedlog-core ${project.parent.version} tests test - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-common ${project.parent.version} tests test - org.apache.bookkeeper.tests + com.ascentstream.bookkeeper.tests stream-storage-tests-common ${project.version} - org.apache.bookkeeper + com.ascentstream.bookkeeper stream-storage-java-client-base ${project.parent.version} test-jar diff --git a/stream/storage/pom.xml b/stream/storage/pom.xml index 94d6b0a7940..11e1b7b5772 100644 --- a/stream/storage/pom.xml +++ b/stream/storage/pom.xml @@ -19,7 +19,7 @@ pom 4.0.0 - org.apache.bookkeeper + com.ascentstream.bookkeeper stream-storage-parent 4.17.4-SNAPSHOT .. diff --git a/stream/tests-common/pom.xml b/stream/tests-common/pom.xml index 2155b4fc574..ea0bb09dc2b 100644 --- a/stream/tests-common/pom.xml +++ b/stream/tests-common/pom.xml @@ -18,12 +18,12 @@ 4.0.0 - org.apache.bookkeeper + com.ascentstream.bookkeeper stream-storage-parent 4.17.4-SNAPSHOT .. - org.apache.bookkeeper.tests + com.ascentstream.bookkeeper.tests stream-storage-tests-common Apache BookKeeper :: Stream Storage :: Common Classes for Tests diff --git a/tests/backward-compat/bc-non-fips/pom.xml b/tests/backward-compat/bc-non-fips/pom.xml index d946dc81fdc..a773bf7f337 100644 --- a/tests/backward-compat/bc-non-fips/pom.xml +++ b/tests/backward-compat/bc-non-fips/pom.xml @@ -18,13 +18,13 @@ 4.0.0 - org.apache.bookkeeper.tests + com.ascentstream.bookkeeper.tests backward-compat 4.17.4-SNAPSHOT .. - org.apache.bookkeeper.tests.backward-compat + com.ascentstream.bookkeeper.tests.backward-compat bc-non-fips jar Apache BookKeeper :: Tests :: Backward Compatibility :: Test Bouncy Castle Provider load non FIPS version @@ -40,7 +40,7 @@ - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-server ${project.version} diff --git a/tests/backward-compat/current-server-old-clients/pom.xml b/tests/backward-compat/current-server-old-clients/pom.xml index 4d4aa675662..7b6422ff58f 100644 --- a/tests/backward-compat/current-server-old-clients/pom.xml +++ b/tests/backward-compat/current-server-old-clients/pom.xml @@ -18,13 +18,13 @@ 4.0.0 - org.apache.bookkeeper.tests + com.ascentstream.bookkeeper.tests backward-compat 4.17.4-SNAPSHOT .. - org.apache.bookkeeper.tests.backward-compat + com.ascentstream.bookkeeper.tests.backward-compat backward-compat-current-server-old-clients jar Apache BookKeeper :: Tests :: Backward Compatibility :: Test old clients working on current server diff --git a/tests/backward-compat/hierarchical-ledger-manager/pom.xml b/tests/backward-compat/hierarchical-ledger-manager/pom.xml index 7c33abf6478..2c06de65df6 100644 --- a/tests/backward-compat/hierarchical-ledger-manager/pom.xml +++ b/tests/backward-compat/hierarchical-ledger-manager/pom.xml @@ -18,13 +18,13 @@ 4.0.0 - org.apache.bookkeeper.tests + com.ascentstream.bookkeeper.tests backward-compat 4.17.4-SNAPSHOT .. - org.apache.bookkeeper.tests.backward-compat + com.ascentstream.bookkeeper.tests.backward-compat hierarchical-ledger-manager jar Apache BookKeeper :: Tests :: Backward Compatibility :: Test compat between old version and new version of hierarchical ledger manager diff --git a/tests/backward-compat/hostname-bookieid/pom.xml b/tests/backward-compat/hostname-bookieid/pom.xml index 691610c2147..a346a3d09dc 100644 --- a/tests/backward-compat/hostname-bookieid/pom.xml +++ b/tests/backward-compat/hostname-bookieid/pom.xml @@ -18,13 +18,13 @@ 4.0.0 - org.apache.bookkeeper.tests + com.ascentstream.bookkeeper.tests backward-compat 4.17.4-SNAPSHOT .. - org.apache.bookkeeper.tests.backward-compat + com.ascentstream.bookkeeper.tests.backward-compat hostname-bookieid jar Apache BookKeeper :: Tests :: Backward Compatibility :: Test upgrade between 4.1.0 and current version (with hostname bookie ID) diff --git a/tests/backward-compat/old-cookie-new-cluster/pom.xml b/tests/backward-compat/old-cookie-new-cluster/pom.xml index 830d096989e..7ade0282476 100644 --- a/tests/backward-compat/old-cookie-new-cluster/pom.xml +++ b/tests/backward-compat/old-cookie-new-cluster/pom.xml @@ -18,13 +18,13 @@ 4.0.0 - org.apache.bookkeeper.tests + com.ascentstream.bookkeeper.tests backward-compat 4.17.4-SNAPSHOT .. - org.apache.bookkeeper.tests.backward-compat + com.ascentstream.bookkeeper.tests.backward-compat old-cookie-new-cluster jar Apache BookKeeper :: Tests :: Backward Compatibility :: Test upgrade 4.1.0 to current in cluster with cookies diff --git a/tests/backward-compat/pom.xml b/tests/backward-compat/pom.xml index 34117d83631..7888bbe2318 100644 --- a/tests/backward-compat/pom.xml +++ b/tests/backward-compat/pom.xml @@ -19,12 +19,12 @@ pom 4.0.0 - org.apache.bookkeeper.tests + com.ascentstream.bookkeeper.tests integration-tests-base-groovy 4.17.4-SNAPSHOT ../integration-tests-base-groovy - org.apache.bookkeeper.tests + com.ascentstream.bookkeeper.tests backward-compat Apache BookKeeper :: Tests :: Backward Compatibility diff --git a/tests/backward-compat/recovery-no-password/pom.xml b/tests/backward-compat/recovery-no-password/pom.xml index 47cf3f9cde1..2f45861c4c3 100644 --- a/tests/backward-compat/recovery-no-password/pom.xml +++ b/tests/backward-compat/recovery-no-password/pom.xml @@ -18,20 +18,20 @@ 4.0.0 - org.apache.bookkeeper.tests + com.ascentstream.bookkeeper.tests backward-compat 4.17.4-SNAPSHOT .. - org.apache.bookkeeper.tests.backward-compat + com.ascentstream.bookkeeper.tests.backward-compat recovery-no-password jar Apache BookKeeper :: Tests :: Backward Compatibility :: Test recovery does not work when password no in metadata - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-server ${project.version} diff --git a/tests/backward-compat/upgrade-direct/pom.xml b/tests/backward-compat/upgrade-direct/pom.xml index 0484ffd00fc..0a3d6dbf5ce 100644 --- a/tests/backward-compat/upgrade-direct/pom.xml +++ b/tests/backward-compat/upgrade-direct/pom.xml @@ -18,13 +18,13 @@ 4.0.0 - org.apache.bookkeeper.tests + com.ascentstream.bookkeeper.tests backward-compat 4.17.4-SNAPSHOT .. - org.apache.bookkeeper.tests.backward-compat + com.ascentstream.bookkeeper.tests.backward-compat upgrade-direct jar Apache BookKeeper :: Tests :: Backward Compatibility :: Test upgrade between 4.1.0 and current version diff --git a/tests/backward-compat/upgrade/pom.xml b/tests/backward-compat/upgrade/pom.xml index 4c858411970..9636fadf3c6 100644 --- a/tests/backward-compat/upgrade/pom.xml +++ b/tests/backward-compat/upgrade/pom.xml @@ -18,13 +18,13 @@ 4.0.0 - org.apache.bookkeeper.tests + com.ascentstream.bookkeeper.tests backward-compat 4.17.4-SNAPSHOT .. - org.apache.bookkeeper.tests.backward-compat + com.ascentstream.bookkeeper.tests.backward-compat upgrade jar Apache BookKeeper :: Tests :: Backward Compatibility :: Test upgrade between all released versions and current version diff --git a/tests/backward-compat/yahoo-custom-version/pom.xml b/tests/backward-compat/yahoo-custom-version/pom.xml index cc496e9fd1b..9a4d8cc8ac7 100644 --- a/tests/backward-compat/yahoo-custom-version/pom.xml +++ b/tests/backward-compat/yahoo-custom-version/pom.xml @@ -18,13 +18,13 @@ 4.0.0 - org.apache.bookkeeper.tests + com.ascentstream.bookkeeper.tests backward-compat 4.17.4-SNAPSHOT .. - org.apache.bookkeeper.tests.backward-compat + com.ascentstream.bookkeeper.tests.backward-compat yahoo-custom-version jar Apache BookKeeper :: Tests :: Backward Compatibility :: Test upgrade between yahoo custom version and current diff --git a/tests/docker-images/all-released-versions-image/pom.xml b/tests/docker-images/all-released-versions-image/pom.xml index b0a8071a5b7..ff1d84792ae 100644 --- a/tests/docker-images/all-released-versions-image/pom.xml +++ b/tests/docker-images/all-released-versions-image/pom.xml @@ -17,12 +17,12 @@ - org.apache.bookkeeper.tests + com.ascentstream.bookkeeper.tests docker-images 4.17.4-SNAPSHOT 4.0.0 - org.apache.bookkeeper.tests + com.ascentstream.bookkeeper.tests all-released-versions-image Apache BookKeeper :: Tests :: Docker Images :: All Released Versions pom diff --git a/tests/docker-images/all-versions-image/pom.xml b/tests/docker-images/all-versions-image/pom.xml index db9944c0668..12b22155386 100644 --- a/tests/docker-images/all-versions-image/pom.xml +++ b/tests/docker-images/all-versions-image/pom.xml @@ -17,25 +17,25 @@ - org.apache.bookkeeper.tests + com.ascentstream.bookkeeper.tests docker-images 4.17.4-SNAPSHOT 4.0.0 - org.apache.bookkeeper.tests + com.ascentstream.bookkeeper.tests all-versions-image Apache BookKeeper :: Tests :: Docker Images :: All Versions pom - org.apache.bookkeeper.tests + com.ascentstream.bookkeeper.tests all-released-versions-image ${project.parent.version} pom - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-dist-server ${project.parent.version} bin diff --git a/tests/docker-images/current-version-image/pom.xml b/tests/docker-images/current-version-image/pom.xml index 5024128fd2c..9b70963a1df 100644 --- a/tests/docker-images/current-version-image/pom.xml +++ b/tests/docker-images/current-version-image/pom.xml @@ -17,18 +17,18 @@ - org.apache.bookkeeper.tests + com.ascentstream.bookkeeper.tests docker-images 4.17.4-SNAPSHOT 4.0.0 - org.apache.bookkeeper.tests + com.ascentstream.bookkeeper.tests current-version-image Apache BookKeeper :: Tests :: Docker Images :: Current Version pom - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-dist-server ${project.parent.version} bin diff --git a/tests/docker-images/pom.xml b/tests/docker-images/pom.xml index 46b4c830b7a..113d717732d 100644 --- a/tests/docker-images/pom.xml +++ b/tests/docker-images/pom.xml @@ -19,11 +19,11 @@ pom 4.0.0 - org.apache.bookkeeper.tests + com.ascentstream.bookkeeper.tests tests-parent 4.17.4-SNAPSHOT - org.apache.bookkeeper.tests + com.ascentstream.bookkeeper.tests docker-images Apache BookKeeper :: Tests :: Docker Images diff --git a/tests/integration-tests-base-groovy/pom.xml b/tests/integration-tests-base-groovy/pom.xml index ecae400e50a..549bd93c322 100644 --- a/tests/integration-tests-base-groovy/pom.xml +++ b/tests/integration-tests-base-groovy/pom.xml @@ -18,13 +18,13 @@ 4.0.0 - org.apache.bookkeeper.tests + com.ascentstream.bookkeeper.tests integration-tests-base 4.17.4-SNAPSHOT ../integration-tests-base - org.apache.bookkeeper.tests + com.ascentstream.bookkeeper.tests integration-tests-base-groovy pom diff --git a/tests/integration-tests-base/pom.xml b/tests/integration-tests-base/pom.xml index ae035ecb6a5..9c5ff53194c 100644 --- a/tests/integration-tests-base/pom.xml +++ b/tests/integration-tests-base/pom.xml @@ -18,12 +18,12 @@ 4.0.0 - org.apache.bookkeeper.tests + com.ascentstream.bookkeeper.tests tests-parent 4.17.4-SNAPSHOT - org.apache.bookkeeper.tests + com.ascentstream.bookkeeper.tests integration-tests-base pom @@ -32,13 +32,13 @@ - org.apache.bookkeeper.tests + com.ascentstream.bookkeeper.tests integration-tests-utils ${project.version} - org.apache.bookkeeper.tests + com.ascentstream.bookkeeper.tests integration-tests-topologies ${project.version} diff --git a/tests/integration-tests-topologies/pom.xml b/tests/integration-tests-topologies/pom.xml index 70199033198..f3e3bb92235 100644 --- a/tests/integration-tests-topologies/pom.xml +++ b/tests/integration-tests-topologies/pom.xml @@ -18,12 +18,12 @@ 4.0.0 - org.apache.bookkeeper.tests + com.ascentstream.bookkeeper.tests tests-parent 4.17.4-SNAPSHOT - org.apache.bookkeeper.tests + com.ascentstream.bookkeeper.tests integration-tests-topologies jar @@ -40,7 +40,7 @@ compile - org.apache.bookkeeper.tests + com.ascentstream.bookkeeper.tests integration-tests-utils ${project.version} diff --git a/tests/integration-tests-utils/pom.xml b/tests/integration-tests-utils/pom.xml index 5497a93a8c9..a3ff5e4e651 100644 --- a/tests/integration-tests-utils/pom.xml +++ b/tests/integration-tests-utils/pom.xml @@ -18,12 +18,12 @@ 4.0.0 - org.apache.bookkeeper.tests + com.ascentstream.bookkeeper.tests tests-parent 4.17.4-SNAPSHOT - org.apache.bookkeeper.tests + com.ascentstream.bookkeeper.tests integration-tests-utils jar diff --git a/tests/integration/cluster/pom.xml b/tests/integration/cluster/pom.xml index b87204a84b6..9331348b3d9 100644 --- a/tests/integration/cluster/pom.xml +++ b/tests/integration/cluster/pom.xml @@ -19,48 +19,48 @@ 4.0.0 - org.apache.bookkeeper.tests + com.ascentstream.bookkeeper.tests integration 4.17.4-SNAPSHOT .. - org.apache.bookkeeper.tests.integration + com.ascentstream.bookkeeper.tests.integration cluster jar Apache BookKeeper :: Tests :: Integration :: Cluster test - org.apache.bookkeeper + com.ascentstream.bookkeeper testtools ${project.parent.version} test - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-server ${project.version} test - org.apache.bookkeeper + com.ascentstream.bookkeeper stream-storage-server ${project.version} test - org.apache.bookkeeper.tests + com.ascentstream.bookkeeper.tests integration-tests-topologies ${project.version} test - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-common ${project.version} test-jar diff --git a/tests/integration/pom.xml b/tests/integration/pom.xml index 21280cd1f61..bf5b4ddef83 100644 --- a/tests/integration/pom.xml +++ b/tests/integration/pom.xml @@ -19,11 +19,11 @@ pom 4.0.0 - org.apache.bookkeeper.tests + com.ascentstream.bookkeeper.tests tests-parent 4.17.4-SNAPSHOT - org.apache.bookkeeper.tests + com.ascentstream.bookkeeper.tests integration Apache BookKeeper :: Tests :: Integration diff --git a/tests/integration/smoke/pom.xml b/tests/integration/smoke/pom.xml index 6b644904ca6..260096991ce 100644 --- a/tests/integration/smoke/pom.xml +++ b/tests/integration/smoke/pom.xml @@ -18,13 +18,13 @@ 4.0.0 - org.apache.bookkeeper.tests + com.ascentstream.bookkeeper.tests integration 4.17.4-SNAPSHOT .. - org.apache.bookkeeper.tests.integration + com.ascentstream.bookkeeper.tests.integration smoke jar Apache BookKeeper :: Tests :: Integration :: Smoke test @@ -53,21 +53,21 @@ - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-server ${project.version} test - org.apache.bookkeeper.tests + com.ascentstream.bookkeeper.tests integration-tests-utils ${project.version} test - org.apache.bookkeeper.tests + com.ascentstream.bookkeeper.tests integration-tests-topologies ${project.version} test diff --git a/tests/integration/standalone/pom.xml b/tests/integration/standalone/pom.xml index 5d44d9b884b..f29f562afbf 100644 --- a/tests/integration/standalone/pom.xml +++ b/tests/integration/standalone/pom.xml @@ -19,34 +19,34 @@ 4.0.0 - org.apache.bookkeeper.tests + com.ascentstream.bookkeeper.tests integration 4.17.4-SNAPSHOT .. - org.apache.bookkeeper.tests.integration + com.ascentstream.bookkeeper.tests.integration standalone jar Apache BookKeeper :: Tests :: Integration :: Standalone test - org.apache.bookkeeper + com.ascentstream.bookkeeper testtools ${project.parent.version} test - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-server ${project.version} test - org.apache.bookkeeper.tests + com.ascentstream.bookkeeper.tests integration-tests-topologies ${project.version} test diff --git a/tests/pom.xml b/tests/pom.xml index b590a567717..c817421eaf5 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -19,11 +19,11 @@ pom 4.0.0 - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper 4.17.4-SNAPSHOT - org.apache.bookkeeper.tests + com.ascentstream.bookkeeper.tests tests-parent Apache BookKeeper :: Tests diff --git a/tests/scripts/pom.xml b/tests/scripts/pom.xml index 390cc2a0cf5..0fe055deb30 100644 --- a/tests/scripts/pom.xml +++ b/tests/scripts/pom.xml @@ -18,12 +18,12 @@ 4.0.0 - org.apache.bookkeeper.tests + com.ascentstream.bookkeeper.tests tests-parent 4.17.4-SNAPSHOT - org.apache.bookkeeper.tests + com.ascentstream.bookkeeper.tests scripts jar Apache BookKeeper :: Tests :: Bash Scripts Test diff --git a/tests/shaded/bookkeeper-server-shaded-test/pom.xml b/tests/shaded/bookkeeper-server-shaded-test/pom.xml index 19438b53d17..6fd6c6f6af4 100644 --- a/tests/shaded/bookkeeper-server-shaded-test/pom.xml +++ b/tests/shaded/bookkeeper-server-shaded-test/pom.xml @@ -18,7 +18,7 @@ 4.0.0 - org.apache.bookkeeper.tests.shaded + com.ascentstream.bookkeeper.tests.shaded shaded-tests-parent 4.17.4-SNAPSHOT .. @@ -27,7 +27,7 @@ Apache BookKeeper :: Tests :: bookkeeper-server-shaded test - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-server-shaded ${project.version} test diff --git a/tests/shaded/bookkeeper-server-tests-shaded-test/pom.xml b/tests/shaded/bookkeeper-server-tests-shaded-test/pom.xml index 7dee8d93bb9..4a504442048 100644 --- a/tests/shaded/bookkeeper-server-tests-shaded-test/pom.xml +++ b/tests/shaded/bookkeeper-server-tests-shaded-test/pom.xml @@ -18,7 +18,7 @@ 4.0.0 - org.apache.bookkeeper.tests.shaded + com.ascentstream.bookkeeper.tests.shaded shaded-tests-parent 4.17.4-SNAPSHOT .. @@ -27,7 +27,7 @@ Apache BookKeeper :: Tests :: bookkeeper-server-tests-shaded test - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-server-shaded ${project.version} test @@ -47,7 +47,7 @@ - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-server-tests-shaded ${project.version} test diff --git a/tests/shaded/distributedlog-core-shaded-test/pom.xml b/tests/shaded/distributedlog-core-shaded-test/pom.xml index 3113d3ef2e0..0bde50e20ac 100644 --- a/tests/shaded/distributedlog-core-shaded-test/pom.xml +++ b/tests/shaded/distributedlog-core-shaded-test/pom.xml @@ -18,7 +18,7 @@ 4.0.0 - org.apache.bookkeeper.tests.shaded + com.ascentstream.bookkeeper.tests.shaded shaded-tests-parent 4.17.4-SNAPSHOT .. @@ -27,7 +27,7 @@ Apache BookKeeper :: Tests :: distributedlog-core-shaded test - org.apache.distributedlog + com.ascentstream.distributedlog distributedlog-core-shaded ${project.version} test @@ -37,27 +37,27 @@ to verify protobuf and guava classes have been relocated --> - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-server - org.apache.bookkeeper.http + com.ascentstream.bookkeeper.http bookkeeper-http - org.apache.bookkeeper + com.ascentstream.bookkeeper circe-checksum - org.apache.distributedlog + com.ascentstream.distributedlog distributedlog-core - org.apache.distributedlog + com.ascentstream.distributedlog distributedlog-common - org.apache.distributedlog + com.ascentstream.distributedlog distributedlog-protocol diff --git a/tests/shaded/pom.xml b/tests/shaded/pom.xml index 94327eb0cd5..e8938a796db 100644 --- a/tests/shaded/pom.xml +++ b/tests/shaded/pom.xml @@ -19,12 +19,12 @@ pom 4.0.0 - org.apache.bookkeeper.tests + com.ascentstream.bookkeeper.tests tests-parent 4.17.4-SNAPSHOT .. - org.apache.bookkeeper.tests.shaded + com.ascentstream.bookkeeper.tests.shaded shaded-tests-parent Apache BookKeeper :: Tests :: Test Shaded Jars diff --git a/testtools/pom.xml b/testtools/pom.xml index 653ffd1a569..cf19edd020a 100644 --- a/testtools/pom.xml +++ b/testtools/pom.xml @@ -18,7 +18,7 @@ 4.0.0 - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper 4.17.4-SNAPSHOT diff --git a/tools/all/pom.xml b/tools/all/pom.xml index 24c1a491941..2d60cc04e21 100644 --- a/tools/all/pom.xml +++ b/tools/all/pom.xml @@ -21,19 +21,19 @@ 4.0.0 bookkeeper-tools-parent - org.apache.bookkeeper + com.ascentstream.bookkeeper 4.17.4-SNAPSHOT bookkeeper-tools Apache BookKeeper :: Tools - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-tools-ledger ${project.version} - org.apache.bookkeeper + com.ascentstream.bookkeeper stream-storage-cli ${project.version} diff --git a/tools/framework/pom.xml b/tools/framework/pom.xml index a8ca1c8b4bd..e25d413be9f 100644 --- a/tools/framework/pom.xml +++ b/tools/framework/pom.xml @@ -19,7 +19,7 @@ 4.0.0 bookkeeper-tools-parent - org.apache.bookkeeper + com.ascentstream.bookkeeper 4.17.4-SNAPSHOT bookkeeper-tools-framework @@ -30,12 +30,12 @@ jcommander - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-common ${project.version} - org.apache.bookkeeper + com.ascentstream.bookkeeper buildtools ${project.parent.version} test diff --git a/tools/ledger/pom.xml b/tools/ledger/pom.xml index 1ff515218b0..733a604de86 100644 --- a/tools/ledger/pom.xml +++ b/tools/ledger/pom.xml @@ -19,19 +19,19 @@ 4.0.0 bookkeeper-tools-parent - org.apache.bookkeeper + com.ascentstream.bookkeeper 4.17.4-SNAPSHOT bookkeeper-tools-ledger Apache BookKeeper :: Tools :: Ledger - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-tools-framework ${project.version} - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-server ${project.parent.version} @@ -46,19 +46,19 @@ runtime - org.apache.bookkeeper + com.ascentstream.bookkeeper buildtools ${project.parent.version} test - org.apache.bookkeeper + com.ascentstream.bookkeeper testtools ${project.parent.version} test - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-server test-jar ${project.parent.version} diff --git a/tools/perf/pom.xml b/tools/perf/pom.xml index 855207bd235..a5d1cd76f0d 100644 --- a/tools/perf/pom.xml +++ b/tools/perf/pom.xml @@ -15,7 +15,7 @@ 4.0.0 - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-tools-parent 4.17.4-SNAPSHOT @@ -24,22 +24,22 @@ - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-tools-framework ${project.version} - org.apache.distributedlog + com.ascentstream.distributedlog distributedlog-core ${project.version} - org.apache.bookkeeper + com.ascentstream.bookkeeper stream-storage-java-client ${project.version} - org.apache.bookkeeper.stats + com.ascentstream.bookkeeper.stats prometheus-metrics-provider ${project.version} diff --git a/tools/pom.xml b/tools/pom.xml index dc4560a7874..7c2bc98bb03 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -19,7 +19,7 @@ 4.0.0 bookkeeper - org.apache.bookkeeper + com.ascentstream.bookkeeper 4.17.4-SNAPSHOT bookkeeper-tools-parent diff --git a/tools/stream/pom.xml b/tools/stream/pom.xml index a1d6163d65f..c972def9490 100644 --- a/tools/stream/pom.xml +++ b/tools/stream/pom.xml @@ -19,7 +19,7 @@ 4.0.0 - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-tools-parent 4.17.4-SNAPSHOT @@ -28,22 +28,22 @@ - org.apache.bookkeeper + com.ascentstream.bookkeeper stream-storage-java-client ${project.version} - org.apache.bookkeeper + com.ascentstream.bookkeeper stream-storage-service-impl ${project.version} - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-tools-framework ${project.version} - org.apache.bookkeeper + com.ascentstream.bookkeeper bookkeeper-server ${project.version} From 82c18b38aba6e7e33b3b15aec62b3c508d924349 Mon Sep 17 00:00:00 2001 From: Zixuan Liu Date: Wed, 22 Apr 2026 10:19:17 +0800 Subject: [PATCH 2/2] chore: update DLOG_MODULE_NAME groupId --- bin/dlog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/dlog b/bin/dlog index 2e8c2a32add..ad068458a95 100755 --- a/bin/dlog +++ b/bin/dlog @@ -25,7 +25,7 @@ BK_HOME=`cd ${BINDIR}/..;pwd` source ${BK_HOME}/bin/common.sh -DLOG_MODULE_NAME="(org.apache.distributedlog-)?distributedlog-core" +DLOG_MODULE_NAME="(com.ascentstream.distributedlog-)?distributedlog-core" DLOG_MODULE_PATH=stream/distributedlog/core DLOG_MODULE_HOME=${BK_HOME}/${DLOG_MODULE_PATH}