Skip to content

Commit 3f69ca0

Browse files
Update version 2.0.7 -> 2.0.8
1 parent e5f9a2f commit 3f69ca0

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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 = "2.0.7"
2+
current_version = "2.0.8"
33
commit = true
44
message = "Update version {current_version} -> {new_version}"
55

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ The IBM Cloud Continuous Delivery Java SDK allows developers to programmatically
4545

4646
Service Name | Artifact Coordinates
4747
--- | ---
48-
[Toolchain API](https://cloud.ibm.com/apidocs/toolchain?code=java) | com.ibm.cloud:cd-toolchain:2.0.7
49-
[Tekton Pipeline API](https://cloud.ibm.com/apidocs/tekton-pipeline?code=java) | com.ibm.cloud:cd-tekton-pipeline:2.0.7
48+
[Toolchain API](https://cloud.ibm.com/apidocs/toolchain?code=java) | com.ibm.cloud:cd-toolchain:2.0.8
49+
[Tekton Pipeline API](https://cloud.ibm.com/apidocs/tekton-pipeline?code=java) | com.ibm.cloud:cd-tekton-pipeline:2.0.8
5050

5151
Table 1. IBM Cloud services
5252

@@ -60,7 +60,7 @@ Table 1. IBM Cloud services
6060

6161
## Installation
6262

63-
The current version of this SDK is: 2.0.7
63+
The current version of this SDK is: 2.0.8
6464

6565
Each service's artifact coordinates are listed in the table above.
6666

@@ -79,20 +79,20 @@ Here are examples for maven and gradle:
7979
<dependency>
8080
<groupId>com.ibm.cloud</groupId>
8181
<artifactId>cd-toolchain</artifactId>
82-
<version>2.0.7</version>
82+
<version>2.0.8</version>
8383
</dependency>
8484
<dependency>
8585
<groupId>com.ibm.cloud</groupId>
8686
<artifactId>cd-tekton-pipeline</artifactId>
87-
<version>2.0.7</version>
87+
<version>2.0.8</version>
8888
</dependency>
8989
```
9090

9191
### Gradle
9292

9393
```gradle
94-
compile 'com.ibm.cloud:cd-toolchain:2.0.7'
95-
compile 'com.ibm.cloud:cd-tekton-pipeline:2.0.7'
94+
compile 'com.ibm.cloud:cd-toolchain:2.0.8'
95+
compile 'com.ibm.cloud:cd-tekton-pipeline:2.0.8'
9696
```
9797

9898
## Using the SDK

0 commit comments

Comments
 (0)