diff --git a/README.adoc b/README.adoc index 5f710cf6..db05137d 100644 --- a/README.adoc +++ b/README.adoc @@ -124,9 +124,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 0eddabf8..dd706017 100644 --- a/pom.xml +++ b/pom.xml @@ -226,30 +226,6 @@ - - - spring-libs-snapshot - https://repo.spring.io/libs-snapshot - - - sonatype-snapshot - https://oss.sonatype.org/content/repositories/snapshots - - true - - - false - - - - - - - spring-plugins-release - https://repo.spring.io/plugins-release - - - @@ -349,4 +325,21 @@ + + + + spring-snapshot + https://repo.spring.io/snapshot + + true + + + false + + + + spring-milestone + https://repo.spring.io/milestone + + diff --git a/src/main/asciidoc/configuration.adoc b/src/main/asciidoc/configuration.adoc index 03889771..9a1abcb7 100644 --- a/src/main/asciidoc/configuration.adoc +++ b/src/main/asciidoc/configuration.adoc @@ -37,7 +37,7 @@ Here is an example on how to use the current SNAPSHOT dependency: - spring-libs-snapshot + spring-snapshot Spring Snapshot Repository https://repo.spring.io/libs-snapshot diff --git a/src/main/asciidoc/preface.adoc b/src/main/asciidoc/preface.adoc index 395c67e0..d4f5b45d 100644 --- a/src/main/asciidoc/preface.adoc +++ b/src/main/asciidoc/preface.adoc @@ -8,10 +8,10 @@ This reference documentation describes the general usage of the Spring Data Couc == Project Information * Version control - https://github.com/spring-projects/spring-data-couchbase -* Bugtracker - https://jira.springsource.org/browse/DATACOUCH -* Release repository - https://repo.spring.io/libs-release -* Milestone repository - https://repo.spring.io/libs-milestone -* Snapshot repository - https://repo.spring.io/libs-snapshot +* Bugtracker - https://github.com/spring-projects/spring-data-couchbase/issues +* Release repository - https://repo1.maven.org/maven2 +* Milestone repository - https://repo.spring.io/milestone +* Snapshot repository - https://repo.spring.io/snapshot [preface] include::migrating.adoc[leveloffset=+1]