From cb0fb526d0bcfc426a32c7712b19fc3ed45f2a5a Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 6 Jun 2023 10:53:17 +0200 Subject: [PATCH] Use snapshot and milestone repositories instead of libs-snapshot and libs-milestone. Closes #2595 --- README.adoc | 4 ++-- pom.xml | 31 ++++++++++++++------------ src/main/asciidoc/reference/redis.adoc | 2 +- 3 files changed, 20 insertions(+), 17 deletions(-) diff --git a/README.adoc b/README.adoc index 342cd4930..d39d62e7d 100644 --- a/README.adoc +++ b/README.adoc @@ -86,9 +86,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 96d78b3d9..0ad96164a 100644 --- a/pom.xml +++ b/pom.xml @@ -318,24 +318,27 @@ - - - spring-libs-snapshot - https://repo.spring.io/libs-snapshot - - - - - - spring-plugins-release - https://repo.spring.io/plugins-release - - - none + + + + spring-snapshot + https://repo.spring.io/snapshot + + true + + + false + + + + spring-milestone + https://repo.spring.io/milestone + + diff --git a/src/main/asciidoc/reference/redis.adoc b/src/main/asciidoc/reference/redis.adoc index 439fe6150..524382e28 100644 --- a/src/main/asciidoc/reference/redis.adoc +++ b/src/main/asciidoc/reference/redis.adoc @@ -49,7 +49,7 @@ To create a Spring project in STS: spring-milestone Spring Maven MILESTONE Repository - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone ----