From bde49f0b1078f21476ea5f214abc7b3eaf14b231 Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Fri, 28 Apr 2023 15:52:37 +0200 Subject: [PATCH] build: Change libs-snapshot and libs-milestone repo definition to the none prefixed ones. See https://spring.io/blog/2020/10/29/notice-of-permissions-changes-to-repo-spring-io-fall-and-winter-2020 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index b743e8b9b..4cb3a9879 100644 --- a/pom.xml +++ b/pom.xml @@ -390,7 +390,7 @@ spring-libs-snapshot - https://repo.spring.io/libs-snapshot + https://repo.spring.io/snapshot @@ -401,7 +401,7 @@ spring-libs-milestone - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone