Skip to content

Commit 8e7954f

Browse files
Update version 1.9.0 -> 2.0.0
1 parent 16c8c0c commit 8e7954f

File tree

2 files changed

+10
-10
lines changed

2 files changed

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

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# IBM Cloud Continuous Delivery Java SDK Version 1.9.0
1+
# IBM Cloud Continuous Delivery Java SDK Version 2.0.0
22

33
[![Build Status](https://app.travis-ci.com/IBM/continuous-delivery-java-sdk.svg?branch=main)](https://app.travis-ci.com/github/IBM/continuous-delivery-java-sdk)
44
[![Release](https://img.shields.io/github/v/release/IBM/continuous-delivery-java-sdk)](https://github.com/IBM/continuous-delivery-java-sdk/releases/latest)
@@ -21,7 +21,7 @@ The Java client library to interact with the [IBM Cloud Continuous Delivery Tool
2121

2222
<!-- toc -->
2323

24-
- [IBM Cloud Continuous Delivery Java SDK Version 1.9.0](#ibm-cloud-continuous-delivery-java-sdk-version-190)
24+
- [IBM Cloud Continuous Delivery Java SDK Version 2.0.0](#ibm-cloud-continuous-delivery-java-sdk-version-190)
2525
- [Table of Contents](#table-of-contents)
2626
- [Overview](#overview)
2727
- [Prerequisites](#prerequisites)
@@ -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:1.9.0
47-
[Tekton Pipeline API](https://cloud.ibm.com/apidocs/tekton-pipeline?code=java) | com.ibm.cloud:cd-tekton-pipeline:1.9.0
46+
[Toolchain API](https://cloud.ibm.com/apidocs/toolchain?code=java) | com.ibm.cloud:cd-toolchain:2.0.0
47+
[Tekton Pipeline API](https://cloud.ibm.com/apidocs/tekton-pipeline?code=java) | com.ibm.cloud:cd-tekton-pipeline:2.0.0
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: 1.9.0
61+
The current version of this SDK is: 2.0.0
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>1.9.0</version>
80+
<version>2.0.0</version>
8181
</dependency>
8282
<dependency>
8383
<groupId>com.ibm.cloud</groupId>
8484
<artifactId>cd-tekton-pipeline</artifactId>
85-
<version>1.9.0</version>
85+
<version>2.0.0</version>
8686
</dependency>
8787
```
8888

8989
### Gradle
9090

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

9696
## Using the SDK

0 commit comments

Comments
 (0)