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 33[](https://github.com/semantic-release/semantic-release)
44-->
55
6- # IBM Cloud Code Engine Java SDK Version 2.0.1
6+ # IBM Cloud Code Engine Java SDK Version 2.0.3
77
88Java client library to interact with the [ Code Engine API] ( https://cloud.ibm.com/apidocs/codeengine ) .
99
@@ -41,7 +41,7 @@ The IBM Cloud Code Engine Java SDK allows developers to programmatically interac
4141
4242Service Name | Artifact Coordinates
4343--- | ---
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
4545
4646## Prerequisites
4747
@@ -52,7 +52,8 @@ Service Name | Artifact Coordinates
5252* Java 8 or above.
5353
5454## Installation
55- The current version of this SDK is: 2.0.1
55+
56+ The current version of this SDK is: 2.0.3
5657
5758Each service's artifact coordinates are listed in the table above.
5859
@@ -70,14 +71,14 @@ Here are examples for maven and gradle:
7071``` xml
7172<dependency >
7273 <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 >
7576</dependency >
7677```
7778
7879### Gradle
7980``` gradle
80- compile 'com.ibm.cloud:code-engine:2.0.1 '
81+ compile 'com.ibm.cloud:code-engine:2.0.3 '
8182```
8283
8384## 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
1111
1212 printf " \n>>>>> Cloning repository's gh-pages branch into directory 'gh-pages'\n"
1313 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
1515
1616 printf " \n>>>>> Finished cloning...\n"
1717
You can’t perform that action at this time.
0 commit comments