From 0dc62aba91e8c765d1221f09fb2b2c45d9d30ac8 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 6 Jun 2023 10:19:58 +0200 Subject: [PATCH] Use snapshot and milestone repositories instead of libs-snapshot and libs-milestone. Closes #2732 --- pom.xml | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index 64db97f38..ac7de89af 100644 --- a/pom.xml +++ b/pom.xml @@ -453,22 +453,21 @@ - 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/milestone - - -