File tree 2 files changed +5
-5
lines changed 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 9.14.1
2
+ current_version = 9.15.0
3
3
commit = True
4
4
message = Update version {current_version} -> {new_version}
5
5
Original file line number Diff line number Diff line change 5
5
[ ![ 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 )
6
6
[ ![ CLA assistant] ( https://cla-assistant.io/readme/badge/ibm/java-sdk-core )] ( https://cla-assistant.io/ibm/java-sdk-core )
7
7
8
- # IBM Java SDK Core Version 9.14.1
8
+ # IBM Java SDK Core Version 9.15.0
9
9
This project contains core functionality required by Java code generated by the IBM Cloud OpenAPI SDK Generator
10
10
(openapi-sdkgen).
11
11
12
12
## Installation
13
- The current version of the project: 9.14.1
13
+ The current version of the project: 9.15.0
14
14
15
15
You can use this project by defining it as a dependency within your Java SDK project
16
16
(i.e. a project containing Java code generated by the IBM Cloud OpenAPI SDK Generator).
@@ -20,14 +20,14 @@ You can use this project by defining it as a dependency within your Java SDK pro
20
20
<dependency >
21
21
<groupId >com.ibm.cloud</groupId >
22
22
<artifactId >sdk-core</artifactId >
23
- <version >9.14.1 </version >
23
+ <version >9.15.0 </version >
24
24
</dependency >
25
25
```
26
26
27
27
##### Gradle
28
28
29
29
``` gradle
30
- 'com.ibm.cloud:sdk-core:9.14.1 '
30
+ 'com.ibm.cloud:sdk-core:9.15.0 '
31
31
```
32
32
33
33
## Prerequisites
You can’t perform that action at this time.
0 commit comments