File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 2.0.2
2
+ current_version = 2.0.3
3
3
commit = True
4
4
message = Update version {current_version} -> {new_version}
5
5
Original file line number Diff line number Diff line change 3
3
[](https://github.com/semantic-release/semantic-release)
4
4
-->
5
5
6
- # IBM Cloud Code Engine Java SDK Version 2.0.2
6
+ # IBM Cloud Code Engine Java SDK Version 2.0.3
7
7
Java client library to interact with the [ Code Engine API] ( https://cloud.ibm.com/apidocs/codeengine ) .
8
8
9
9
## Table of Contents
@@ -51,7 +51,7 @@ Service Name | Artifact Coordinates
51
51
* Java 8 or above.
52
52
53
53
## Installation
54
- The current version of this SDK is: 2.0.2
54
+ The current version of this SDK is: 2.0.3
55
55
56
56
Each service's artifact coordinates are listed in the table above.
57
57
@@ -70,13 +70,13 @@ Here are examples for maven and gradle:
70
70
<dependency >
71
71
<groupId >com.ibm.cloud</groupId >
72
72
<artifactId >code-engine</artifactId >
73
- <version >2.0.2 </version >
73
+ <version >2.0.3 </version >
74
74
</dependency >
75
75
```
76
76
77
77
### Gradle
78
78
``` gradle
79
- compile 'com.ibm.cloud:code-engine:2.0.2 '
79
+ compile 'com.ibm.cloud:code-engine:2.0.3 '
80
80
```
81
81
82
82
## Using the SDK
You can’t perform that action at this time.
0 commit comments