From c29710eaa7816f74b74466def94c0bc9faf4b0f4 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 6 Jun 2023 09:23:31 +0200 Subject: [PATCH] Use snapshot and milestone repositories instead of libs-snapshot and libs-milestone. Closes #2842 --- pom.xml | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index d0326d2f9..5c07e61a9 100644 --- a/pom.xml +++ b/pom.xml @@ -366,16 +366,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 - - -