DATACOUCH-666 - Set Ccouchbase java sdk back to 3.0.10 after inadvertenly changing. (#290)

This commit is contained in:
Michael Reiche
2020-12-09 14:19:38 -08:00
committed by GitHub
parent 0d110de7b5
commit aa52337d13

View File

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