Use snapshot and milestone repositories instead of libs-snapshot and libs-milestone.
Closes #501
This commit is contained in:
@@ -89,9 +89,9 @@ If you'd rather like the latest snapshots of the upcoming major version, use our
|
|||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<repository>
|
<repository>
|
||||||
<id>spring-libs-snapshot</id>
|
<id>spring-snapshot</id>
|
||||||
<name>Spring Snapshot Repository</name>
|
<name>Spring Snapshot Repository</name>
|
||||||
<url>https://repo.spring.io/libs-snapshot</url>
|
<url>https://repo.spring.io/snapshot</url>
|
||||||
</repository>
|
</repository>
|
||||||
----
|
----
|
||||||
|
|
||||||
|
|||||||
25
pom.xml
25
pom.xml
@@ -84,20 +84,19 @@
|
|||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>spring-libs-snapshot</id>
|
<id>spring-snapshot</id>
|
||||||
<url>https://repo.spring.io/libs-snapshot</url>
|
<url>https://repo.spring.io/snapshot</url>
|
||||||
|
<snapshots>
|
||||||
|
<enabled>true</enabled>
|
||||||
|
</snapshots>
|
||||||
|
<releases>
|
||||||
|
<enabled>false</enabled>
|
||||||
|
</releases>
|
||||||
|
</repository>
|
||||||
|
<repository>
|
||||||
|
<id>spring-milestone</id>
|
||||||
|
<url>https://repo.spring.io/milestone</url>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<pluginRepositories>
|
|
||||||
<pluginRepository>
|
|
||||||
<id>spring-plugins-release</id>
|
|
||||||
<url>https://repo.spring.io/plugins-release</url>
|
|
||||||
</pluginRepository>
|
|
||||||
<pluginRepository>
|
|
||||||
<id>spring-libs-milestone</id>
|
|
||||||
<url>https://repo.spring.io/libs-milestone</url>
|
|
||||||
</pluginRepository>
|
|
||||||
</pluginRepositories>
|
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
@@ -2,11 +2,10 @@
|
|||||||
= Preface
|
= Preface
|
||||||
|
|
||||||
[[project]]
|
[[project]]
|
||||||
[preface]
|
|
||||||
== Project Metadata
|
== Project Metadata
|
||||||
|
|
||||||
* Version control: https://github.com/spring-projects/spring-data-keyvalue
|
* Version control: https://github.com/spring-projects/spring-data-keyvalue
|
||||||
* Bugtracker: https://github.com/spring-projects/spring-data-keyvalue/issues
|
* Bugtracker: https://github.com/spring-projects/spring-data-keyvalue/issues
|
||||||
* Release repository: https://repo.spring.io/libs-release
|
* Release repository: https://repo1.maven.org/maven2/
|
||||||
* Milestone repository: https://repo.spring.io/libs-milestone
|
* Milestone repository: https://repo.spring.io/milestone
|
||||||
* Snapshot repository: https://repo.spring.io/libs-snapshot
|
* Snapshot repository: https://repo.spring.io/snapshot
|
||||||
|
|||||||
Reference in New Issue
Block a user