Polishing.

Fix snapshot repository URL.

See #3097
This commit is contained in:
Mark Paluch
2024-06-18 11:38:17 +02:00
parent 2bed1f2ee5
commit 5c120dde29

View File

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