Skip to content

Commit 90de693

Browse files
committed
Use snapshot and milestone repositories instead of libs-snapshot and libs-milestone.
Closes #2998
1 parent 8cae8cd commit 90de693

File tree

3 files changed

+13
-20
lines changed

3 files changed

+13
-20
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

+9-15
Original file line numberDiff line numberDiff line change
@@ -216,25 +216,19 @@
216216

217217
<repositories>
218218
<repository>
219-
<id>spring-libs-snapshot</id>
220-
<url>https://repo.spring.io/libs-snapshot</url>
219+
<id>spring-snapshot</id>
220+
<url>https://repo.spring.io/snapshot</url>
221221
<snapshots>
222222
<enabled>true</enabled>
223223
</snapshots>
224+
<releases>
225+
<enabled>false</enabled>
226+
</releases>
227+
</repository>
228+
<repository>
229+
<id>spring-milestone</id>
230+
<url>https://repo.spring.io/milestone</url>
224231
</repository>
225232
</repositories>
226233

227-
<pluginRepositories>
228-
<pluginRepository>
229-
<id>spring-libs-milestone</id>
230-
<url>https://repo.spring.io/libs-milestone</url>
231-
</pluginRepository>
232-
<pluginRepository>
233-
<id>spring-libs-snapshot</id>
234-
<url>https://repo.spring.io/libs-snapshot</url>
235-
<snapshots>
236-
<enabled>true</enabled>
237-
</snapshots>
238-
</pluginRepository>
239-
</pluginRepositories>
240234
</project>

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)