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 a62603ef9..a6feef128 100644 --- a/pom.xml +++ b/pom.xml @@ -100,13 +100,6 @@ 3.0.7-SNAPSHOT - - - spring-libs-snapshot - https://repo.spring.io/libs-snapshot - - - @@ -383,4 +376,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 fe348270a..77b4370b4 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 ----