From 9d8cc20f3cad7685c076b5b4d31f169d7dcda8de Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 17 Jul 2023 15:09:08 +0200 Subject: [PATCH] Update snapshot repository documentation. Closes gh-806 --- README.adoc | 4 ++-- pom.xml | 4 ++-- src/main/asciidoc/reference/getting-started.adoc | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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 ----