Skip to content

Commit

Permalink
chore: update bundle dependencies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanCapistrano committed Dec 10, 2023
1 parent 6e26a72 commit 65a8b93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
- name: Getting soft-iot-node-type dependency
uses: wei/wget@v1
with:
args: https://github.com/AllanCapistrano/soft-iot-node-type/releases/download/v1.1.0/soft-iot-node-type-1.0-SNAPSHOT.jar
args: https://github.com/AllanCapistrano/soft-iot-node-type/releases/download/v1.2.0/soft-iot-node-type-1.0-SNAPSHOT.jar

- name: Getting SOFT-IoT-DLT-Client-Tangle-Hornet dependency
uses: wei/wget@v1
with:
args: https://github.com/AllanCapistrano/soft-iot-dlt-client-tangle-hornet/releases/download/v1.2.0/soft-iot-dlt-client-tangle-hornet-1.0-SNAPSHOT.jar
args: https://github.com/AllanCapistrano/soft-iot-dlt-client-tangle-hornet/releases/download/v1.3.0/soft-iot-dlt-client-tangle-hornet-1.0-SNAPSHOT.jar

- name: Installing soft-iot-mapping-devices
run: mvn install:install-file -Dfile=./soft-iot-mapping-devices-1.0-SNAPSHOT.jar -DgroupId=io.github.larsid -DartifactId=soft-iot-mapping-devices -Dversion=1.0-SNAPSHOT -Dpackaging=jar
Expand Down

0 comments on commit 65a8b93

Please sign in to comment.