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 b4932a8 commit bda8801Copy full SHA for bda8801
pom.xml
@@ -16,7 +16,7 @@
16
17
<groupId>com.couchbase.client</groupId>
18
<artifactId>java-client</artifactId>
19
- <version>2.5.7</version>
+ <version>2.5.8-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.7</core.version>
+ <core.version>1.5.8-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