Skip to content

Commit 7323dd2

Browse files
committed
fix(ci): adjusted the signing key
1 parent 94f2861 commit 7323dd2

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
[![Build Status](https://travis-ci.com/IBM/code-engine-java-sdk.svg?branch=main)](https://travis-ci.com/IBM/code-engine-java-sdk)
2-
<!--
32
[![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)
4-
-->
53

64
# IBM Cloud Code Engine Java SDK Version 2.0.4
5+
76
Java client library to interact with the [Code Engine API](https://cloud.ibm.com/apidocs/codeengine).
87

98
## Table of Contents
@@ -40,7 +39,7 @@ The IBM Cloud Code Engine Java SDK allows developers to programmatically interac
4039

4140
Service Name | Artifact Coordinates
4241
--- | ---
43-
[Code Engine](https://cloud.ibm.com/apidocs/codeengine/codeengine-v2.0.0) | com.ibm.cloud.code-engine:2.0.0
42+
[Code Engine](https://cloud.ibm.com/apidocs/codeengine/codeengine-v2.0.0) | com.ibm.cloud.code-engine:2.0.4
4443

4544
## Prerequisites
4645

@@ -51,6 +50,7 @@ Service Name | Artifact Coordinates
5150
* Java 8 or above.
5251

5352
## Installation
53+
5454
The current version of this SDK is: 2.0.4
5555

5656
Each service's artifact coordinates are listed in the table above.
@@ -75,11 +75,13 @@ Here are examples for maven and gradle:
7575
```
7676

7777
### Gradle
78+
7879
```gradle
7980
compile 'com.ibm.cloud:code-engine:2.0.4'
8081
```
8182

8283
## Using the SDK
84+
8385
Examples and a demo are available in the [module examples](/modules/examples) folder.
8486

8587
For general SDK usage information, please see [this link](https://github.com/IBM/ibm-cloud-sdk-common/blob/master/README.md)
@@ -91,14 +93,17 @@ please ask a question at
9193
[Stack Overflow](http://stackoverflow.com/questions/ask?tags=ibm-cloud).
9294

9395
## Issues
96+
9497
If you encounter an issue with the project, you are welcome to submit a
9598
[bug report](https://github.com/IBM/code-engine-java-sdk/issues).
9699
Before that, please search for similar issues. It's possible that someone has already reported the problem.
97100

98101
## Open source @ IBM
102+
99103
Find more open source projects on the [IBM Github Page](http://ibm.github.io/)
100104

101105
## Contributing
106+
102107
See [CONTRIBUTING](CONTRIBUTING.md).
103108

104109
## License

build/signing.key.enc

2.53 KB
Binary file not shown.

0 commit comments

Comments
 (0)