Skip to content

Commit

Permalink
Merge pull request #42 from sanshengshui/develop-0.7.3
Browse files Browse the repository at this point in the history
update release.yml
  • Loading branch information
sanshengshui authored Jan 20, 2025
2 parents 1d386fc + 62fb660 commit ed555ba
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ jobs:
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

- name: 'Make mvnw executable'
shell: bash
run: |
chmod +x mvnw
chmod +x mvnw.cmd
Expand Down Expand Up @@ -232,6 +233,7 @@ jobs:
restore-keys: ${{ runner.os }}-m2

- name: 'Make mvnw executable'
shell: bash
run: |
chmod +x mvnw
chmod +x mvnw.cmd
Expand All @@ -245,7 +247,7 @@ jobs:
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
JRELEASER_CHOCOLATEY_API_KEY: ${{ secrets.JRELEASER_CHOCOLATEY_API_KEY }}
JRELEASER_CHOCOLATEY_GITHUB_TOKEN: ${{ secrets.JRELEASER_CHOCOLATEY_GITHUB_TOKEN }}
run: ./mvnw --no-transfer-progress -Prelease -pl :iot-toolkit -DartifactsDir=release-artifact jreleaser:full-release
run: mvn -e -B --file pom.xml -Prelease -DartifactsDir=release-artifact jreleaser:full-release

- name: JReleaser output
if: always()
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>iot.technology</groupId>
<artifactId>iot-toolkit</artifactId>
<version>0.7.3</version>
<version>0.7.2</version>
<modules>
<module>toolkit-mqtt</module>
<module>toolkit-coap</module>
Expand Down
2 changes: 1 addition & 1 deletion toolkit-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>iot-toolkit</artifactId>
<groupId>iot.technology</groupId>
<version>0.7.3</version>
<version>0.7.2</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion toolkit-coap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>iot-toolkit</artifactId>
<groupId>iot.technology</groupId>
<version>0.7.3</version>
<version>0.7.2</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion toolkit-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>iot-toolkit</artifactId>
<groupId>iot.technology</groupId>
<version>0.7.3</version>
<version>0.7.2</version>
</parent>

<name>IoT Technology ToolKit Common</name>
Expand Down
2 changes: 1 addition & 1 deletion toolkit-mqtt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>iot-toolkit</artifactId>
<groupId>iot.technology</groupId>
<version>0.7.3</version>
<version>0.7.2</version>
</parent>

<artifactId>toolkit-mqtt</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion toolkit-nbiot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>iot-toolkit</artifactId>
<groupId>iot.technology</groupId>
<version>0.7.3</version>
<version>0.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit ed555ba

Please sign in to comment.