Skip to content

Commit 0a483e2

Browse files
Update version 0.0.18 -> 0.0.19
1 parent 25df66c commit 0a483e2

7 files changed

Lines changed: 13 additions & 13 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.18
2+
current_version = 0.0.19
33
commit = True
44
message = Update version {current_version} -> {new_version}
55
parse = ^(?P<major>0|[1-9]\d*)\.(?P<minor>0|[1-9]\d*)\.(?P<patch>0|[1-9]\d*)(?:-(?P<prerelease>(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+(?P<buildmetadata>[0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
[![Build Status](https://travis-ci.com/IBM/cloudant-java-sdk.svg?branch=master)](https://travis-ci.com/IBM/cloudant-java-sdk)
1414
<!-- [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) -->
1515

16-
# IBM Cloudant Java SDK Version 0.0.18
16+
# IBM Cloudant Java SDK Version 0.0.19
1717

1818
Java client library to interact with the
1919
[IBM Cloudant APIs](https://cloud.ibm.com/apidocs/cloudant?code=java).
@@ -105,7 +105,7 @@ project:
105105

106106
## Installation
107107

108-
The current version of this SDK is: 0.0.18
108+
The current version of this SDK is: 0.0.19
109109

110110
The project artifacts are published on the following public maven repositories:
111111

@@ -130,7 +130,7 @@ Extend *Maven dependencies* in your `pom.xml` file with the `cloudant` library.
130130
<dependency>
131131
<groupId>com.ibm.cloud</groupId>
132132
<artifactId>cloudant</artifactId>
133-
<version>0.0.18</version>
133+
<version>0.0.19</version>
134134
</dependency>
135135
</dependencies>
136136
```
@@ -142,7 +142,7 @@ Add the `cloudant` library to *Gradle dependencies* in your `build.gradle` file:
142142
```groovy
143143
dependencies {
144144
// other dependencies...
145-
implementation group: "com.ibm.cloud", name: "cloudant", version: "0.0.18"
145+
implementation group: "com.ibm.cloud", name: "cloudant", version: "0.0.19"
146146
}
147147
```
148148

modules/cloudant/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.ibm.cloud</groupId>
66
<artifactId>cloudant-parent</artifactId>
7-
<version>0.0.18</version>
7+
<version>0.0.19</version>
88
<relativePath>../..</relativePath>
99
</parent>
1010

@@ -16,12 +16,12 @@
1616
<dependency>
1717
<groupId>com.ibm.cloud</groupId>
1818
<artifactId>cloudant-common</artifactId>
19-
<version>0.0.18</version>
19+
<version>0.0.19</version>
2020
</dependency>
2121
<dependency>
2222
<groupId>com.ibm.cloud</groupId>
2323
<artifactId>cloudant-common</artifactId>
24-
<version>0.0.18</version>
24+
<version>0.0.19</version>
2525
<type>test-jar</type>
2626
<classifier>tests</classifier>
2727
<scope>test</scope>

modules/common/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<parent>
55
<artifactId>cloudant-parent</artifactId>
66
<groupId>com.ibm.cloud</groupId>
7-
<version>0.0.18</version>
7+
<version>0.0.19</version>
88
<relativePath>../..</relativePath>
99
</parent>
1010

1111
<groupId>com.ibm.cloud</groupId>
1212
<artifactId>cloudant-common</artifactId>
13-
<version>0.0.18</version>
13+
<version>0.0.19</version>
1414

1515
<name>Cloudant Common Library</name>
1616
<packaging>jar</packaging>

modules/coverage-reports/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>cloudant-parent</artifactId>
55
<groupId>com.ibm.cloud</groupId>
6-
<version>0.0.18</version>
6+
<version>0.0.19</version>
77
<relativePath>../..</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

modules/examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>cloudant-parent</artifactId>
88
<groupId>com.ibm.cloud</groupId>
9-
<version>0.0.18</version>
9+
<version>0.0.19</version>
1010
<relativePath>../..</relativePath>
1111
</parent>
1212

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<url>https://github.com/IBM/cloudant-java-sdk</url>
1212

1313
<groupId>com.ibm.cloud</groupId>
14-
<version>0.0.18</version>
14+
<version>0.0.19</version>
1515
<packaging>pom</packaging>
1616

1717
<properties>

0 commit comments

Comments
 (0)