From b2fea935eb5c51a02350bffb21a2ea272bd48231 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 3491b00d8..1c333b68a 100644 --- a/pom.xml +++ b/pom.xml @@ -454,7 +454,7 @@ spring-libs-snapshot - https://repo.spring.io/libs-snapshot + https://repo.spring.io/snapshot @@ -465,7 +465,7 @@ spring-libs-milestone - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone