diff --git a/README.adoc b/README.adoc
index 0357a2249..6d93fff70 100644
--- a/README.adoc
+++ b/README.adoc
@@ -138,9 +138,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
----
@@ -155,9 +155,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 3d07cad89..8bff0b86e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -499,22 +499,20 @@
- 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 6045ec7fa..c3afb5122 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