From 716e81a95a845fcedc8cf4618586bc7314365890 Mon Sep 17 00:00:00 2001 From: Michael Reiche <48999328+mikereiche@users.noreply.github.com> Date: Fri, 4 Dec 2020 10:25:58 -0800 Subject: [PATCH] DATACOUCH-653 - Update example versions in documentation. (#280) The format has changed as well. The release versions no longer have the .RELEASE suffix - they are just the version number (i.e. 4.1.1) And the snapshot versions have the suffix -SNAPSHOT (i.e. 4.2.0-SNAPSHOT) instead of 4.1.0.BUILD-SNAPSHOT Co-authored-by: mikereiche --- src/main/asciidoc/configuration.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/asciidoc/configuration.adoc b/src/main/asciidoc/configuration.adoc index 705be857..8ebe1afc 100644 --- a/src/main/asciidoc/configuration.adoc +++ b/src/main/asciidoc/configuration.adoc @@ -16,7 +16,7 @@ As a result, the library can be included like any other maven dependency: org.springframework.data spring-data-couchbase - 4.0.0.RELEASE + 4.1.1 ---- ==== @@ -33,7 +33,7 @@ Here is an example on how to use the current SNAPSHOT dependency: org.springframework.data spring-data-couchbase - 4.0.0.BUILD-SNAPSHOT + 4.2.0-SNAPSHOT