From 97e359ab2c30f0e457b2af4d3b0d37855511f342 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 6 Jun 2023 10:17:57 +0200 Subject: [PATCH] Use snapshot and milestone repositories instead of libs-snapshot and libs-milestone. Closes #1387 --- README.adoc | 4 ++-- pom.xml | 24 +++++++++++++++------- src/main/asciidoc/preface.adoc | 6 +++--- src/main/asciidoc/reference/cassandra.adoc | 2 +- 4 files changed, 23 insertions(+), 13 deletions(-) diff --git a/README.adoc b/README.adoc index b94c632e2..458791d56 100644 --- a/README.adoc +++ b/README.adoc @@ -102,9 +102,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 eb46be42e..7bfc7ee1c 100644 --- a/pom.xml +++ b/pom.xml @@ -101,13 +101,6 @@ 2.7.13-SNAPSHOT - - - spring-libs-snapshot - https://repo.spring.io/libs-snapshot - - - @@ -400,4 +393,21 @@ + + + spring-snapshot + https://repo.spring.io/snapshot + + true + + + false + + + + spring-milestone + https://repo.spring.io/milestone + + + diff --git a/src/main/asciidoc/preface.adoc b/src/main/asciidoc/preface.adoc index 9e6683569..f77b30115 100644 --- a/src/main/asciidoc/preface.adoc +++ b/src/main/asciidoc/preface.adoc @@ -96,6 +96,6 @@ Finally, you can follow the Spring https://spring.io/blog[blog] or the project * Version Control: https://github.com/spring-projects/spring-data-cassandra * Bugtracker: https://github.com/spring-projects/spring-data-cassandra/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/ diff --git a/src/main/asciidoc/reference/cassandra.adoc b/src/main/asciidoc/reference/cassandra.adoc index ac72c7f81..42e3cf380 100644 --- a/src/main/asciidoc/reference/cassandra.adoc +++ b/src/main/asciidoc/reference/cassandra.adoc @@ -64,7 +64,7 @@ If using a milestone release instead of a GA release, you also need to add the l spring-milestone Spring Maven MILESTONE Repository - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone ----