File tree 7 files changed +9
-7
lines changed
7 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -169,6 +169,7 @@ jobs:
169
169
key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
170
170
171
171
- name : ' Make mvnw executable'
172
+ shell : bash
172
173
run : |
173
174
chmod +x mvnw
174
175
chmod +x mvnw.cmd
@@ -232,6 +233,7 @@ jobs:
232
233
restore-keys : ${{ runner.os }}-m2
233
234
234
235
- name : ' Make mvnw executable'
236
+ shell : bash
235
237
run : |
236
238
chmod +x mvnw
237
239
chmod +x mvnw.cmd
@@ -245,7 +247,7 @@ jobs:
245
247
JRELEASER_GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
246
248
JRELEASER_CHOCOLATEY_API_KEY : ${{ secrets.JRELEASER_CHOCOLATEY_API_KEY }}
247
249
JRELEASER_CHOCOLATEY_GITHUB_TOKEN : ${{ secrets.JRELEASER_CHOCOLATEY_GITHUB_TOKEN }}
248
- run : ./mvnw --no-transfer-progress -Prelease -pl :iot-toolkit -DartifactsDir=release-artifact jreleaser:full-release
250
+ run : mvn -e -B --file pom.xml -Prelease -DartifactsDir=release-artifact jreleaser:full-release
249
251
250
252
- name : JReleaser output
251
253
if : always()
Original file line number Diff line number Diff line change 22
22
23
23
<groupId >iot.technology</groupId >
24
24
<artifactId >iot-toolkit</artifactId >
25
- <version >0.7.3 </version >
25
+ <version >0.7.2 </version >
26
26
<modules >
27
27
<module >toolkit-mqtt</module >
28
28
<module >toolkit-coap</module >
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<artifactId >iot-toolkit</artifactId >
24
24
<groupId >iot.technology</groupId >
25
- <version >0.7.3 </version >
25
+ <version >0.7.2 </version >
26
26
</parent >
27
27
28
28
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<artifactId >iot-toolkit</artifactId >
24
24
<groupId >iot.technology</groupId >
25
- <version >0.7.3 </version >
25
+ <version >0.7.2 </version >
26
26
</parent >
27
27
28
28
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<artifactId >iot-toolkit</artifactId >
24
24
<groupId >iot.technology</groupId >
25
- <version >0.7.3 </version >
25
+ <version >0.7.2 </version >
26
26
</parent >
27
27
28
28
<name >IoT Technology ToolKit Common</name >
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<artifactId >iot-toolkit</artifactId >
24
24
<groupId >iot.technology</groupId >
25
- <version >0.7.3 </version >
25
+ <version >0.7.2 </version >
26
26
</parent >
27
27
28
28
<artifactId >toolkit-mqtt</artifactId >
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<artifactId >iot-toolkit</artifactId >
24
24
<groupId >iot.technology</groupId >
25
- <version >0.7.3 </version >
25
+ <version >0.7.2 </version >
26
26
</parent >
27
27
<modelVersion >4.0.0</modelVersion >
28
28
You can’t perform that action at this time.
0 commit comments