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

Closes #1106.
This commit is contained in:
Mark Paluch
2021-03-22 10:32:52 +01:00
parent 2aff139bf8
commit f684eaac7a

View File

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