From 58d705742455115ae1ec2f48ca8d2eb4de565227 Mon Sep 17 00:00:00 2001 From: mikereiche Date: Wed, 24 Mar 2021 09:54:55 -0400 Subject: [PATCH] Update versions to correct values. Closes #1105. --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 52e76a285..9774fbccc 100644 --- a/README.adoc +++ b/README.adoc @@ -109,7 +109,7 @@ Add the Maven dependency: org.springframework.data spring-data-couchbase - ${version}.RELEASE + ${version} ---- @@ -120,7 +120,7 @@ If you'd rather like the latest snapshots of the upcoming major version, use our org.springframework.data spring-data-couchbase - ${version}.BUILD-SNAPSHOT + ${version}-SNAPSHOT