diff --git a/.github/workflows/bk-ci.yml b/.github/workflows/bk-ci.yml
index 582d9589b68..d02dd045bb3 100644
--- a/.github/workflows/bk-ci.yml
+++ b/.github/workflows/bk-ci.yml
@@ -22,10 +22,12 @@ name: BookKeeper CI
on:
pull_request:
branches:
+ - as-master
- master
- branch-*
push:
branches:
+ - as-master
- master
- branch-*
workflow_dispatch:
diff --git a/.github/workflows/bk-streamstorage-python.yml b/.github/workflows/bk-streamstorage-python.yml
index 5e696e052a7..3d571bb7264 100644
--- a/.github/workflows/bk-streamstorage-python.yml
+++ b/.github/workflows/bk-streamstorage-python.yml
@@ -21,6 +21,7 @@ name: BookKeeper StreamStorage Python Client
on:
pull_request:
branches:
+ - as-master
- master
- branch-*
paths:
diff --git a/.github/workflows/dead-link-checker.yaml b/.github/workflows/dead-link-checker.yaml
index 8dae314d409..aed79a35158 100644
--- a/.github/workflows/dead-link-checker.yaml
+++ b/.github/workflows/dead-link-checker.yaml
@@ -20,6 +20,7 @@ on:
push:
pull_request:
branches:
+ - as-master
- master
- branch-*
paths:
diff --git a/.github/workflows/website-pr-validation.yml b/.github/workflows/website-pr-validation.yml
index a226678d963..3c73fe05710 100644
--- a/.github/workflows/website-pr-validation.yml
+++ b/.github/workflows/website-pr-validation.yml
@@ -23,6 +23,7 @@ on:
workflow_dispatch:
pull_request:
branches:
+ - as-master
- master
- branch-*
paths:
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 37bcdff5716..e52defcd496 100755
--- a/bin/common.sh
+++ b/bin/common.sh
@@ -116,8 +116,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/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}
diff --git a/bookkeeper-benchmark/pom.xml b/bookkeeper-benchmark/pom.xml
index 25cbef16eff..5ef444c49ca 100644
--- a/bookkeeper-benchmark/pom.xml
+++ b/bookkeeper-benchmark/pom.xml
@@ -20,7 +20,7 @@
4.0.0
bookkeeper
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
4.18.0-SNAPSHOT
bookkeeper-benchmark
@@ -43,12 +43,12 @@
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
bookkeeper-server
${project.version}
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
testtools
${project.parent.version}
test
@@ -72,14 +72,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 4cd84169269..b7e3bd8cee9 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.18.0-SNAPSHOT
diff --git a/bookkeeper-common/pom.xml b/bookkeeper-common/pom.xml
index 985f1e2fb72..a6dc52e6e87 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.18.0-SNAPSHOT
@@ -31,7 +31,7 @@
${project.parent.version}
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
cpu-affinity
${project.parent.version}
@@ -102,7 +102,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 89dded19fbc..8d3acc1b85b 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.18.0-SNAPSHOT
..
@@ -33,7 +33,7 @@
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
bookkeeper-server
${project.version}
@@ -81,14 +81,14 @@
- 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 ecfb2697d5f..eb06059c47d 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.18.0-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 e9efd48143c..0438fadcbbe 100644
--- a/bookkeeper-dist/pom.xml
+++ b/bookkeeper-dist/pom.xml
@@ -18,7 +18,7 @@
bookkeeper
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
4.18.0-SNAPSHOT
4.0.0
diff --git a/bookkeeper-dist/server/pom.xml b/bookkeeper-dist/server/pom.xml
index a3f3d8d3d39..81be0d1afca 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.18.0-SNAPSHOT
..
@@ -33,7 +33,7 @@
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
bookkeeper-server
${project.version}
@@ -69,21 +69,21 @@
- 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 b4738eed52a..2ba100c8759 100644
--- a/bookkeeper-dist/src/assemble/bin-all.xml
+++ b/bookkeeper-dist/src/assemble/bin-all.xml
@@ -105,11 +105,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 eb4aada2fe0..bd236aba035 100644
--- a/bookkeeper-dist/src/assemble/bin-server.xml
+++ b/bookkeeper-dist/src/assemble/bin-server.xml
@@ -91,11 +91,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 97df42b9701..3b1e814dfd4 100644
--- a/bookkeeper-dist/src/assemble/bkctl.xml
+++ b/bookkeeper-dist/src/assemble/bkctl.xml
@@ -108,10 +108,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 64f952e6f36..dde2306819e 100644
--- a/bookkeeper-http/http-server/pom.xml
+++ b/bookkeeper-http/http-server/pom.xml
@@ -18,7 +18,7 @@
bookkeeper
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
4.18.0-SNAPSHOT
../..
diff --git a/bookkeeper-http/pom.xml b/bookkeeper-http/pom.xml
index d026ebf0436..bc3e09ba404 100644
--- a/bookkeeper-http/pom.xml
+++ b/bookkeeper-http/pom.xml
@@ -18,7 +18,7 @@
bookkeeper
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
4.18.0-SNAPSHOT
4.0.0
diff --git a/bookkeeper-http/servlet-http-server/pom.xml b/bookkeeper-http/servlet-http-server/pom.xml
index 2e90f1b5c43..ab433703bf8 100644
--- a/bookkeeper-http/servlet-http-server/pom.xml
+++ b/bookkeeper-http/servlet-http-server/pom.xml
@@ -18,7 +18,7 @@
bookkeeper
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
4.18.0-SNAPSHOT
../..
diff --git a/bookkeeper-http/vertx-http-server/pom.xml b/bookkeeper-http/vertx-http-server/pom.xml
index 29a00f21d0d..cffa74aa7c1 100644
--- a/bookkeeper-http/vertx-http-server/pom.xml
+++ b/bookkeeper-http/vertx-http-server/pom.xml
@@ -18,7 +18,7 @@
bookkeeper
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
4.18.0-SNAPSHOT
../..
diff --git a/bookkeeper-proto/pom.xml b/bookkeeper-proto/pom.xml
index 21e28cafce7..8e9de049512 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.18.0-SNAPSHOT
bookkeeper-proto
diff --git a/bookkeeper-server/pom.xml b/bookkeeper-server/pom.xml
index da482b9c5ab..75657f25db3 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.18.0-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
@@ -102,7 +102,7 @@
${project.version}
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
circe-checksum
${project.version}
@@ -176,7 +176,7 @@
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
bookkeeper-common
${project.parent.version}
test-jar
diff --git a/bookkeeper-slogger/api/pom.xml b/bookkeeper-slogger/api/pom.xml
index 59dd4459d9f..9f64644e607 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.18.0-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 6bd3d91f59f..9a31da31fe0 100644
--- a/bookkeeper-slogger/pom.xml
+++ b/bookkeeper-slogger/pom.xml
@@ -16,7 +16,7 @@
4.0.0
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
bookkeeper
4.18.0-SNAPSHOT
..
diff --git a/bookkeeper-slogger/slf4j/pom.xml b/bookkeeper-slogger/slf4j/pom.xml
index e45b5848bfe..4e71976219a 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.18.0-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 7248d4f3afc..8f4c1e8537f 100644
--- a/buildtools/pom.xml
+++ b/buildtools/pom.xml
@@ -18,7 +18,7 @@
4.0.0
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
bookkeeper
4.18.0-SNAPSHOT
diff --git a/circe-checksum/pom.xml b/circe-checksum/pom.xml
index 376619c6358..2c9f85cd0bb 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.18.0-SNAPSHOT
..
@@ -40,7 +40,7 @@
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
native-library-common
${project.parent.version}
@@ -56,7 +56,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 5839c916cec..6f32a397e92 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.18.0-SNAPSHOT
..
@@ -34,7 +34,7 @@
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
native-library-common
${project.parent.version}
diff --git a/dev/check-binary-license b/dev/check-binary-license
index 27058a86e6e..82018811c5e 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/metadata-drivers/etcd/pom.xml b/metadata-drivers/etcd/pom.xml
index 0179eaad963..bd2febdeaef 100644
--- a/metadata-drivers/etcd/pom.xml
+++ b/metadata-drivers/etcd/pom.xml
@@ -28,7 +28,7 @@
Apache BookKeeper :: Metadata Drivers:: Etcd
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
bookkeeper-server
${project.version}
@@ -63,20 +63,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/pom.xml b/metadata-drivers/pom.xml
index b54b2cfc064..9cdc4ab9962 100644
--- a/metadata-drivers/pom.xml
+++ b/metadata-drivers/pom.xml
@@ -18,7 +18,7 @@
bookkeeper
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
4.18.0-SNAPSHOT
4.0.0
diff --git a/microbenchmarks/pom.xml b/microbenchmarks/pom.xml
index 2815aa95a4c..159f6373141 100644
--- a/microbenchmarks/pom.xml
+++ b/microbenchmarks/pom.xml
@@ -18,7 +18,7 @@
4.0.0
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
bookkeeper
4.18.0-SNAPSHOT
@@ -39,7 +39,7 @@
provided
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
bookkeeper-server
${project.parent.version}
compile
diff --git a/native-io/pom.xml b/native-io/pom.xml
index fe3d15820ba..4fa0174575e 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.18.0-SNAPSHOT
..
@@ -41,7 +41,7 @@
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
native-library-common
${project.parent.version}
diff --git a/native-library-common/pom.xml b/native-library-common/pom.xml
index c334259350d..bed4bfedab5 100644
--- a/native-library-common/pom.xml
+++ b/native-library-common/pom.xml
@@ -17,7 +17,7 @@
4.0.0
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
bookkeeper
4.18.0-SNAPSHOT
..
diff --git a/pom.xml b/pom.xml
index 29d3d24be86..de69c172f93 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
31
4.0.0
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
4.18.0-SNAPSHOT
bookkeeper
pom
diff --git a/shaded/bookkeeper-server-shaded/pom.xml b/shaded/bookkeeper-server-shaded/pom.xml
index 89e22a81baa..7c63034ba2b 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.18.0-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:native-library-common
- 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
+ com.ascentstream.bookkeeper:bookkeeper-common
+ com.ascentstream.bookkeeper:bookkeeper-common-allocator
+ com.ascentstream.bookkeeper:native-library-common
+ 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
org.apache.bookkeeper.stats:bookkeeper-stats-api
diff --git a/shaded/bookkeeper-server-tests-shaded/pom.xml b/shaded/bookkeeper-server-tests-shaded/pom.xml
index 9871bb152ee..41550253bca 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.18.0-SNAPSHOT
..
@@ -30,7 +30,7 @@
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
bookkeeper-server
test-jar
${project.version}
@@ -52,23 +52,23 @@
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
@@ -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 cd637147ad3..2e8b1b02258 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.18.0-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,14 +75,14 @@
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:native-library-common
- 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
+ com.ascentstream.bookkeeper:bookkeeper-common
+ com.ascentstream.bookkeeper:bookkeeper-common-allocator
+ com.ascentstream.bookkeeper:native-library-common
+ 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
org.apache.bookkeeper.http:http-server
org.apache.bookkeeper.stats:bookkeeper-stats-api
org.apache.commons:commons-collections4
diff --git a/shaded/pom.xml b/shaded/pom.xml
index 20eec7c0845..bcfb202b467 100644
--- a/shaded/pom.xml
+++ b/shaded/pom.xml
@@ -19,7 +19,7 @@
pom
4.0.0
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
bookkeeper
4.18.0-SNAPSHOT
diff --git a/stats/bookkeeper-stats-providers/prometheus-metrics-provider/pom.xml b/stats/bookkeeper-stats-providers/prometheus-metrics-provider/pom.xml
index c36284757e8..089e46f7732 100644
--- a/stats/bookkeeper-stats-providers/prometheus-metrics-provider/pom.xml
+++ b/stats/bookkeeper-stats-providers/prometheus-metrics-provider/pom.xml
@@ -75,7 +75,7 @@
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
testtools
${project.parent.version}
test
diff --git a/stats/pom.xml b/stats/pom.xml
index a6b0bef4b2f..a60cde58093 100644
--- a/stats/pom.xml
+++ b/stats/pom.xml
@@ -20,7 +20,7 @@
4.0.0
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
bookkeeper
4.18.0-SNAPSHOT
diff --git a/stream/api/pom.xml b/stream/api/pom.xml
index afa1d6fa606..d3067584847 100644
--- a/stream/api/pom.xml
+++ b/stream/api/pom.xml
@@ -19,7 +19,7 @@
4.0.0
stream-storage-parent
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
4.18.0-SNAPSHOT
..
@@ -27,12 +27,12 @@
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 4ad1432a53f..f261d8ae9dc 100644
--- a/stream/bk-grpc-name-resolver/pom.xml
+++ b/stream/bk-grpc-name-resolver/pom.xml
@@ -21,7 +21,7 @@
4.0.0
stream-storage-parent
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
4.18.0-SNAPSHOT
..
@@ -29,23 +29,23 @@
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
@@ -69,7 +69,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 91b2cc40acf..d3b42011927 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.18.0-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 ac0a9dae510..cc7a908dab2 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.18.0-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 700f177b6c7..ae2440672c0 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.18.0-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 acfa9710b03..18779541904 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.18.0-SNAPSHOT
..
diff --git a/stream/clients/pom.xml b/stream/clients/pom.xml
index 8e90442c964..566772c35f7 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.18.0-SNAPSHOT
..
diff --git a/stream/common/pom.xml b/stream/common/pom.xml
index 10287b189d9..6f67b561c66 100644
--- a/stream/common/pom.xml
+++ b/stream/common/pom.xml
@@ -19,7 +19,7 @@
4.0.0
stream-storage-parent
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
4.18.0-SNAPSHOT
..
@@ -27,7 +27,7 @@
Apache BookKeeper :: Stream Storage :: Common
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
bookkeeper-common
${project.parent.version}
@@ -51,7 +51,7 @@
true
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
bookkeeper-common
${project.version}
test-jar
diff --git a/stream/distributedlog/common/pom.xml b/stream/distributedlog/common/pom.xml
index 27a799109ff..8b846062d07 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.18.0-SNAPSHOT
@@ -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 d6207fe7ffe..6fa4914f739 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.18.0-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 9ea295914eb..aaebdffe7a4 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.18.0-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 1405d279a40..fb678a71394 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.18.0-SNAPSHOT
diff --git a/stream/distributedlog/pom.xml b/stream/distributedlog/pom.xml
index 1b024888a9c..3a3deb6c6e3 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.18.0-SNAPSHOT
../..
- org.apache.distributedlog
+ com.ascentstream.distributedlog
distributedlog
pom
Apache BookKeeper :: DistributedLog :: Parent
diff --git a/stream/distributedlog/protocol/pom.xml b/stream/distributedlog/protocol/pom.xml
index ef5d02c53ad..e58a1dd83d0 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.18.0-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 0c0fe66b753..78f8bc4da6a 100644
--- a/stream/pom.xml
+++ b/stream/pom.xml
@@ -18,13 +18,13 @@
4.0.0
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
bookkeeper
4.18.0-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 108d69aca63..2dc99135b12 100644
--- a/stream/proto/pom.xml
+++ b/stream/proto/pom.xml
@@ -18,7 +18,7 @@
4.0.0
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
stream-storage-parent
4.18.0-SNAPSHOT
..
@@ -28,7 +28,7 @@
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
stream-storage-common
${project.parent.version}
@@ -47,7 +47,7 @@
true
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
testtools
${project.parent.version}
test
diff --git a/stream/server/pom.xml b/stream/server/pom.xml
index e042caff494..264cb15c98c 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.18.0-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}
@@ -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 73c1b349c12..c5f4c353962 100644
--- a/stream/statelib/pom.xml
+++ b/stream/statelib/pom.xml
@@ -20,7 +20,7 @@
stream-storage-parent
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
4.18.0-SNAPSHOT
..
@@ -28,27 +28,27 @@
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}
@@ -65,7 +65,7 @@
protobuf-java
- org.apache.distributedlog
+ com.ascentstream.distributedlog
distributedlog-core
${project.parent.version}
tests
@@ -97,7 +97,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 a69f0f29cc5..9bc631b80f4 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.18.0-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 3b83074bcc0..eee90519741 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.18.0-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,20 +47,20 @@
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
@@ -72,7 +72,7 @@
${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 f2fbe654067..a17cd840e7f 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.18.0-SNAPSHOT
..
diff --git a/stream/tests-common/pom.xml b/stream/tests-common/pom.xml
index bdd3b8ab2d4..587ca9211f7 100644
--- a/stream/tests-common/pom.xml
+++ b/stream/tests-common/pom.xml
@@ -18,7 +18,7 @@
4.0.0
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
stream-storage-parent
4.18.0-SNAPSHOT
..
diff --git a/tests/backward-compat/bc-non-fips/pom.xml b/tests/backward-compat/bc-non-fips/pom.xml
index 9c7afb40496..5cc0eb6dd5a 100644
--- a/tests/backward-compat/bc-non-fips/pom.xml
+++ b/tests/backward-compat/bc-non-fips/pom.xml
@@ -37,7 +37,7 @@
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
bookkeeper-server
${project.version}
diff --git a/tests/backward-compat/recovery-no-password/pom.xml b/tests/backward-compat/recovery-no-password/pom.xml
index 57232cf3744..43c33c41361 100644
--- a/tests/backward-compat/recovery-no-password/pom.xml
+++ b/tests/backward-compat/recovery-no-password/pom.xml
@@ -31,7 +31,7 @@
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
bookkeeper-server
${project.version}
diff --git a/tests/docker-images/all-versions-image/pom.xml b/tests/docker-images/all-versions-image/pom.xml
index 17c3c17bc92..246cf615f0c 100644
--- a/tests/docker-images/all-versions-image/pom.xml
+++ b/tests/docker-images/all-versions-image/pom.xml
@@ -34,7 +34,7 @@
- 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 f422b27b36e..6d6debf4f7e 100644
--- a/tests/docker-images/current-version-image/pom.xml
+++ b/tests/docker-images/current-version-image/pom.xml
@@ -27,7 +27,7 @@
pom
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
bookkeeper-dist-server
${project.parent.version}
bin
diff --git a/tests/integration/cluster/pom.xml b/tests/integration/cluster/pom.xml
index 584b963856f..ba61a731c8d 100644
--- a/tests/integration/cluster/pom.xml
+++ b/tests/integration/cluster/pom.xml
@@ -32,21 +32,21 @@
- 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
@@ -60,7 +60,7 @@
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
bookkeeper-common
${project.version}
test-jar
diff --git a/tests/integration/smoke/pom.xml b/tests/integration/smoke/pom.xml
index 3793b9cfb55..eaa34590713 100644
--- a/tests/integration/smoke/pom.xml
+++ b/tests/integration/smoke/pom.xml
@@ -53,7 +53,7 @@
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
bookkeeper-server
${project.version}
test
diff --git a/tests/integration/standalone/pom.xml b/tests/integration/standalone/pom.xml
index fb7ceff5258..c10a07bd901 100644
--- a/tests/integration/standalone/pom.xml
+++ b/tests/integration/standalone/pom.xml
@@ -32,14 +32,14 @@
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
testtools
${project.parent.version}
test
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
bookkeeper-server
${project.version}
test
diff --git a/tests/pom.xml b/tests/pom.xml
index 96dd7e57dc7..bf16a37a575 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -19,7 +19,7 @@
pom
4.0.0
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
bookkeeper
4.18.0-SNAPSHOT
diff --git a/tests/shaded/bookkeeper-server-shaded-test/pom.xml b/tests/shaded/bookkeeper-server-shaded-test/pom.xml
index aca68e79787..a357cf0fada 100644
--- a/tests/shaded/bookkeeper-server-shaded-test/pom.xml
+++ b/tests/shaded/bookkeeper-server-shaded-test/pom.xml
@@ -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 8ce10845b35..0a8913da845 100644
--- a/tests/shaded/bookkeeper-server-tests-shaded-test/pom.xml
+++ b/tests/shaded/bookkeeper-server-tests-shaded-test/pom.xml
@@ -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 fd995e8b4d1..38b467803ae 100644
--- a/tests/shaded/distributedlog-core-shaded-test/pom.xml
+++ b/tests/shaded/distributedlog-core-shaded-test/pom.xml
@@ -27,7 +27,7 @@
Apache BookKeeper :: Tests :: distributedlog-core-shaded test
- org.apache.distributedlog
+ com.ascentstream.distributedlog
distributedlog-core-shaded
${project.version}
test
@@ -37,7 +37,7 @@
to verify protobuf and guava classes have been relocated -->
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
bookkeeper-server
@@ -45,23 +45,23 @@
bookkeeper-http
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
circe-checksum
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
native-library-common
- 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/testtools/pom.xml b/testtools/pom.xml
index 8bdb6ec47ef..02d2df9f18b 100644
--- a/testtools/pom.xml
+++ b/testtools/pom.xml
@@ -18,7 +18,7 @@
4.0.0
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
bookkeeper
4.18.0-SNAPSHOT
diff --git a/tools/all/pom.xml b/tools/all/pom.xml
index a71e78792bf..16842f2454c 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.18.0-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 fd584ad8eb7..b89567ac187 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.18.0-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 9a8f0e335f1..84ecca81ae2 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.18.0-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 6ff7842f0c3..c1c06646398 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.18.0-SNAPSHOT
@@ -24,17 +24,17 @@
- 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}
diff --git a/tools/pom.xml b/tools/pom.xml
index 993daa05f3b..c33236bdf50 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -19,7 +19,7 @@
4.0.0
bookkeeper
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
4.18.0-SNAPSHOT
bookkeeper-tools-parent
diff --git a/tools/stream/pom.xml b/tools/stream/pom.xml
index 32f10af1260..de1e76b92a7 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.18.0-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}