Update version number suffixes in readme to reflect the used versioning scheme.

Closes #2337
This commit is contained in:
Mark Paluch
2021-03-22 10:19:15 +01:00
parent 1eeef23fd9
commit 912d89f40d

View File

@@ -27,7 +27,7 @@ Add the Maven dependency:
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId>
<version>${version}.RELEASE</version>
<version>${version}</version>
</dependency>
----
@@ -38,7 +38,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-commons</artifactId>
<version>${version}.BUILD-SNAPSHOT</version>
<version>${version}-SNAPSHOT</version>
</dependency>
<repository>