Update snapshot repository documentation.

Closes gh-806
This commit is contained in:
Mark Paluch
2023-07-17 15:09:08 +02:00
parent 2196251d17
commit 9d8cc20f3c
3 changed files with 5 additions and 5 deletions

View File

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

View File

@@ -698,8 +698,8 @@
<repositories>
<repository>
<id>spring-libs-snapshot</id>
<url>https://repo.spring.io/libs-snapshot</url>
<id>spring-snapshot</id>
<url>https://repo.spring.io/snapshot</url>
<snapshots>
<enabled>true</enabled>
</snapshots>

View File

@@ -60,7 +60,7 @@ Snapshot repository to your maven `pom.xml` which is at the same level of your `
<repository>
<id>spring-snapshot</id>
<name>Spring Maven SNAPSHOT Repository</name>
<url>https://repo.spring.io/libs-snapshot</url>
<url>https://repo.spring.io/snapshot</url>
</repository>
</repositories>
----