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