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

Closes #1748
This commit is contained in:
Mark Paluch
2023-06-06 11:02:10 +02:00
parent f12aabce3f
commit fb656d20be
4 changed files with 24 additions and 31 deletions

View File

@@ -124,9 +124,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>
----