Skip to content

Commit 7a97777

Browse files
Update version 9.14.1 -> 9.15.0
1 parent 9913071 commit 7a97777

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 9.14.1
2+
current_version = 9.15.0
33
commit = True
44
message = Update version {current_version} -> {new_version}
55

README.md

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

8-
# IBM Java SDK Core Version 9.14.1
8+
# IBM Java SDK Core Version 9.15.0
99
This project contains core functionality required by Java code generated by the IBM Cloud OpenAPI SDK Generator
1010
(openapi-sdkgen).
1111

1212
## Installation
13-
The current version of the project: 9.14.1
13+
The current version of the project: 9.15.0
1414

1515
You can use this project by defining it as a dependency within your Java SDK project
1616
(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
2020
<dependency>
2121
<groupId>com.ibm.cloud</groupId>
2222
<artifactId>sdk-core</artifactId>
23-
<version>9.14.1</version>
23+
<version>9.15.0</version>
2424
</dependency>
2525
```
2626

2727
##### Gradle
2828

2929
```gradle
30-
'com.ibm.cloud:sdk-core:9.14.1'
30+
'com.ibm.cloud:sdk-core:9.15.0'
3131
```
3232

3333
## Prerequisites

0 commit comments

Comments
 (0)