From 79e1fc475e88531f103c0a04793bfac7ece1046b Mon Sep 17 00:00:00 2001 From: Mahmoud Ben Hassine Date: Thu, 19 Jan 2023 10:52:45 +0100 Subject: [PATCH] Update Spring repositories configuration This commit updates the configuration of the Spring repositories according to the Notice of Permissions Changes to repo.spring.io [1] [1]: https://spring.io/blog/2022/12/14/notice-of-permissions-changes-to-repo-spring-io-january-2023 --- pom.xml | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/pom.xml b/pom.xml index e45ebf2fd..bb9fbf860 100644 --- a/pom.xml +++ b/pom.xml @@ -364,7 +364,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot + https://repo.spring.io/snapshot true @@ -375,32 +375,13 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone - - false - - - - spring-releases - Spring Releases - https://repo.spring.io/libs-release + https://repo.spring.io/milestone false - - - spring-releases - Spring releases - https://repo.spring.io/plugins-release - - false - - - - dsyer