Skip to content

Commit 3500dad

Browse files
authored
Readme lists artifacts with .RELEASE and .BUILD-SNAPSHOT suffixes (#1740)
Original Pull Request #1740 Closes #1738
1 parent 2e5d2e0 commit 3500dad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Add the Maven dependency:
114114
<dependency>
115115
<groupId>org.springframework.data</groupId>
116116
<artifactId>spring-data-elasticsearch</artifactId>
117-
<version>${version}.RELEASE</version>
117+
<version>${version}</version>
118118
</dependency>
119119
----
120120

@@ -149,7 +149,7 @@ If you'd rather like the latest snapshots of the upcoming major version, use our
149149
<dependency>
150150
<groupId>org.springframework.data</groupId>
151151
<artifactId>spring-data-elasticsearch</artifactId>
152-
<version>${version}.BUILD-SNAPSHOT</version>
152+
<version>${version}-SNAPSHOT</version>
153153
</dependency>
154154
155155
<repository>

0 commit comments

Comments
 (0)