From 7aee3233230e75fcf8809a08ec21e398fef15f4c Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 6 Jun 2023 09:11:45 +0200 Subject: [PATCH] Use snapshot and milestone repositories instead of libs-snapshot and libs-milestone. Closes #2008 --- parent/pom.xml | 39 ++++++++++++++++++++++----------------- pom.xml | 7 ------- 2 files changed, 22 insertions(+), 24 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index ce84cea3..64f2ec85 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -761,8 +761,11 @@ - spring-libs-snapshot - https://repo.spring.io/libs-snapshot + spring-snapshot + https://repo.spring.io/snapshot + + true + @@ -774,8 +777,11 @@ - spring-libs-snapshot - https://repo.spring.io/libs-snapshot + spring-snapshot + https://repo.spring.io/snapshot + + true + @@ -1341,20 +1347,19 @@ - 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 - - - spring-plugins-release - https://repo.spring.io/plugins-release - - - spring-libs-snapshot - https://repo.spring.io/libs-snapshot - - - diff --git a/pom.xml b/pom.xml index 3a780505..bd5330a1 100644 --- a/pom.xml +++ b/pom.xml @@ -263,11 +263,4 @@ https://github.com/spring-projects/spring-data-build/issues - - - spring-libs-release - https://repo.spring.io/libs-release - - -