1
0
mirror of synced 2026-08-06 00:46:54 +00:00

Readme lists artifacts with .RELEASE and .BUILD-SNAPSHOT suffixes (#1740)

Original Pull Request #1740
Closes #1738
This commit is contained in:
Peter-Josef Meisch
2021-03-23 07:15:18 +01:00
committed by GitHub
parent 2e5d2e0fd0
commit 3500dad2bc
+2 -2
View File
@@ -114,7 +114,7 @@ Add the Maven dependency:
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-elasticsearch</artifactId>
<version>${version}.RELEASE</version>
<version>${version}</version>
</dependency>
----
@@ -149,7 +149,7 @@ If you'd rather like the latest snapshots of the upcoming major version, use our
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-elasticsearch</artifactId>
<version>${version}.BUILD-SNAPSHOT</version>
<version>${version}-SNAPSHOT</version>
</dependency>
<repository>