diff --git a/README.adoc b/README.adoc index b3ef9abdf..bf8882d64 100644 --- a/README.adoc +++ b/README.adoc @@ -119,9 +119,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 7b1a9bb35..0c28bd64b 100644 --- a/pom.xml +++ b/pom.xml @@ -214,8 +214,18 @@ - spring-libs-snapshot - https://repo.spring.io/libs-snapshot + spring-snapshot + https://repo.spring.io/snapshot + + true + + + false + + + + spring-milestone + https://repo.spring.io/milestone diff --git a/src/main/asciidoc/preface.adoc b/src/main/asciidoc/preface.adoc index 22a0e3e85..8b3025748 100644 --- a/src/main/asciidoc/preface.adoc +++ b/src/main/asciidoc/preface.adoc @@ -8,6 +8,5 @@ Spring Data JPA provides repository support for the Jakarta Persistence API (JPA * Version control: https://github.com/spring-projects/spring-data-jpa * Bugtracker: https://github.com/spring-projects/spring-data-jpa/issues -* Release repository: https://repo.spring.io/libs-release -* Milestone repository: https://repo.spring.io/libs-milestone -* Snapshot repository: https://repo.spring.io/libs-snapshot +* Milestone repository: https://repo.spring.io/milestone +* Snapshot repository: https://repo.spring.io/snapshot