diff --git a/README.adoc b/README.adoc index c60bbcf1..85d487ae 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 ---- @@ -185,7 +185,7 @@ The generated documentation is available from `target/site/reference/html/index. export MY_GIT_USER= mvn generate-resources docs=`pwd`/target/site/reference/html - pushd /tmp + pushd /tmp mkdir $$ cd $$ # see https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-github-pages-site diff --git a/pom.xml b/pom.xml index 9551ef5b..0a9c991f 100644 --- a/pom.xml +++ b/pom.xml @@ -247,30 +247,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 - - - @@ -342,4 +318,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 ffb3fb84..49e56379 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/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]