Update versions to correct values.

Closes #1105.

Co-authored-by: mikereiche <michael.reiche@couchbase.com>
This commit is contained in:
Michael Reiche
2021-03-24 07:00:41 -07:00
committed by mikereiche
parent 57aa3ff70e
commit 08c7a5c7b4

View File

@@ -109,7 +109,7 @@ Add the Maven dependency:
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-couchbase</artifactId>
<version>${version}.RELEASE</version>
<version>${version}</version>
</dependency>
----
@@ -120,7 +120,7 @@ If you'd rather like the latest snapshots of the upcoming major version, use our
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-couchbase</artifactId>
<version>${version}.BUILD-SNAPSHOT</version>
<version>${version}-SNAPSHOT</version>
</dependency>
<repository>