Skip to content

Commit 50395a9

Browse files
committed
releasing version 0.4.2
1 parent 634f230 commit 50395a9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/maven_central.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
releaseversion:
77
description: 'Release version'
88
required: true
9-
default: '0.4.1'
9+
default: '0.4.2'
1010
jobs:
1111
publish:
1212
runs-on: ubuntu-latest

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ To use this sample code please do one of the following:
5353
<dependency>
5454
<groupId>com.jkoolcloud.client.api</groupId>
5555
<artifactId>jkool-client-api</artifactId>
56-
<version>0.4.1</version>
56+
<version>0.4.2</version>
5757
</dependency>
5858
```
5959

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<groupId>com.jkoolcloud.client.api</groupId>
2222
<artifactId>jkool-client-api</artifactId>
23-
<version>0.5-SNAPSHOT</version>
23+
<version>0.4.2</version>
2424
<packaging>jar</packaging>
2525

2626
<name>jkool-client-api</name>
@@ -167,7 +167,7 @@
167167
<jdk>[11,)</jdk>
168168
</activation>
169169
<properties>
170-
<resteasy.version>6.2.1.Final</resteasy.version>
170+
<resteasy.version>6.2.4.Final</resteasy.version>
171171
</properties>
172172
</profile>
173173

0 commit comments

Comments
 (0)