From f3c7b72ac7bf77b3c38bc250c529fb0e45811d76 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 f1b5bb72..f20cb4d9 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -880,8 +880,11 @@ - spring-libs-snapshot - https://repo.spring.io/libs-snapshot + spring-snapshot + https://repo.spring.io/snapshot + + true + @@ -893,8 +896,11 @@ - spring-libs-snapshot - https://repo.spring.io/libs-snapshot + spring-snapshot + https://repo.spring.io/snapshot + + true + @@ -1352,20 +1358,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-milestone - https://repo.spring.io/libs-milestone - - - diff --git a/pom.xml b/pom.xml index d6d4a193..afc6b445 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 - - -