From 6275e758873dd1ef13daee0c0ce8d6be4fa79b0a Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 6 Jun 2023 09:54:57 +0200 Subject: [PATCH] Use snapshot and milestone repositories instead of libs-snapshot and libs-milestone. Closes #148 --- bom-client/pom.xml | 14 ++++++++++++-- bom/pom.xml | 7 ------- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/bom-client/pom.xml b/bom-client/pom.xml index c8cef50..4569f21 100644 --- a/bom-client/pom.xml +++ b/bom-client/pom.xml @@ -169,8 +169,18 @@ - spring-libs-snapshot - https://repo.spring.io/libs-snapshot + spring-snapshot + https://repo.spring.io/snapshot + + true + + + false + + + + spring-milestone + https://repo.spring.io/milestone diff --git a/bom/pom.xml b/bom/pom.xml index ce3eba4..36ef950 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -411,11 +411,4 @@ - - - spring-libs-release - https://repo.spring.io/libs-release - - -