Skip to content

Commit efea23d

Browse files
daschlMichael Nitschinger
authored and
Michael Nitschinger
committed
Prepare 2.7.23 Release
Change-Id: I75f42300241a5cf8cd4e5dbb6b88b640088a8e1a Reviewed-on: https://review.couchbase.org/c/couchbase-java-client/+/169713 Reviewed-by: Michael Nitschinger <[email protected]> Tested-by: Michael Nitschinger <[email protected]>
1 parent 64a6bb6 commit efea23d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The easiest way is to download the jar as well as its transitive dependencies (o
2525
<dependency>
2626
<groupId>com.couchbase.client</groupId>
2727
<artifactId>java-client</artifactId>
28-
<version>2.7.22</version>
28+
<version>2.7.23</version>
2929
</dependency>
3030
```
3131

pom.xml

+2-2
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.23-SNAPSHOT</version>
19+
<version>2.7.23</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.23-SNAPSHOT</core.version>
31+
<core.version>1.7.23</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)