diff --git a/README.adoc b/README.adoc index e0cdf6d1e..e4980857e 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 131206758..d56d9d84b 100644 --- a/pom.xml +++ b/pom.xml @@ -100,13 +100,6 @@ 3.2.0-SNAPSHOT - - - spring-libs-snapshot - https://repo.spring.io/libs-snapshot - - - @@ -377,4 +370,21 @@ + + + spring-snapshot + https://repo.spring.io/snapshot + + true + + + false + + + + spring-milestone + https://repo.spring.io/milestone + + + diff --git a/spring-data-cassandra-distribution/pom.xml b/spring-data-cassandra-distribution/pom.xml index 8e49ab782..4a3caf7c6 100644 --- a/spring-data-cassandra-distribution/pom.xml +++ b/spring-data-cassandra-distribution/pom.xml @@ -37,11 +37,4 @@ - - - spring-release - Spring Release - https://repo.spring.io/release - - diff --git a/src/main/asciidoc/reference/cassandra.adoc b/src/main/asciidoc/reference/cassandra.adoc index cfbdcafb2..26eb1da7c 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 ----