Skip to content

Commit f6acabd

Browse files
Sdk update 20230124 224731 (#10)
* removed referenceds to codecov * synced with latest template * prepared the v2 update of the java sdk * re-generated v1 functionality * added integration tests * added travis yaml which should be used for public github * fix(build): adjusted travis config * fix(build): adjusted semantic-release-config (#10) * feat(build): major release v1 (#11) BREAKING CHANGE: marks v1.0.0 of this repository * Update version v0.3.3 -> 1.0.0 * chore(release): 1.0.0 release notes # [1.0.0](https://github.ibm.com/coligo/java-sdk/compare/v0.3.3...1.0.0) (2023-01-21) ### Features * **build:** major release v1 ([#11](https://github.ibm.com/coligo/java-sdk/issues/11)) ([a12e44b](https://github.ibm.com/coligo/java-sdk/commit/a12e44b71e58c330b876f8a35917094b73b1d724)) ### BREAKING CHANGES * **build:** marks v1.0.0 of this repository * feat(core): Enable v2.0.0 API functionality (#12) BREAKING CHANGE: v2.0.0 * Update version 1.0.0 -> 2.0.0 * chore(release): 2.0.0 release notes # [2.0.0](https://github.ibm.com/coligo/java-sdk/compare/1.0.0...2.0.0) (2023-01-24) ### Features * **core:** Enable v2.0.0 API functionality ([#12](https://github.ibm.com/coligo/java-sdk/issues/12)) ([2cd70c2](https://github.ibm.com/coligo/java-sdk/commit/2cd70c21625fbbaf99e1f0e0d2bc188e0102e827)) ### BREAKING CHANGES * **core:** v2.0.0 * fix(build): adjusted travis config used for public github * Update version 2.0.0 -> 2.0.1 * chore(release): 2.0.1 release notes ## [2.0.1](https://github.ibm.com/coligo/java-sdk/compare/2.0.0...2.0.1) (2023-01-24) ### Bug Fixes * **build:** adjusted travis config used for public github ([4d28506](https://github.ibm.com/coligo/java-sdk/commit/4d2850673e5c244efae1992e2fea68b79f05b6e7)) * SDK update 20230124-224731 Co-authored-by: semantic-release-bot <[email protected]>
1 parent 0d74a8a commit f6acabd

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@ jobs:
5555
jdk: openjdk8
5656
name: Publish-Javadoc
5757
install: true
58-
if: type != pull_request AND branch = main AND tag IS present
58+
if: tag IS present
5959
script:
6060
- build/setMavenVersion.sh
6161
- mvn clean javadoc:aggregate $MVN_ARGS
6262
- build/publishJavadoc.sh
6363
after_success:
6464
- echo "Javadocs successfully published to gh-pages!"
6565
- jdk: openjdk8
66-
if: type != pull_request AND branch = main AND tag IS present
66+
if: tag IS present
6767
name: Publish-To-Maven-Central
6868
install: true
6969
script:

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
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.0
6+
# IBM Cloud Code Engine Java SDK Version 2.0.1
7+
78
Java client library to interact with the [Code Engine API](https://cloud.ibm.com/apidocs/codeengine).
89

910
## Table of Contents
@@ -40,7 +41,7 @@ The IBM Cloud Code Engine Java SDK allows developers to programmatically interac
4041

4142
Service Name | Artifact Coordinates
4243
--- | ---
43-
[Code Engine](https://cloud.ibm.com/apidocs/codeengine/codeengine-v2.0.0) | com.ibm.cloud.code-engine:2.0.0
44+
[Code Engine](https://cloud.ibm.com/apidocs/codeengine/codeengine-v2.0.1) | com.ibm.cloud.code-engine:2.0.1
4445

4546
## Prerequisites
4647

@@ -51,7 +52,7 @@ Service Name | Artifact Coordinates
5152
* Java 8 or above.
5253

5354
## Installation
54-
The current version of this SDK is: 2.0.0
55+
The current version of this SDK is: 2.0.1
5556

5657
Each service's artifact coordinates are listed in the table above.
5758

@@ -69,14 +70,14 @@ Here are examples for maven and gradle:
6970
```xml
7071
<dependency>
7172
<groupId>com.ibm.cloud</groupId>
72-
<artifactId>code-engine</artifactId>
73-
<version>2.0.0</version>
73+
<artifactId>code-engine</artifactId
74+
<version>2.0.1</version>
7475
</dependency>
7576
```
7677

7778
### Gradle
7879
```gradle
79-
compile 'com.ibm.cloud:code-engine:2.0.0'
80+
compile 'com.ibm.cloud:code-engine:2.0.1'
8081
```
8182

8283
## Using the SDK

0 commit comments

Comments
 (0)