File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.0.16
2+ current_version = 0.0.17
33commit = True
44message = Update version {current_version} -> {new_version}
55parse = ^(?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-]+)*))?$
Original file line number Diff line number Diff line change 1111[ ![ Build Status] ( https://travis-ci.com/IBM/cloudant-java-sdk.svg?branch=master )] ( https://travis-ci.com/IBM/cloudant-java-sdk )
1212<!-- [](https://github.com/semantic-release/semantic-release) -->
1313
14- # IBM Cloudant Java SDK Version 0.0.16
14+ # IBM Cloudant Java SDK Version 0.0.17
1515
1616Java client library to interact with various [ IBM Cloudant APIs] ( https://cloud.ibm.com/apidocs/cloudant?code=java ) .
1717
@@ -90,7 +90,7 @@ Reasons why you should consider using Cloudant SDK for Java in your project:
9090
9191## Installation
9292
93- The current version of this SDK is: 0.0.16
93+ The current version of this SDK is: 0.0.17
9494
9595The project artifacts are published on the following public maven repositories:
9696
@@ -115,7 +115,7 @@ Extend *Maven dependencies* in your `pom.xml` file with the `cloudant` library.
115115 <dependency >
116116 <groupId >com.ibm.cloud</groupId >
117117 <artifactId >cloudant</artifactId >
118- <version >0.0.16 </version >
118+ <version >0.0.17 </version >
119119 </dependency >
120120</dependencies >
121121```
@@ -127,7 +127,7 @@ Add the `cloudant` library to *Gradle dependencies* in your `build.gradle` file:
127127``` groovy
128128dependencies {
129129 // other dependencies...
130- implementation group: "com.ibm.cloud", name: "cloudant", version: "0.0.16 "
130+ implementation group: "com.ibm.cloud", name: "cloudant", version: "0.0.17 "
131131}
132132```
133133
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.ibm.cloud</groupId >
66 <artifactId >cloudant-parent</artifactId >
7- <version >0.0.16 </version >
7+ <version >0.0.17 </version >
88 <relativePath >../..</relativePath >
99 </parent >
1010
1616 <dependency >
1717 <groupId >com.ibm.cloud</groupId >
1818 <artifactId >cloudant-common</artifactId >
19- <version >0.0.16 </version >
19+ <version >0.0.17 </version >
2020 </dependency >
2121 <dependency >
2222 <groupId >com.ibm.cloud</groupId >
2323 <artifactId >cloudant-common</artifactId >
24- <version >0.0.16 </version >
24+ <version >0.0.17 </version >
2525 <type >test-jar</type >
2626 <classifier >tests</classifier >
2727 <scope >test</scope >
Original file line number Diff line number Diff line change 44 <parent >
55 <artifactId >cloudant-parent</artifactId >
66 <groupId >com.ibm.cloud</groupId >
7- <version >0.0.16 </version >
7+ <version >0.0.17 </version >
88 <relativePath >../..</relativePath >
99 </parent >
1010
1111 <groupId >com.ibm.cloud</groupId >
1212 <artifactId >cloudant-common</artifactId >
13- <version >0.0.16 </version >
13+ <version >0.0.17 </version >
1414
1515 <name >Cloudant Common Library</name >
1616 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 33 <parent >
44 <artifactId >cloudant-parent</artifactId >
55 <groupId >com.ibm.cloud</groupId >
6- <version >0.0.16 </version >
6+ <version >0.0.17 </version >
77 <relativePath >../..</relativePath >
88 </parent >
99 <modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 66 <parent >
77 <artifactId >cloudant-parent</artifactId >
88 <groupId >com.ibm.cloud</groupId >
9- <version >0.0.16 </version >
9+ <version >0.0.17 </version >
1010 <relativePath >../..</relativePath >
1111 </parent >
1212
Original file line number Diff line number Diff line change 1111 <url >https://github.com/IBM/cloudant-java-sdk</url >
1212
1313 <groupId >com.ibm.cloud</groupId >
14- <version >0.0.16 </version >
14+ <version >0.0.17 </version >
1515 <packaging >pom</packaging >
1616
1717 <properties >
You can’t perform that action at this time.
0 commit comments