diff --git a/README.adoc b/README.adoc
index e892b5d..84ee039 100644
--- a/README.adoc
+++ b/README.adoc
@@ -85,9 +85,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 36197ea..9d01aac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -128,20 +128,6 @@
-
-
- spring-libs-snapshot
- https://repo.spring.io/libs-snapshot
-
-
-
-
-
- spring-plugins-release
- https://repo.spring.io/plugins-release
-
-
-
@@ -179,4 +165,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 f0a2ebd..b829e19 100644
--- a/src/main/asciidoc/preface.adoc
+++ b/src/main/asciidoc/preface.adoc
@@ -64,6 +64,6 @@ For information on the Spring Data LDAP source code repository, nightly builds,
* Version Control: https://github.com/spring-projects/spring-data-ldap
* Bugtracker: https://github.com/spring-projects/spring-data-ldap/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/