diff --git a/README.adoc b/README.adoc index ee019901c..a46c34e43 100644 --- a/README.adoc +++ b/README.adoc @@ -94,9 +94,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 ---- @@ -111,9 +111,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 412ed1192..2c908bdb9 100644 --- a/pom.xml +++ b/pom.xml @@ -465,24 +465,21 @@ - - - spring-libs-snapshot - https://repo.spring.io/libs-snapshot - - - - local-maven-repo - file:///${project.basedir}/src/test/resources/local-maven-repo - - - - - - - spring-plugins-release - https://repo.spring.io/plugins-release - - + + + 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 500d9bb48..572ce6d3e 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