File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,11 @@ The primary way to ask questions is through our official [Forums](http://forums.
2121## Quick Start ##
2222The easiest way is to download the jar as well as its transitive dependencies (only 2) through maven:
2323
24-
2524``` xml
2625<dependency >
2726 <groupId >com.couchbase.client</groupId >
2827 <artifactId >java-client</artifactId >
29- <version >2.7.21 </version >
28+ <version >2.7.22 </version >
3029</dependency >
3130```
3231
Original file line number Diff line number Diff line change 1616
1717 <groupId >com.couchbase.client</groupId >
1818 <artifactId >java-client</artifactId >
19- <version >2.7.22-SNAPSHOT </version >
19+ <version >2.7.22</version >
2020 <packaging >bundle</packaging >
2121
2222 <name >Couchbase Java SDK</name >
2828 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2929 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
3030
31- <core .version>1.7.22-SNAPSHOT </core .version>
31+ <core .version>1.7.22</core .version>
3232 <junit .version>4.12</junit .version>
3333 <mockito .version>1.10.19</mockito .version>
3434 <slf4j .version>1.7.7</slf4j .version>
You can’t perform that action at this time.
0 commit comments