From f684eaac7a119cac25bc22ff52e2aa18221ff045 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 22 Mar 2021 10:32:52 +0100 Subject: [PATCH] Update version number suffixes in readme to reflect the used versioning scheme. Closes #1106. --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 62f3a16b5..aa9831f69 100644 --- a/README.adoc +++ b/README.adoc @@ -87,7 +87,7 @@ Add the Maven dependency: org.springframework.data spring-data-cassandra - ${version}.RELEASE + ${version} ---- @@ -98,7 +98,7 @@ If you'd rather like the latest snapshots of the upcoming major version, use our org.springframework.data spring-data-cassandra - ${version}.BUILD-SNAPSHOT + ${version}-SNAPSHOT