File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ The easiest way is to download the jar as well as its transitive dependencies (o
24
24
<dependency >
25
25
<groupId >com.couchbase.client</groupId >
26
26
<artifactId >java-client</artifactId >
27
- <version >2.7.11 </version >
27
+ <version >2.7.12 </version >
28
28
</dependency >
29
29
```
30
30
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.12-SNAPSHOT </version >
19
+ <version >2.7.12</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.12-SNAPSHOT </core .version>
31
+ <core .version>1.7.12</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