File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
releaseversion :
7
7
description : ' Release version'
8
8
required : true
9
- default : ' 0.4.1 '
9
+ default : ' 0.4.2 '
10
10
jobs :
11
11
publish :
12
12
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ To use this sample code please do one of the following:
53
53
<dependency>
54
54
<groupId>com.jkoolcloud.client.api</groupId>
55
55
<artifactId>jkool-client-api</artifactId>
56
- <version>0.4.1 </version>
56
+ <version>0.4.2 </version>
57
57
</dependency>
58
58
```
59
59
Original file line number Diff line number Diff line change 20
20
21
21
<groupId >com.jkoolcloud.client.api</groupId >
22
22
<artifactId >jkool-client-api</artifactId >
23
- <version >0.5-SNAPSHOT </version >
23
+ <version >0.4.2 </version >
24
24
<packaging >jar</packaging >
25
25
26
26
<name >jkool-client-api</name >
167
167
<jdk >[11,)</jdk >
168
168
</activation >
169
169
<properties >
170
- <resteasy .version>6.2.1 .Final</resteasy .version>
170
+ <resteasy .version>6.2.4 .Final</resteasy .version>
171
171
</properties >
172
172
</profile >
173
173
You can’t perform that action at this time.
0 commit comments