DATACOUCH-660 - Upgrade Couchbase Java SDK to 3.1.0 for 4.2. (#282)

Co-authored-by: mikereiche <michael.reiche@couchbase.com>
This commit is contained in:
Michael Reiche
2020-12-08 00:27:57 -08:00
committed by GitHub
parent 8c1a24c619
commit d592758ae0

View File

@@ -18,8 +18,8 @@
</parent>
<properties>
<couchbase>3.0.9</couchbase>
<couchbase.osgi>3.0.9</couchbase.osgi>
<couchbase>3.1.0</couchbase>
<couchbase.osgi>3.1.0</couchbase.osgi>
<springdata.commons>2.5.0-SNAPSHOT</springdata.commons>
<java-module-name>spring.data.couchbase</java-module-name>
</properties>