Skip to content

Commit 3ca9d73

Browse files
Update version 2.0.4 -> 2.0.5
1 parent 46b746f commit 3ca9d73

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.4"
2+
current_version = "2.0.5"
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
@@ -43,8 +43,8 @@ The IBM Cloud Continuous Delivery Java SDK allows developers to programmatically
4343

4444
Service Name | Artifact Coordinates
4545
--- | ---
46-
[Toolchain API](https://cloud.ibm.com/apidocs/toolchain?code=java) | com.ibm.cloud:cd-toolchain:2.0.4
47-
[Tekton Pipeline API](https://cloud.ibm.com/apidocs/tekton-pipeline?code=java) | com.ibm.cloud:cd-tekton-pipeline:2.0.4
46+
[Toolchain API](https://cloud.ibm.com/apidocs/toolchain?code=java) | com.ibm.cloud:cd-toolchain:2.0.5
47+
[Tekton Pipeline API](https://cloud.ibm.com/apidocs/tekton-pipeline?code=java) | com.ibm.cloud:cd-tekton-pipeline:2.0.5
4848

4949
Table 1. IBM Cloud services
5050

@@ -58,7 +58,7 @@ Table 1. IBM Cloud services
5858

5959
## Installation
6060

61-
The current version of this SDK is: 2.0.4
61+
The current version of this SDK is: 2.0.5
6262

6363
Each service's artifact coordinates are listed in the table above.
6464

@@ -77,20 +77,20 @@ Here are examples for maven and gradle:
7777
<dependency>
7878
<groupId>com.ibm.cloud</groupId>
7979
<artifactId>cd-toolchain</artifactId>
80-
<version>2.0.4</version>
80+
<version>2.0.5</version>
8181
</dependency>
8282
<dependency>
8383
<groupId>com.ibm.cloud</groupId>
8484
<artifactId>cd-tekton-pipeline</artifactId>
85-
<version>2.0.4</version>
85+
<version>2.0.5</version>
8686
</dependency>
8787
```
8888

8989
### Gradle
9090

9191
```gradle
92-
compile 'com.ibm.cloud:cd-toolchain:2.0.4'
93-
compile 'com.ibm.cloud:cd-tekton-pipeline:2.0.4'
92+
compile 'com.ibm.cloud:cd-toolchain:2.0.5'
93+
compile 'com.ibm.cloud:cd-tekton-pipeline:2.0.5'
9494
```
9595

9696
## Using the SDK

0 commit comments

Comments
 (0)