Skip to content

Commit 8c1a24c

Browse files
authored
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 <[email protected]>
1 parent 94e6308 commit 8c1a24c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/asciidoc/configuration.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ As a result, the library can be included like any other maven dependency:
1616
<dependency>
1717
<groupId>org.springframework.data</groupId>
1818
<artifactId>spring-data-couchbase</artifactId>
19-
<version>4.0.0.RELEASE</version>
19+
<version>4.1.1</version>
2020
</dependency>
2121
----
2222
====
@@ -33,7 +33,7 @@ Here is an example on how to use the current SNAPSHOT dependency:
3333
<dependency>
3434
<groupId>org.springframework.data</groupId>
3535
<artifactId>spring-data-couchbase</artifactId>
36-
<version>4.0.0.BUILD-SNAPSHOT</version>
36+
<version>4.2.0-SNAPSHOT</version>
3737
</dependency>
3838
3939
<repository>

0 commit comments

Comments
 (0)