Use snapshot and milestone repositories instead of libs-snapshot and libs-milestone.
Closes #1748
This commit is contained in:
@@ -37,7 +37,7 @@ Here is an example on how to use the current SNAPSHOT dependency:
|
||||
</dependency>
|
||||
|
||||
<repository>
|
||||
<id>spring-libs-snapshot</id>
|
||||
<id>spring-snapshot</id>
|
||||
<name>Spring Snapshot Repository</name>
|
||||
<url>https://repo.spring.io/libs-snapshot</url>
|
||||
</repository>
|
||||
|
||||
@@ -8,10 +8,10 @@ This reference documentation describes the general usage of the Spring Data Couc
|
||||
== Project Information
|
||||
|
||||
* Version control - https://github.com/spring-projects/spring-data-couchbase
|
||||
* Bugtracker - https://jira.springsource.org/browse/DATACOUCH
|
||||
* Release repository - https://repo.spring.io/libs-release
|
||||
* Milestone repository - https://repo.spring.io/libs-milestone
|
||||
* Snapshot repository - https://repo.spring.io/libs-snapshot
|
||||
* Bugtracker - https://github.com/spring-projects/spring-data-couchbase/issues
|
||||
* Release repository - https://repo1.maven.org/maven2
|
||||
* Milestone repository - https://repo.spring.io/milestone
|
||||
* Snapshot repository - https://repo.spring.io/snapshot
|
||||
|
||||
[preface]
|
||||
include::migrating.adoc[leveloffset=+1]
|
||||
|
||||
Reference in New Issue
Block a user