diff --git a/README.adoc b/README.adoc index 1d321285b3..62d9862d04 100644 --- a/README.adoc +++ b/README.adoc @@ -137,7 +137,7 @@ The https://spring.io/[spring.io] site contains several guides that show how to [[building-from-source]] == Building from Source -You do not need to build from source to use Spring Data. Binaries are available in https://repo.spring.io[repo.spring.io] +You do not need to build from source to use Spring Data. Binaries are available in https://central.sonatype.com[Maven Central] or in case of snapshots from https://repo.spring.io[repo.spring.io] and accessible from Maven using the Maven configuration noted <>. NOTE: Configuration for Gradle is similar to Maven. diff --git a/pom.xml b/pom.xml index b23a16229f..e9abf12ff9 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.data spring-data-mongodb-parent - 5.0.0-SNAPSHOT + 5.0.0-fix-repo-link-SNAPSHOT pom Spring Data MongoDB diff --git a/spring-data-mongodb-distribution/pom.xml b/spring-data-mongodb-distribution/pom.xml index fc88571622..9f2154977e 100644 --- a/spring-data-mongodb-distribution/pom.xml +++ b/spring-data-mongodb-distribution/pom.xml @@ -15,7 +15,7 @@ org.springframework.data spring-data-mongodb-parent - 5.0.0-SNAPSHOT + 5.0.0-fix-repo-link-SNAPSHOT ../pom.xml diff --git a/spring-data-mongodb/pom.xml b/spring-data-mongodb/pom.xml index 595e5a4250..aa98e5224d 100644 --- a/spring-data-mongodb/pom.xml +++ b/spring-data-mongodb/pom.xml @@ -13,7 +13,7 @@ org.springframework.data spring-data-mongodb-parent - 5.0.0-SNAPSHOT + 5.0.0-fix-repo-link-SNAPSHOT ../pom.xml