From 2024063ebfbda4a3c164e528ba322d3580e975cc 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 dc03015ae..2ff6269e3 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