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 = 4.1 .0
2+ current_version = 4.2 .0
33commit = True
44message = Update version {current_version} -> {new_version}
55
Original file line number Diff line number Diff line change 11[ ![ Build Status] ( https://travis-ci.com/IBM/code-engine-java-sdk.svg?branch=main )] ( https://travis-ci.com/IBM/code-engine-java-sdk )
22[ ![ semantic-release] ( https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg )] ( https://github.com/semantic-release/semantic-release )
33
4- # IBM Cloud Code Engine Java SDK Version 4.1 .0
4+ # IBM Cloud Code Engine Java SDK Version 4.2 .0
55
66Java client library to interact with the [ Code Engine API] ( https://cloud.ibm.com/apidocs/codeengine ) .
77
@@ -39,7 +39,7 @@ The IBM Cloud Code Engine Java SDK allows developers to programmatically interac
3939
4040Service Name | Artifact Coordinates
4141--- | ---
42- [ Code Engine] ( https://cloud.ibm.com/apidocs/codeengine/codeengine-v2.0.0 ) | com.ibm.cloud.code-engine:4.1 .0
42+ [ Code Engine] ( https://cloud.ibm.com/apidocs/codeengine/codeengine-v2.0.0 ) | com.ibm.cloud.code-engine:4.2 .0
4343
4444## Prerequisites
4545
@@ -51,7 +51,7 @@ Service Name | Artifact Coordinates
5151
5252## Installation
5353
54- The current version of this SDK is: 4.1 .0
54+ The current version of this SDK is: 4.2 .0
5555
5656Each service's artifact coordinates are listed in the table above.
5757
@@ -70,14 +70,14 @@ Here are examples for maven and gradle:
7070<dependency >
7171 <groupId >com.ibm.cloud</groupId >
7272 <artifactId >code-engine</artifactId >
73- <version >4.1 .0</version >
73+ <version >4.2 .0</version >
7474</dependency >
7575```
7676
7777### Gradle
7878
7979``` gradle
80- compile 'com.ibm.cloud:code-engine:4.1 .0'
80+ compile 'com.ibm.cloud:code-engine:4.2 .0'
8181```
8282
8383## Using the SDK
You can’t perform that action at this time.
0 commit comments