Skip to content

Commit

Permalink
Prepare release 0.23.0
Browse files Browse the repository at this point in the history
Change-Id: I5f55f80b4874de9e0c0a87f1f204e322836617f1
Reviewed-on: http://review.couchbase.org/109382
Tested-by: Build Bot <[email protected]>
Reviewed-by: David Nault <[email protected]>
  • Loading branch information
dnault committed May 20, 2019
1 parent dafa41c commit f3b62fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ We publish the releases (including pre-releases to maven central):
<dependency>
<groupId>com.couchbase.client</groupId>
<artifactId>dcp-client</artifactId>
<version>0.22.0</version>
<version>0.23.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<properties>
<java.version>1.8</java.version>
<dcp.client.version>0.23.0-SNAPSHOT</dcp.client.version>
<dcp.client.version>0.23.0</dcp.client.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.couchbase.client</groupId>
<artifactId>dcp-client</artifactId>
<version>0.23.0-SNAPSHOT</version>
<version>0.23.0</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit f3b62fa

Please sign in to comment.