From dfa3ca2ffe2d40737a6246662c520d7f60c865d1 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 9067df7..fec4fbc 100644 --- a/bom-client/pom.xml +++ b/bom-client/pom.xml @@ -177,8 +177,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 9bfef08..9979d88 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -418,11 +418,4 @@ - - - spring-libs-release - https://repo.spring.io/libs-release - - -