Skip to content

Commit f5454b8

Browse files
Update version 1.3.0 -> 1.4.0
1 parent 3d903b8 commit f5454b8

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.3.0
2+
current_version = 1.4.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.3.0
1+
# IBM Cloud Continuous Delivery Java SDK Version 1.4.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.3.0](#ibm-cloud-continuous-delivery-java-sdk-version-130)
24+
- [IBM Cloud Continuous Delivery Java SDK Version 1.4.0](#ibm-cloud-continuous-delivery-java-sdk-version-130)
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.3.0
47-
[Tekton Pipeline API](https://cloud.ibm.com/apidocs/tekton-pipeline?code=java) | com.ibm.cloud:cd-tekton-pipeline:1.3.0
46+
[Toolchain API](https://cloud.ibm.com/apidocs/toolchain?code=java) | com.ibm.cloud:cd-toolchain:1.4.0
47+
[Tekton Pipeline API](https://cloud.ibm.com/apidocs/tekton-pipeline?code=java) | com.ibm.cloud:cd-tekton-pipeline:1.4.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.3.0
61+
The current version of this SDK is: 1.4.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.3.0</version>
80+
<version>1.4.0</version>
8181
</dependency>
8282
<dependency>
8383
<groupId>com.ibm.cloud</groupId>
8484
<artifactId>cd-tekton-pipeline</artifactId>
85-
<version>1.3.0</version>
85+
<version>1.4.0</version>
8686
</dependency>
8787
```
8888

8989
### Gradle
9090

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

9696
## Using the SDK

0 commit comments

Comments
 (0)