Skip to content

Commit 8f79eb6

Browse files
Update version 0.10.6 -> 0.10.7
1 parent 1a6f707 commit 8f79eb6

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "0.10.6"
2+
current_version = "0.10.7"
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: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![Release](https://img.shields.io/github/v/release/IBM/cloudant-java-sdk?include_prereleases&sort=semver)](https://github.com/IBM/cloudant-java-sdk/releases/latest)
33
[![Docs](https://img.shields.io/static/v1?label=Javadoc&message=latest&color=blue)](https://ibm.github.io/cloudant-java-sdk/)
44

5-
# IBM Cloudant Java SDK Version 0.10.6
5+
# IBM Cloudant Java SDK Version 0.10.7
66

77
IBM Cloudant Java SDK is a client library that interacts with the
88
[IBM Cloudant APIs](https://cloud.ibm.com/apidocs/cloudant?code=java).
@@ -85,7 +85,7 @@ project:
8585

8686
## Installation
8787

88-
The current version of this SDK is: 0.10.6
88+
The current version of this SDK is: 0.10.7
8989

9090
The project artifacts are published on the
9191
[Maven Central](https://repo1.maven.org/maven2/com/ibm/cloud/cloudant/).
@@ -112,7 +112,7 @@ Extend *Maven dependencies* in your `pom.xml` file with the `cloudant` library.
112112
<dependency>
113113
<groupId>com.ibm.cloud</groupId>
114114
<artifactId>cloudant</artifactId>
115-
<version>0.10.6</version>
115+
<version>0.10.7</version>
116116
</dependency>
117117
</dependencies>
118118
```
@@ -124,7 +124,7 @@ Add the `cloudant` library to the *dependencies* in your `build.gradle` file:
124124
```groovy
125125
dependencies {
126126
// other dependencies...
127-
implementation group: "com.ibm.cloud", name: "cloudant", version: "0.10.6"
127+
implementation group: "com.ibm.cloud", name: "cloudant", version: "0.10.7"
128128
}
129129
```
130130

@@ -199,7 +199,7 @@ System.out.println(response);
199199
[More tutorial examples](./docs/Examples.md) for creating a database
200200
and document create, read, update and delete operations.
201201

202-
For a complete list of code examples, see the [examples directory](https://github.com/IBM/cloudant-java-sdk/tree/v0.10.6/examples#examples-for-java).
202+
For a complete list of code examples, see the [examples directory](https://github.com/IBM/cloudant-java-sdk/tree/v0.10.7/examples#examples-for-java).
203203

204204
### Error handling
205205

@@ -261,7 +261,7 @@ If you encounter an issue with the project, you are welcome to submit a
261261

262262
Before you submit a bug report, search for
263263
[similar issues](https://github.com/IBM/cloudant-java-sdk/issues?q=is%3Aissue) and review the
264-
[KNOWN_ISSUES file](https://github.com/IBM/cloudant-java-sdk/tree/v0.10.6/KNOWN_ISSUES.md) to verify that your issue hasn't been reported yet.
264+
[KNOWN_ISSUES file](https://github.com/IBM/cloudant-java-sdk/tree/v0.10.7/KNOWN_ISSUES.md) to verify that your issue hasn't been reported yet.
265265

266266
Please consult the [security policy](https://github.com/IBM/cloudant-java-sdk/security/policy) before opening security related issues.
267267

@@ -291,8 +291,8 @@ Find more open source projects on the [IBM GitHub](http://ibm.github.io/) page.
291291

292292
## Contributing
293293

294-
For more information, see [CONTRIBUTING](https://github.com/IBM/cloudant-java-sdk/tree/v0.10.6/CONTRIBUTING.md).
294+
For more information, see [CONTRIBUTING](https://github.com/IBM/cloudant-java-sdk/tree/v0.10.7/CONTRIBUTING.md).
295295

296296
## License
297297

298-
This SDK is released under the Apache 2.0 license. To read the full text of the license, see [LICENSE](https://github.com/IBM/cloudant-java-sdk/tree/v0.10.6/LICENSE).
298+
This SDK is released under the Apache 2.0 license. To read the full text of the license, see [LICENSE](https://github.com/IBM/cloudant-java-sdk/tree/v0.10.7/LICENSE).

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.10.6</version>
7+
<version>0.10.7</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.10.6</version>
19+
<version>0.10.7</version>
2020
</dependency>
2121
<dependency>
2222
<groupId>com.ibm.cloud</groupId>
2323
<artifactId>cloudant-common</artifactId>
24-
<version>0.10.6</version>
24+
<version>0.10.7</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.10.6</version>
7+
<version>0.10.7</version>
88
<relativePath>../..</relativePath>
99
</parent>
1010

1111
<groupId>com.ibm.cloud</groupId>
1212
<artifactId>cloudant-common</artifactId>
13-
<version>0.10.6</version>
13+
<version>0.10.7</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.10.6</version>
6+
<version>0.10.7</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.10.6</version>
9+
<version>0.10.7</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.10.6</version>
14+
<version>0.10.7</version>
1515
<packaging>pom</packaging>
1616

1717
<properties>

0 commit comments

Comments
 (0)