File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ jobs:
247247 JRELEASER_GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
248248 JRELEASER_CHOCOLATEY_API_KEY : ${{ secrets.JRELEASER_CHOCOLATEY_API_KEY }}
249249 JRELEASER_CHOCOLATEY_GITHUB_TOKEN : ${{ secrets.JRELEASER_CHOCOLATEY_GITHUB_TOKEN }}
250- run : mvn -e -B --file pom.xml -Prelease -DartifactsDir=release-artifact jreleaser:full-release
250+ run : ./mvnw --no-transfer-progress -Prelease -pl :iot-toolkit - DartifactsDir=all-artifacts jreleaser:full-release
251251
252252 - name : JReleaser output
253253 if : always()
Original file line number Diff line number Diff line change 2222
2323 <groupId >iot.technology</groupId >
2424 <artifactId >iot-toolkit</artifactId >
25- <version >0.7.3 </version >
25+ <version >0.7.2 </version >
2626 <modules >
2727 <module >toolkit-mqtt</module >
2828 <module >toolkit-coap</module >
Original file line number Diff line number Diff line change 2222 <parent >
2323 <artifactId >iot-toolkit</artifactId >
2424 <groupId >iot.technology</groupId >
25- <version >0.7.3 </version >
25+ <version >0.7.2 </version >
2626 </parent >
2727
2828
Original file line number Diff line number Diff line change 2222 <parent >
2323 <artifactId >iot-toolkit</artifactId >
2424 <groupId >iot.technology</groupId >
25- <version >0.7.3 </version >
25+ <version >0.7.2 </version >
2626 </parent >
2727
2828
Original file line number Diff line number Diff line change 2222 <parent >
2323 <artifactId >iot-toolkit</artifactId >
2424 <groupId >iot.technology</groupId >
25- <version >0.7.3 </version >
25+ <version >0.7.2 </version >
2626 </parent >
2727
2828 <name >IoT Technology ToolKit Common</name >
Original file line number Diff line number Diff line change 2222 <parent >
2323 <artifactId >iot-toolkit</artifactId >
2424 <groupId >iot.technology</groupId >
25- <version >0.7.3 </version >
25+ <version >0.7.2 </version >
2626 </parent >
2727
2828 <artifactId >toolkit-mqtt</artifactId >
Original file line number Diff line number Diff line change 2222 <parent >
2323 <artifactId >iot-toolkit</artifactId >
2424 <groupId >iot.technology</groupId >
25- <version >0.7.3 </version >
25+ <version >0.7.2 </version >
2626 </parent >
2727 <modelVersion >4.0.0</modelVersion >
2828
You can’t perform that action at this time.
0 commit comments