diff --git a/README.adoc b/README.adoc index c55a80800..f0d6c8603 100644 --- a/README.adoc +++ b/README.adoc @@ -137,9 +137,9 @@ To use the Release candidate versions of the upcoming major version, use our Mav - spring-libs-snapshot + spring-snapshot Spring Snapshot Repository - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone ---- @@ -154,9 +154,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 230e030db..753f85050 100644 --- a/pom.xml +++ b/pom.xml @@ -520,22 +520,21 @@ - spring-libs-snapshot - https://repo.spring.io/libs-snapshot + spring-snapshot + https://repo.spring.io/snapshot + + true + + + false + - local-maven-repo - file:///${project.basedir}/src/test/resources/local-maven-repo + spring-milestone + https://repo.spring.io/milestone - - - spring-plugins-release - https://repo.spring.io/plugins-release - - - diff --git a/src/main/asciidoc/preface.adoc b/src/main/asciidoc/preface.adoc index ee5e5b132..9c014fa3d 100644 --- a/src/main/asciidoc/preface.adoc +++ b/src/main/asciidoc/preface.adoc @@ -17,9 +17,9 @@ include::reference/elasticsearch-new.adoc[leveloffset=+1] * Version Control - https://github.com/spring-projects/spring-data-elasticsearch * API Documentation - https://docs.spring.io/spring-data/elasticsearch/docs/current/api/ * Bugtracker - https://github.com/spring-projects/spring-data-elasticsearch/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/ [[preface.requirements]] == Requirements