File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed 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.1
6
+ # IBM Cloud Code Engine Java SDK Version 2.0.3
7
7
8
8
Java client library to interact with the [ Code Engine API] ( https://cloud.ibm.com/apidocs/codeengine ) .
9
9
@@ -41,7 +41,7 @@ The IBM Cloud Code Engine Java SDK allows developers to programmatically interac
41
41
42
42
Service Name | Artifact Coordinates
43
43
--- | ---
44
- [ Code Engine] ( https://cloud.ibm.com/apidocs/codeengine/codeengine-v2.0.1 ) | com.ibm.cloud.code-engine:2.0.1
44
+ [ Code Engine] ( https://cloud.ibm.com/apidocs/codeengine/codeengine-v2.0.0 ) | com.ibm.cloud.code-engine:2.0.3
45
45
46
46
## Prerequisites
47
47
@@ -52,7 +52,8 @@ Service Name | Artifact Coordinates
52
52
* Java 8 or above.
53
53
54
54
## Installation
55
- The current version of this SDK is: 2.0.1
55
+
56
+ The current version of this SDK is: 2.0.3
56
57
57
58
Each service's artifact coordinates are listed in the table above.
58
59
@@ -70,14 +71,14 @@ Here are examples for maven and gradle:
70
71
``` xml
71
72
<dependency >
72
73
<groupId >com.ibm.cloud</groupId >
73
- <artifactId >code-engine</artifactId
74
- <version>2.0.1 </version >
74
+ <artifactId >code-engine</artifactId >
75
+ <version >2.0.3 </version >
75
76
</dependency >
76
77
```
77
78
78
79
### Gradle
79
80
``` gradle
80
- compile 'com.ibm.cloud:code-engine:2.0.1 '
81
+ compile 'com.ibm.cloud:code-engine:2.0.3 '
81
82
```
82
83
83
84
## Using the SDK
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ if [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" ]; then
11
11
12
12
printf " \n>>>>> Cloning repository's gh-pages branch into directory 'gh-pages'\n"
13
13
rm -fr ./gh-pages
14
- git clone --branch=gh-pages https://${GH_TOKEN} @XXXGH_URL_NOSCHEMEXXX .git gh-pages
14
+ git clone --branch=gh-pages https://${GH_TOKEN} @github.com/IBM/code-engine-java-sdk .git gh-pages
15
15
16
16
printf " \n>>>>> Finished cloning...\n"
17
17
You can’t perform that action at this time.
0 commit comments