Skip to content

Commit 601a793

Browse files
committed
Use snapshot and milestone repositories instead of libs-snapshot and libs-milestone.
Closes #2266
1 parent 93ef0a2 commit 601a793

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
@@ -143,16 +143,19 @@
143143

144144
<repositories>
145145
<repository>
146-
<id>spring-libs-snapshot</id>
147-
<url>https://repo.spring.io/libs-snapshot</url>
146+
<id>spring-snapshot</id>
147+
<url>https://repo.spring.io/snapshot</url>
148+
<snapshots>
149+
<enabled>true</enabled>
150+
</snapshots>
151+
<releases>
152+
<enabled>false</enabled>
153+
</releases>
154+
</repository>
155+
<repository>
156+
<id>spring-milestone</id>
157+
<url>https://repo.spring.io/milestone</url>
148158
</repository>
149159
</repositories>
150160

151-
<pluginRepositories>
152-
<pluginRepository>
153-
<id>spring-plugins-release</id>
154-
<url>https://repo.spring.io/plugins-release</url>
155-
</pluginRepository>
156-
</pluginRepositories>
157-
158161
</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)