This is an automated email from the ASF dual-hosted git repository. nicoloboschi pushed a commit to branch ds-4.14 in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
commit eddfc6c1001e634455d48158796fef87f710dc91 Author: Enrico Olivelli <[email protected]> AuthorDate: Wed Jun 30 07:38:36 2021 +0200 Refer to DataStax BookKeeper repository (cherry picked from commit 43697733486a5df7b75e63a9e47dbb77476d2395) (cherry picked from commit 8974552ecc5a62b0b17aaba5ad7059483044ac92) --- pom.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 45ba08654b..bfa8160088 100644 --- a/pom.xml +++ b/pom.xml @@ -37,10 +37,9 @@ </license> </licenses> <scm> - <connection>scm:git:https://github.com/apache/bookkeeper.git</connection> - <developerConnection>scm:git:https://github.com/apache/bookkeeper.git</developerConnection> - <url>https://github.com/apache/bookkeeper</url> - <tag>branch-4.14</tag> + <connection>scm:git:https://github.com/datastax/bookkeeper.git</connection> + <developerConnection>scm:git:https://github.com/datastax/bookkeeper.git</developerConnection> + <url>https://github.com/datastax/bookkeeper</url> </scm> <issueManagement> <system>JIRA</system>
