From 1760226fdcd463e52d7c331f5eb56c2e88b6eaed Mon Sep 17 00:00:00 2001 From: mikereiche Date: Wed, 2 Dec 2020 16:02:38 -0800 Subject: [PATCH] DATACOUCH-653 - Update example versions in documentation. 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 --- 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 705be8577..8ebe1afc5 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