We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d0c16d commit 245ca7fCopy full SHA for 245ca7f
pom.xml
@@ -16,7 +16,7 @@
16
17
<groupId>com.couchbase.client</groupId>
18
<artifactId>java-client</artifactId>
19
- <version>2.5.9</version>
+ <version>2.5.10-SNAPSHOT</version>
20
<packaging>jar</packaging>
21
22
<name>Couchbase Java SDK</name>
@@ -28,7 +28,7 @@
28
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
29
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
30
31
- <core.version>1.5.9</core.version>
+ <core.version>1.5.10-SNAPSHOT</core.version>
32
<junit.version>4.12</junit.version>
33
<mockito.version>1.10.19</mockito.version>
34
<slf4j.version>1.7.7</slf4j.version>
0 commit comments