Skip to content

Commit

Permalink
chore: using SOFT-IoT-DLT-Client-Tangle-Hornet
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanCapistrano committed Oct 9, 2023
1 parent d396861 commit 5801188
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
with:
args: https://github.com/larsid/soft-iot-mapping-devices/releases/download/v1.0.0/soft-iot-mapping-devices-1.0-SNAPSHOT.jar

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

- name: Getting SOFT-IoT-DLT-ID-Manager dependency
uses: wei/wget@v1
Expand All @@ -43,7 +43,7 @@ jobs:
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

- name: Installing SOFT-IoT-DLT-Client-Tangle
run: mvn install:install-file -Dfile=./SOFT-IoT-DLT-Client-Tangle-1.0-SNAPSHOT.jar -DgroupId=io.github.larsid -DartifactId=SOFT-IoT-DLT-Client-Tangle -Dversion=1.0-SNAPSHOT -Dpackaging=jar
run: mvn install:install-file -Dfile=./soft-iot-dlt-client-tangle-hornet-1.0-SNAPSHOT.jar -DgroupId=br.uefs.larsid.iot.soft -DartifactId=soft-iot-dlt-client-tangle-hornet -Dversion=1.0-SNAPSHOT -Dpackaging=jar

- name: Installing SOFT-IoT-DLT-ID-Manager
run: mvn install:install-file -Dfile=./SOFT-IoT-DLT-ID-Manager-1.0-SNAPSHOT.jar -DgroupId=io.github.larsid -DartifactId=SOFT-IoT-DLT-ID-Manager -Dversion=1.0-SNAPSHOT -Dpackaging=jar
Expand Down

0 comments on commit 5801188

Please sign in to comment.