From faba28f849bed8b74f3bf799b3b635d394394f65 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 16ef5561..6b5405af 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -762,8 +762,11 @@ - spring-libs-snapshot - https://repo.spring.io/libs-snapshot + spring-snapshot + https://repo.spring.io/snapshot + + true + @@ -775,8 +778,11 @@ - spring-libs-snapshot - https://repo.spring.io/libs-snapshot + spring-snapshot + https://repo.spring.io/snapshot + + true + @@ -1342,20 +1348,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 72575444..92e3a370 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 - - -