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
----