Skip to content

Commit 3e41d46

Browse files
committed
Use snapshot and milestone repositories instead of libs-snapshot and libs-milestone.
Closes #2998
1 parent 81d9f8a commit 3e41d46

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
@@ -571,8 +571,18 @@
571571

572572
<repositories>
573573
<repository>
574-
<id>spring-libs-snapshot</id>
575-
<url>https://repo.spring.io/libs-snapshot</url>
574+
<id>spring-snapshot</id>
575+
<url>https://repo.spring.io/snapshot</url>
576+
<snapshots>
577+
<enabled>true</enabled>
578+
</snapshots>
579+
<releases>
580+
<enabled>false</enabled>
581+
</releases>
582+
</repository>
583+
<repository>
584+
<id>spring-milestone</id>
585+
<url>https://repo.spring.io/milestone</url>
576586
</repository>
577587
</repositories>
578588

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 Java 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)