Skip to content

Commit 87e0cc9

Browse files
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
1 parent 33e167c commit 87e0cc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@
454454
<repositories>
455455
<repository>
456456
<id>spring-libs-snapshot</id>
457-
<url>https://repo.spring.io/libs-snapshot</url>
457+
<url>https://repo.spring.io/snapshot</url>
458458
</repository>
459459
</repositories>
460460

@@ -465,7 +465,7 @@
465465
</pluginRepository>
466466
<pluginRepository>
467467
<id>spring-libs-milestone</id>
468-
<url>https://repo.spring.io/libs-milestone</url>
468+
<url>https://repo.spring.io/milestone</url>
469469
</pluginRepository>
470470
</pluginRepositories>
471471

0 commit comments

Comments
 (0)