From 525245bdbd3175c5bfc1a716fa66868c89939e38 Mon Sep 17 00:00:00 2001 From: Josh McKenzie Date: Mon, 16 Sep 2024 15:49:14 -0400 Subject: [PATCH] Add snapshot remote repo to build resolution and build.properties.default Patch by Josh McKenzie; reviewed by Mick Semb Wever and Brandon Williams for CASSANDRA-19810 --- .build/build-resolver.xml | 15 +++++++++++++-- build.properties.default | 2 +- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.build/build-resolver.xml b/.build/build-resolver.xml index 572ca996b7..2da6a2b8ac 100644 --- a/.build/build-resolver.xml +++ b/.build/build-resolver.xml @@ -56,8 +56,19 @@ - - + + diff --git a/build.properties.default b/build.properties.default index 29042a43f0..36676f5712 100644 --- a/build.properties.default +++ b/build.properties.default @@ -20,4 +20,4 @@ # artifact.remoteRepository.central: https://repo1.maven.org/maven2 artifact.remoteRepository.apache: https://repo.maven.apache.org/maven2 - +artifact.remoteRepository.apacheSnapshot: https://repository.apache.org/content/repositories/snapshots