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 <michael.reiche@couchbase.com>
This commit is contained in:
committed by
mikereiche
parent
01880de702
commit
716e81a95a
@@ -16,7 +16,7 @@ As a result, the library can be included like any other maven dependency:
|
||||
<dependency>
|
||||
<groupId>org.springframework.data</groupId>
|
||||
<artifactId>spring-data-couchbase</artifactId>
|
||||
<version>4.0.0.RELEASE</version>
|
||||
<version>4.1.1</version>
|
||||
</dependency>
|
||||
----
|
||||
====
|
||||
@@ -33,7 +33,7 @@ Here is an example on how to use the current SNAPSHOT dependency:
|
||||
<dependency>
|
||||
<groupId>org.springframework.data</groupId>
|
||||
<artifactId>spring-data-couchbase</artifactId>
|
||||
<version>4.0.0.BUILD-SNAPSHOT</version>
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
</dependency>
|
||||
|
||||
<repository>
|
||||
|
||||
Reference in New Issue
Block a user