Skip to content

Commit 2f98617

Browse files
committed
Use snapshot and milestone repositories instead of libs-snapshot and libs-milestone.
Closes #2266
1 parent 1c868c3 commit 2f98617

File tree

3 files changed

+16
-13
lines changed

3 files changed

+16
-13
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ If you'd rather like the latest snapshots of the upcoming major version, use our
8686
</dependency>
8787
8888
<repository>
89-
<id>spring-libs-snapshot</id>
89+
<id>spring-snapshot</id>
9090
<name>Spring Snapshot Repository</name>
91-
<url>https://repo.spring.io/libs-snapshot</url>
91+
<url>https://repo.spring.io/snapshot</url>
9292
</repository>
9393
----
9494

pom.xml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -138,16 +138,19 @@
138138

139139
<repositories>
140140
<repository>
141-
<id>spring-libs-snapshot</id>
142-
<url>https://repo.spring.io/libs-snapshot</url>
141+
<id>spring-snapshot</id>
142+
<url>https://repo.spring.io/snapshot</url>
143+
<snapshots>
144+
<enabled>true</enabled>
145+
</snapshots>
146+
<releases>
147+
<enabled>false</enabled>
148+
</releases>
149+
</repository>
150+
<repository>
151+
<id>spring-milestone</id>
152+
<url>https://repo.spring.io/milestone</url>
143153
</repository>
144154
</repositories>
145155

146-
<pluginRepositories>
147-
<pluginRepository>
148-
<id>spring-plugins-release</id>
149-
<url>https://repo.spring.io/plugins-release</url>
150-
</pluginRepository>
151-
</pluginRepositories>
152-
153156
</project>

src/main/asciidoc/preface.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
* Version control: https://github.com/spring-projects/spring-data-rest
99
* Bugtracker: https://github.com/spring-projects/spring-data-rest/issues
1010
* Project page: https://spring.io/projects/spring-data-rest
11-
* Release repository: https://repo.spring.io/release
12-
* Milestone repository: https://repo.spring.io/milestone
11+
* Release repository: https://repo1.maven.org/maven2/
12+
* Milestone repository: https://repo.spring.io/milestone/
1313
* Snapshot repository: https://repo.spring.io/snapshot

0 commit comments

Comments
 (0)