File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ The easiest way is to download the jar as well as its transitive dependencies (o
25
25
<dependency >
26
26
<groupId >com.couchbase.client</groupId >
27
27
<artifactId >java-client</artifactId >
28
- <version >2.7.22 </version >
28
+ <version >2.7.23 </version >
29
29
</dependency >
30
30
```
31
31
Original file line number Diff line number Diff line change 16
16
17
17
<groupId >com.couchbase.client</groupId >
18
18
<artifactId >java-client</artifactId >
19
- <version >2.7.23-SNAPSHOT </version >
19
+ <version >2.7.23</version >
20
20
<packaging >bundle</packaging >
21
21
22
22
<name >Couchbase Java SDK</name >
28
28
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
29
29
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
30
30
31
- <core .version>1.7.23-SNAPSHOT </core .version>
31
+ <core .version>1.7.23</core .version>
32
32
<junit .version>4.12</junit .version>
33
33
<mockito .version>1.10.19</mockito .version>
34
34
<slf4j .version>1.7.7</slf4j .version>
You can’t perform that action at this time.
0 commit comments