Use snapshot and milestone repositories instead of libs-snapshot and libs-milestone.

Closes #1527
This commit is contained in:
Mark Paluch
2023-06-06 09:59:33 +02:00
parent 0336021642
commit 178da45c68
6 changed files with 20 additions and 14 deletions

View File

@@ -105,7 +105,7 @@ If you'd rather like the latest snapshots of the upcoming major version, use our
<repository>
<id>spring-libs-snapshot</id>
<name>Spring Snapshot Repository</name>
<url>https://repo.spring.io/libs-snapshot</url>
<url>https://repo.spring.io/snapshot</url>
</repository>
----