mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-06-15 16:42:11 +00:00
Use snapshot and milestone repositories instead of libs-snapshot and libs-milestone.
Closes #2585
This commit is contained in:
parent
8ad2ea9a5d
commit
1833feab6b
@ -94,9 +94,9 @@ To use the Release candidate versions of the upcoming major version, use our Mav
|
|||||||
</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-milestone</url>
|
<url>https://repo.spring.io/milestone</url>
|
||||||
</repository>
|
</repository>
|
||||||
----
|
----
|
||||||
|
|
||||||
@ -111,9 +111,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>
|
||||||
----
|
----
|
||||||
|
|
||||||
|
35
pom.xml
35
pom.xml
@ -465,24 +465,21 @@
|
|||||||
</profile>
|
</profile>
|
||||||
</profiles>
|
</profiles>
|
||||||
|
|
||||||
<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>
|
||||||
</repository>
|
<snapshots>
|
||||||
|
<enabled>true</enabled>
|
||||||
<repository>
|
</snapshots>
|
||||||
<id>local-maven-repo</id>
|
<releases>
|
||||||
<url>file:///${project.basedir}/src/test/resources/local-maven-repo</url>
|
<enabled>false</enabled>
|
||||||
</repository>
|
</releases>
|
||||||
|
</repository>
|
||||||
</repositories>
|
<repository>
|
||||||
|
<id>spring-milestone</id>
|
||||||
<pluginRepositories>
|
<url>https://repo.spring.io/milestone</url>
|
||||||
<pluginRepository>
|
</repository>
|
||||||
<id>spring-plugins-release</id>
|
</repositories>
|
||||||
<url>https://repo.spring.io/plugins-release</url>
|
|
||||||
</pluginRepository>
|
|
||||||
</pluginRepositories>
|
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
@ -17,9 +17,9 @@ include::reference/elasticsearch-new.adoc[leveloffset=+1]
|
|||||||
* Version Control - https://github.com/spring-projects/spring-data-elasticsearch
|
* Version Control - https://github.com/spring-projects/spring-data-elasticsearch
|
||||||
* API Documentation - https://docs.spring.io/spring-data/elasticsearch/docs/current/api/
|
* API Documentation - https://docs.spring.io/spring-data/elasticsearch/docs/current/api/
|
||||||
* Bugtracker - https://github.com/spring-projects/spring-data-elasticsearch/issues
|
* Bugtracker - https://github.com/spring-projects/spring-data-elasticsearch/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.requirements]]
|
[[preface.requirements]]
|
||||||
== Requirements
|
== Requirements
|
||||||
|
Loading…
x
Reference in New Issue
Block a user