Skip to content

Commit 47329e7

Browse files
authored
Merge pull request #11 from IBM/sdk-update-20230125-213633
Sdk update 20230125 213633
2 parents f6acabd + 2910152 commit 47329e7

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![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)
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

88
Java 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

4242
Service 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

5758
Each 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

build/publishJavadoc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

build/signing.key.enc

-4.23 KB
Binary file not shown.

0 commit comments

Comments
 (0)