diff --git a/README.adoc b/README.adoc index ad50d0f2..ec2ddba7 100644 --- a/README.adoc +++ b/README.adoc @@ -64,9 +64,9 @@ If you'd rather like the latest snapshots of the upcoming major version, use our - spring-libs-snapshot + spring-snapshot Spring Snapshot Repository - https://repo.spring.io/libs-snapshot + https://repo.spring.io/snapshot ---- ==== diff --git a/pom.xml b/pom.xml index a0379c3d..1081834d 100644 --- a/pom.xml +++ b/pom.xml @@ -698,8 +698,8 @@ - spring-libs-snapshot - https://repo.spring.io/libs-snapshot + spring-snapshot + https://repo.spring.io/snapshot true diff --git a/src/main/asciidoc/reference/getting-started.adoc b/src/main/asciidoc/reference/getting-started.adoc index 81ba563f..5ecd77a1 100644 --- a/src/main/asciidoc/reference/getting-started.adoc +++ b/src/main/asciidoc/reference/getting-started.adoc @@ -60,7 +60,7 @@ Snapshot repository to your maven `pom.xml` which is at the same level of your ` spring-snapshot Spring Maven SNAPSHOT Repository - https://repo.spring.io/libs-snapshot + https://repo.spring.io/snapshot ----