Skip to content

Commit 4ffeead

Browse files
committed
Use snapshot and milestone repositories instead of libs-snapshot and libs-milestone.
Closes #2998
1 parent fe71930 commit 4ffeead

File tree

3 files changed

+16
-7
lines changed

3 files changed

+16
-7
lines changed

README.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ If you'd rather like the latest snapshots of the upcoming major version, use our
119119
</dependency>
120120
121121
<repository>
122-
<id>spring-libs-snapshot</id>
122+
<id>spring-snapshot</id>
123123
<name>Spring Snapshot Repository</name>
124-
<url>https://repo.spring.io/libs-snapshot</url>
124+
<url>https://repo.spring.io/snapshot</url>
125125
</repository>
126126
----
127127

pom.xml

+12-2
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,18 @@
214214

215215
<repositories>
216216
<repository>
217-
<id>spring-libs-snapshot</id>
218-
<url>https://repo.spring.io/libs-snapshot</url>
217+
<id>spring-snapshot</id>
218+
<url>https://repo.spring.io/snapshot</url>
219+
<snapshots>
220+
<enabled>true</enabled>
221+
</snapshots>
222+
<releases>
223+
<enabled>false</enabled>
224+
</releases>
225+
</repository>
226+
<repository>
227+
<id>spring-milestone</id>
228+
<url>https://repo.spring.io/milestone</url>
219229
</repository>
220230
</repositories>
221231

src/main/asciidoc/preface.adoc

+2-3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@ Spring Data JPA provides repository support for the Jakarta Persistence API (JPA
88

99
* Version control: https://github.com/spring-projects/spring-data-jpa
1010
* Bugtracker: https://github.com/spring-projects/spring-data-jpa/issues
11-
* Release repository: https://repo.spring.io/libs-release
12-
* Milestone repository: https://repo.spring.io/libs-milestone
13-
* Snapshot repository: https://repo.spring.io/libs-snapshot
11+
* Milestone repository: https://repo.spring.io/milestone
12+
* Snapshot repository: https://repo.spring.io/snapshot

0 commit comments

Comments
 (0)