From 293de67cb1de538d52285f66cce3fe21245a06e4 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 | 39 +++++++++++--------------- src/main/asciidoc/reference/redis.adoc | 2 +- 3 files changed, 20 insertions(+), 25 deletions(-) diff --git a/README.adoc b/README.adoc index 68976788d..0979a3fb7 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 53c11452b..f74bb6247 100644 --- a/pom.xml +++ b/pom.xml @@ -342,28 +342,6 @@ - - - spring-libs-snapshot - https://repo.spring.io/libs-snapshot - - - - oss-sonatype-snapshots - https://oss.sonatype.org/content/repositories/snapshots/ - - true - - - - - - - spring-plugins-release - https://repo.spring.io/plugins-release - - - @@ -397,4 +375,21 @@ + + + + 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 1f9aefb49..c12403677 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 ----