Skip to content

Commit 9e4c8db

Browse files
committed
Use snapshot and milestone repositories instead of libs-snapshot and libs-milestone.
Closes #501
1 parent 47f2b90 commit 9e4c8db

File tree

3 files changed

+17
-19
lines changed

3 files changed

+17
-19
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ If you'd rather like the latest snapshots of the upcoming major version, use our
8989
</dependency>
9090
9191
<repository>
92-
<id>spring-libs-snapshot</id>
92+
<id>spring-snapshot</id>
9393
<name>Spring Snapshot Repository</name>
94-
<url>https://repo.spring.io/libs-snapshot</url>
94+
<url>https://repo.spring.io/snapshot</url>
9595
</repository>
9696
----
9797

pom.xml

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -84,20 +84,19 @@
8484

8585
<repositories>
8686
<repository>
87-
<id>spring-libs-snapshot</id>
88-
<url>https://repo.spring.io/libs-snapshot</url>
87+
<id>spring-snapshot</id>
88+
<url>https://repo.spring.io/snapshot</url>
89+
<snapshots>
90+
<enabled>true</enabled>
91+
</snapshots>
92+
<releases>
93+
<enabled>false</enabled>
94+
</releases>
95+
</repository>
96+
<repository>
97+
<id>spring-milestone</id>
98+
<url>https://repo.spring.io/milestone</url>
8999
</repository>
90100
</repositories>
91101

92-
<pluginRepositories>
93-
<pluginRepository>
94-
<id>spring-plugins-release</id>
95-
<url>https://repo.spring.io/plugins-release</url>
96-
</pluginRepository>
97-
<pluginRepository>
98-
<id>spring-libs-milestone</id>
99-
<url>https://repo.spring.io/libs-milestone</url>
100-
</pluginRepository>
101-
</pluginRepositories>
102-
103102
</project>

src/main/asciidoc/preface.adoc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
= Preface
33

44
[[project]]
5-
[preface]
65
== Project Metadata
76

87
* Version control: https://github.com/spring-projects/spring-data-keyvalue
98
* Bugtracker: https://github.com/spring-projects/spring-data-keyvalue/issues
10-
* Release repository: https://repo.spring.io/libs-release
11-
* Milestone repository: https://repo.spring.io/libs-milestone
12-
* Snapshot repository: https://repo.spring.io/libs-snapshot
9+
* Release repository: https://repo1.maven.org/maven2/
10+
* Milestone repository: https://repo.spring.io/milestone
11+
* Snapshot repository: https://repo.spring.io/snapshot

0 commit comments

Comments
 (0)