File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -55,15 +55,15 @@ jobs:
55
55
jdk : openjdk8
56
56
name : Publish-Javadoc
57
57
install : true
58
- if : type != pull_request AND branch = main AND tag IS present
58
+ if : tag IS present
59
59
script :
60
60
- build/setMavenVersion.sh
61
61
- mvn clean javadoc:aggregate $MVN_ARGS
62
62
- build/publishJavadoc.sh
63
63
after_success :
64
64
- echo "Javadocs successfully published to gh-pages!"
65
65
- jdk : openjdk8
66
- if : type != pull_request AND branch = main AND tag IS present
66
+ if : tag IS present
67
67
name : Publish-To-Maven-Central
68
68
install : true
69
69
script :
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.0
6
+ # IBM Cloud Code Engine Java SDK Version 2.0.1
7
+
7
8
Java client library to interact with the [ Code Engine API] ( https://cloud.ibm.com/apidocs/codeengine ) .
8
9
9
10
## Table of Contents
@@ -40,7 +41,7 @@ The IBM Cloud Code Engine Java SDK allows developers to programmatically interac
40
41
41
42
Service Name | Artifact Coordinates
42
43
--- | ---
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
44
45
45
46
## Prerequisites
46
47
@@ -51,7 +52,7 @@ Service Name | Artifact Coordinates
51
52
* Java 8 or above.
52
53
53
54
## Installation
54
- The current version of this SDK is: 2.0.0
55
+ The current version of this SDK is: 2.0.1
55
56
56
57
Each service's artifact coordinates are listed in the table above.
57
58
@@ -69,14 +70,14 @@ Here are examples for maven and gradle:
69
70
``` xml
70
71
<dependency >
71
72
<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 >
74
75
</dependency >
75
76
```
76
77
77
78
### Gradle
78
79
``` gradle
79
- compile 'com.ibm.cloud:code-engine:2.0.0 '
80
+ compile 'com.ibm.cloud:code-engine:2.0.1 '
80
81
```
81
82
82
83
## Using the SDK
You can’t perform that action at this time.
0 commit comments