Use snapshot and milestone repositories instead of libs-snapshot and libs-milestone.
Closes #1748
This commit is contained in:
@@ -124,9 +124,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>
|
||||||
----
|
----
|
||||||
|
|
||||||
|
|||||||
41
pom.xml
41
pom.xml
@@ -226,30 +226,6 @@
|
|||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<repositories>
|
|
||||||
<repository>
|
|
||||||
<id>spring-libs-snapshot</id>
|
|
||||||
<url>https://repo.spring.io/libs-snapshot</url>
|
|
||||||
</repository>
|
|
||||||
<repository>
|
|
||||||
<id>sonatype-snapshot</id>
|
|
||||||
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
|
||||||
<snapshots>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
</snapshots>
|
|
||||||
<releases>
|
|
||||||
<enabled>false</enabled>
|
|
||||||
</releases>
|
|
||||||
</repository>
|
|
||||||
</repositories>
|
|
||||||
|
|
||||||
<pluginRepositories>
|
|
||||||
<pluginRepository>
|
|
||||||
<id>spring-plugins-release</id>
|
|
||||||
<url>https://repo.spring.io/plugins-release</url>
|
|
||||||
</pluginRepository>
|
|
||||||
</pluginRepositories>
|
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
@@ -349,4 +325,21 @@
|
|||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
|
<repositories>
|
||||||
|
<repository>
|
||||||
|
<id>spring-snapshot</id>
|
||||||
|
<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>
|
||||||
|
</repositories>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ Here is an example on how to use the current SNAPSHOT dependency:
|
|||||||
</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/libs-snapshot</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
|||||||
@@ -8,10 +8,10 @@ This reference documentation describes the general usage of the Spring Data Couc
|
|||||||
== Project Information
|
== Project Information
|
||||||
|
|
||||||
* Version control - https://github.com/spring-projects/spring-data-couchbase
|
* Version control - https://github.com/spring-projects/spring-data-couchbase
|
||||||
* Bugtracker - https://jira.springsource.org/browse/DATACOUCH
|
* Bugtracker - https://github.com/spring-projects/spring-data-couchbase/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
|
||||||
|
|
||||||
[preface]
|
[preface]
|
||||||
include::migrating.adoc[leveloffset=+1]
|
include::migrating.adoc[leveloffset=+1]
|
||||||
|
|||||||
Reference in New Issue
Block a user