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 0b3dde017b94c98ad9754d107e3099f515705d94 Author: Nicolò Boschi <[email protected]> AuthorDate: Tue Sep 20 10:12:06 2022 +0200 Migrate to the new Datastax internal artifactory --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 1ee106ba17..e9a11b56b3 100644 --- a/pom.xml +++ b/pom.xml @@ -1135,12 +1135,12 @@ <repository> <id>datastax-releases</id> <name>DataStax Local Releases</name> - <url>https://repo.sjc.dsinternal.org/artifactory/datastax-releases-local/</url> + <url>https://repo.aws.dsinternal.org/artifactory/datastax-releases-local/</url> </repository> <snapshotRepository> <id>datastax-snapshots-local</id> <name>DataStax Local Snapshots</name> - <url>https://repo.sjc.dsinternal.org/artifactory/datastax-snapshots-local/</url> + <url>https://repo.aws.dsinternal.org/artifactory/datastax-snapshots-local/</url> </snapshotRepository> </distributionManagement> </project>
