Skip to content

Commit f5ec32f

Browse files
Update version 9.15.2 -> 9.15.3
1 parent a873bc7 commit f5ec32f

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
[bumpversion]
2-
current_version = 9.15.2
2+
current_version = 9.15.3
33
commit = True
44
message = Update version {current_version} -> {new_version}
55

66
[bumpversion:file:README.md]
77
search = {current_version}
88
replace = {new_version}
9-

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
[![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)
55
[![CLA assistant](https://cla-assistant.io/readme/badge/ibm/java-sdk-core)](https://cla-assistant.io/ibm/java-sdk-core)
66

7-
# IBM Java SDK Core Version 9.15.2
7+
# IBM Java SDK Core Version 9.15.3
88
This project contains core functionality required by Java code generated by the IBM Cloud OpenAPI SDK Generator
99
(openapi-sdkgen).
1010

1111
## Installation
12-
The current version of the project: 9.15.2
12+
The current version of the project: 9.15.3
1313

1414
You can use this project by defining it as a dependency within your Java SDK project
1515
(i.e. a project containing Java code generated by the IBM Cloud OpenAPI SDK Generator).
@@ -19,14 +19,14 @@ You can use this project by defining it as a dependency within your Java SDK pro
1919
<dependency>
2020
<groupId>com.ibm.cloud</groupId>
2121
<artifactId>sdk-core</artifactId>
22-
<version>9.15.2</version>
22+
<version>9.15.3</version>
2323
</dependency>
2424
```
2525

2626
##### Gradle
2727

2828
```gradle
29-
'com.ibm.cloud:sdk-core:9.15.2'
29+
'com.ibm.cloud:sdk-core:9.15.3'
3030
```
3131

3232
## Prerequisites

0 commit comments

Comments
 (0)