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 = 8.2 .0
2
+ current_version = 8.3 .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 2
2
[ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/com.ibm.cloud/sdk-core/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/com.ibm.cloud/sdk-core )
3
3
[ ![ 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 ) [ ![ CLA assistant] ( https://cla-assistant.io/readme/badge/ibm/java-sdk-core )] ( https://cla-assistant.io/ibm/java-sdk-core )
4
4
5
- # IBM Java SDK Core Version 8.2 .0
5
+ # IBM Java SDK Core Version 8.3 .0
6
6
This project contains core functionality required by Java code generated by the IBM Cloud OpenAPI SDK Generator
7
7
(openapi-sdkgen).
8
8
9
9
## Installation
10
- The current version of the project: 8.2 .0
10
+ The current version of the project: 8.3 .0
11
11
12
12
You can use this project by defining it as a dependency within your Java SDK project
13
13
(i.e. a project containing Java code generated by the IBM Cloud OpenAPI SDK Generator).
@@ -17,14 +17,14 @@ You can use this project by defining it as a dependency within your Java SDK pro
17
17
<dependency >
18
18
<groupId >com.ibm.cloud</groupId >
19
19
<artifactId >sdk-core</artifactId >
20
- <version >8.2 .0</version >
20
+ <version >8.3 .0</version >
21
21
</dependency >
22
22
```
23
23
24
24
##### Gradle
25
25
26
26
``` gradle
27
- 'com.ibm.cloud:sdk-core:8.2 .0'
27
+ 'com.ibm.cloud:sdk-core:8.3 .0'
28
28
```
29
29
30
30
## Prerequisites
You can’t perform that action at this time.
0 commit comments