Skip to content

Commit 8c91096

Browse files
Update version 8.4.1 -> 8.4.2
1 parent 467d635 commit 8c91096

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 = 8.4.1
2+
current_version = 8.4.2
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
@@ -2,12 +2,12 @@
22
[![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)
33
[![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)
44

5-
# IBM Java SDK Core Version 8.4.1
5+
# IBM Java SDK Core Version 8.4.2
66
This project contains core functionality required by Java code generated by the IBM Cloud OpenAPI SDK Generator
77
(openapi-sdkgen).
88

99
## Installation
10-
The current version of the project: 8.4.1
10+
The current version of the project: 8.4.2
1111

1212
You can use this project by defining it as a dependency within your Java SDK project
1313
(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
1717
<dependency>
1818
<groupId>com.ibm.cloud</groupId>
1919
<artifactId>sdk-core</artifactId>
20-
<version>8.4.1</version>
20+
<version>8.4.2</version>
2121
</dependency>
2222
```
2323

2424
##### Gradle
2525

2626
```gradle
27-
'com.ibm.cloud:sdk-core:8.4.1'
27+
'com.ibm.cloud:sdk-core:8.4.2'
2828
```
2929

3030
## Prerequisites

0 commit comments

Comments
 (0)