From a92de37875f122bbbbf26c4e83a25883d673ff8d Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 6 Jun 2023 10:09:57 +0200 Subject: [PATCH] Use snapshot and milestone repositories instead of libs-snapshot and libs-milestone. Closes #501 --- README.adoc | 4 ++-- pom.xml | 25 ++++++++++++------------- src/main/asciidoc/preface.adoc | 7 +++---- 3 files changed, 17 insertions(+), 19 deletions(-) diff --git a/README.adoc b/README.adoc index 7559f4a..009a093 100644 --- a/README.adoc +++ b/README.adoc @@ -89,9 +89,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 2b3c1a9..4d614a1 100644 --- a/pom.xml +++ b/pom.xml @@ -84,20 +84,19 @@ - spring-libs-snapshot - https://repo.spring.io/libs-snapshot + spring-snapshot + https://repo.spring.io/snapshot + + true + + + false + + + + spring-milestone + https://repo.spring.io/milestone - - - spring-plugins-release - https://repo.spring.io/plugins-release - - - spring-libs-milestone - https://repo.spring.io/libs-milestone - - - diff --git a/src/main/asciidoc/preface.adoc b/src/main/asciidoc/preface.adoc index b05f536..a1e8860 100644 --- a/src/main/asciidoc/preface.adoc +++ b/src/main/asciidoc/preface.adoc @@ -2,11 +2,10 @@ = Preface [[project]] -[preface] == Project Metadata * Version control: https://github.com/spring-projects/spring-data-keyvalue * Bugtracker: https://github.com/spring-projects/spring-data-keyvalue/issues -* Release repository: https://repo.spring.io/libs-release -* Milestone repository: https://repo.spring.io/libs-milestone -* Snapshot repository: https://repo.spring.io/libs-snapshot +* Release repository: https://repo1.maven.org/maven2/ +* Milestone repository: https://repo.spring.io/milestone +* Snapshot repository: https://repo.spring.io/snapshot