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/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 2c7567869d0..4a21f18809d 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.16.8-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 6d07d8dbdcf..b89e8d50b62 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.16.8-SNAPSHOT
diff --git a/bookkeeper-common/pom.xml b/bookkeeper-common/pom.xml
index d2ad1110b1d..6c186faca19 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.16.8-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}
@@ -85,7 +85,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 da8d30aff3e..d32b5db43c7 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.16.8-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,33 +57,33 @@
- org.apache.bookkeeper.stats
+ com.ascentstream.bookkeeper.stats
prometheus-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}
@@ -91,20 +91,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 7f93c8770ba..6b7fc6ad053 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.16.8-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 5b9dc71fd56..ad818ac1685 100644
--- a/bookkeeper-dist/pom.xml
+++ b/bookkeeper-dist/pom.xml
@@ -18,7 +18,7 @@
bookkeeper
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
4.16.8-SNAPSHOT
4.0.0
diff --git a/bookkeeper-dist/server/pom.xml b/bookkeeper-dist/server/pom.xml
index 89bf168e9b0..045ebe08238 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.16.8-SNAPSHOT
..
@@ -33,52 +33,52 @@
- 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.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 f0ec5e587de..42aa9a93719 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.16.8-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 dc45181f402..978773f9060 100644
--- a/bookkeeper-http/pom.xml
+++ b/bookkeeper-http/pom.xml
@@ -18,11 +18,11 @@
bookkeeper
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
4.16.8-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 057bf4b2fd9..53bc5f7b428 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.16.8-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 4a526714d65..6e8a7803b4d 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.16.8-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 6f2fe20bfce..6960c1983b5 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.16.8-SNAPSHOT
bookkeeper-proto
diff --git a/bookkeeper-server/pom.xml b/bookkeeper-server/pom.xml
index f378b303bc3..b385c79665a 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.16.8-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,13 +211,13 @@
test
- org.apache.bookkeeper.stats
+ com.ascentstream.bookkeeper.stats
prometheus-metrics-provider
${project.parent.version}
test
- org.apache.bookkeeper.http
+ com.ascentstream.bookkeeper.http
vertx-http-server
${project.parent.version}
test
@@ -291,7 +291,7 @@
none
@@ -316,7 +316,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 b3de6c6b4da..524f4fb7037 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.16.8-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 0122f1a63b8..6d0cd7e87f0 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.16.8-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 69a0e1e0015..2eb4ab66a73 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.16.8-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 8427398bfe9..1488d7f02fd 100644
--- a/buildtools/pom.xml
+++ b/buildtools/pom.xml
@@ -18,7 +18,7 @@
4.0.0
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
bookkeeper
4.16.8-SNAPSHOT
diff --git a/circe-checksum/pom.xml b/circe-checksum/pom.xml
index 9fb5cc73e57..fbe46e2472c 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.16.8-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 94c3c6eb2ca..6565377d8df 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.16.8-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 2b1a445578d..6a14600620b 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.16.8-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 5abdc2a7428..63296f7cb62 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.16.8-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 4ae4ff7de79..bbe8241a268 100644
--- a/metadata-drivers/pom.xml
+++ b/metadata-drivers/pom.xml
@@ -18,11 +18,11 @@
bookkeeper
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
4.16.8-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 234b77273d9..be2ee919cd6 100644
--- a/microbenchmarks/pom.xml
+++ b/microbenchmarks/pom.xml
@@ -18,7 +18,7 @@
4.0.0
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
bookkeeper
4.16.8-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 87de56d83dc..28acba068df 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.16.8-SNAPSHOT
..
diff --git a/pom.xml b/pom.xml
index 5b689079006..401ec87eae7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
31
4.0.0
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
4.16.8-SNAPSHOT
bookkeeper
pom
diff --git a/shaded/bookkeeper-server-shaded/pom.xml b/shaded/bookkeeper-server-shaded/pom.xml
index 487f76ed306..8bdbad2654a 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.16.8-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 7a901d7a744..f35f0e3ebab 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.16.8-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 1bb8cc50376..a5134d99dd4 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.16.8-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
net.jpountz.lz4:lz4
- 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 eb89d2ad112..12b2ae601d1 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.16.8-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 7b117c3e252..4b3cc45f035 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.16.8-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 36e74f580fd..e82a36d7e16 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.16.8-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/pom.xml b/stats/bookkeeper-stats-providers/pom.xml
index 55e8298adf8..159fd5bb867 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.16.8-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 47f4d2d4fc8..008793e08e3 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.16.8-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 54e89834d42..8c2bfcf8bb0 100644
--- a/stats/pom.xml
+++ b/stats/pom.xml
@@ -20,12 +20,12 @@
4.0.0
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
bookkeeper
4.16.8-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 4d88d5ee6ca..d676af7a089 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.16.8-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 754cba33c6e..ce42071be33 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.16.8-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 b0e4f9ec32a..4f6aeeb181e 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.16.8-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 78acc068870..4e53d884567 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.16.8-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 2511b3eb1a8..1dd1ec79945 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.16.8-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 6e958202424..0127e375b92 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.16.8-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 efb1d09cbca..73006d8a054 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.16.8-SNAPSHOT
..
diff --git a/stream/clients/pom.xml b/stream/clients/pom.xml
index 4a695a2d80b..745bb2470a1 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.16.8-SNAPSHOT
..
diff --git a/stream/common/pom.xml b/stream/common/pom.xml
index a8cd3c87ad3..392641ad999 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.16.8-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 61a5e90efd5..182785200f1 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.16.8-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 3cb46813252..c21820f4069 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.16.8-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 3069d3789a2..661d0731c8a 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.16.8-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 43c2787996c..2b4363d558b 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.16.8-SNAPSHOT
diff --git a/stream/distributedlog/pom.xml b/stream/distributedlog/pom.xml
index 01c14ac5dc3..43e68e20db5 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.16.8-SNAPSHOT
../..
- org.apache.distributedlog
+ com.ascentstream.distributedlog
distributedlog
pom
Apache BookKeeper :: DistributedLog :: Parent
@@ -53,11 +53,11 @@
Core Library
- org.apache.distributedlog:org.apache.distributedlog.annotations:org.apache.distributedlog.callback:org.apache.distributedlog.exceptions:org.apache.distributedlog.feature:org.apache.distributedlog.io:org.apache.distributedlog.lock:org.apache.distributedlog.logsegment:org.apache.distributedlog.metadata:org.apache.distributedlog.namespace:org.apache.distributedlog.net:org.apache.distributedlog.stats:org.apache.distributedlog.api.subscription
+ com.ascentstream.distributedlog:com.ascentstream.distributedlog.annotations:com.ascentstream.distributedlog.callback:com.ascentstream.distributedlog.exceptions:com.ascentstream.distributedlog.feature:com.ascentstream.distributedlog.io:com.ascentstream.distributedlog.lock:com.ascentstream.distributedlog.logsegment:com.ascentstream.distributedlog.metadata:com.ascentstream.distributedlog.namespace:com.ascentstream.distributedlog.net:com.ascentstream.distributedlog.stats:org.apache.distributedlog.api.subscription
- 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 1b5755592da..fc5bfd4c3a5 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.16.8-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 af5b2aba764..a0963ae694d 100644
--- a/stream/pom.xml
+++ b/stream/pom.xml
@@ -18,13 +18,13 @@
4.0.0
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
bookkeeper
4.16.8-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 0e57bbd9b57..c68d7d72748 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.16.8-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 4b99b040a35..a92e479272b 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.16.8-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 a610cc0060c..0dd22c63f8b 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.16.8-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 59db297d1c7..6cba6b93922 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.16.8-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 ffcf6cdf8b2..1dea0d3dd31 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.16.8-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 11274a626cc..1c8122b3d48 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.16.8-SNAPSHOT
..
diff --git a/stream/tests-common/pom.xml b/stream/tests-common/pom.xml
index 14a9f4212c0..ee5f276ab42 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.16.8-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 7d2b86988f7..25d53828f13 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.16.8-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 9cdb8035b99..0bb5d161d35 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.16.8-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 9b2a4d84e80..573e0bbd3a4 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.16.8-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 4a4e89cf87a..aca53576e2b 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.16.8-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 8c69564a514..a1a5b0cf319 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.16.8-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 1ad28543a63..dd00029cb37 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.16.8-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 8133cb5f38f..2129735618e 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.16.8-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 63732f83bda..7ee5f39895a 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.16.8-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 c4d6f59a292..50e222f0ca2 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.16.8-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 18c2b0013b1..b2016ab40ea 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.16.8-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 bc29ad6f6a3..f65c57870a2 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.16.8-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 59ee779e8ca..892d305a91b 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.16.8-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 757a3b39d0d..a4da1874c02 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.16.8-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 944e7d2f4ec..3da21d36ba2 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.16.8-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 436df6d4435..cd005441048 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.16.8-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 51da0388cd4..823bb13b2f6 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.16.8-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 b44e8f7202e..e39e9d25ecc 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.16.8-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 1c90b4e6381..497fd0b156c 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.16.8-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 81b8a1edc41..faeb203c492 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.16.8-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 14a2c065c8b..c0b5d3c7130 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.16.8-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 cd46b1c3ded..4e5abfab4fa 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.16.8-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 49792d0559e..08fbb4c79bd 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.16.8-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 546e98121e8..209f112f3fd 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.16.8-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 3017a943f0f..56236f8bb87 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.16.8-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 4c4668a9fee..e55f5df97a2 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.16.8-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 4f59a33f76f..373647eb16f 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.16.8-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 a0ae6b30928..92407285d0f 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.16.8-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 ee4cb73a1bd..32e6df0a860 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.16.8-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 3c721d96b7f..39339463fca 100644
--- a/testtools/pom.xml
+++ b/testtools/pom.xml
@@ -18,7 +18,7 @@
4.0.0
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
bookkeeper
4.16.8-SNAPSHOT
diff --git a/tools/all/pom.xml b/tools/all/pom.xml
index 814c52185a0..6ca62c40789 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.16.8-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 dbf814d2149..f2801b4ebf7 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.16.8-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 ca70a48257b..eb13da1c779 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.16.8-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 5de4c61b3dc..a4fd386c17a 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.16.8-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 ee35978f517..bec6796543c 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -19,7 +19,7 @@
4.0.0
bookkeeper
- org.apache.bookkeeper
+ com.ascentstream.bookkeeper
4.16.8-SNAPSHOT
bookkeeper-tools-parent
diff --git a/tools/stream/pom.xml b/tools/stream/pom.xml
index 0a29280f789..1b947a9ab05 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.16.8-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}