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

Closes #501
This commit is contained in:
Mark Paluch
2023-06-06 10:09:57 +02:00
parent 6183454e0a
commit a92de37875
3 changed files with 17 additions and 19 deletions

View File

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