Skip to content

Commit 4661dd4

Browse files
daschlMichael Nitschinger
authored andcommitted
Prepare 2.7.22 Release
Change-Id: I708eebc8536c4c872b7f716dc348cea637fcf02b Reviewed-on: http://review.couchbase.org/c/couchbase-java-client/+/164816 Tested-by: Michael Nitschinger <michael.nitschinger@couchbase.com> Reviewed-by: Michael Nitschinger <michael.nitschinger@couchbase.com>
1 parent bee8875 commit 4661dd4

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,11 @@ The primary way to ask questions is through our official [Forums](http://forums.
2121
## Quick Start ##
2222
The 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

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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>
@@ -28,7 +28,7 @@
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>

0 commit comments

Comments
 (0)