We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07ba148 commit 216dc3cCopy full SHA for 216dc3c
.github/workflows/build-bundle.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Getting SOFT-IoT-Write-CSV dependency
48
uses: wei/wget@v1
49
with:
50
- args: https://github.com/larsid/soft-iot-write-csv/releases/download/v1.0.0/soft-iot-write-csv-1.0-SNAPSHOT.jar
+ args: https://github.com/larsid/soft-iot-write-csv/releases/download/v1.0.1/soft-iot-write-csv-1.0-SNAPSHOT.jar
51
52
- name: Installing soft-iot-mapping-devices
53
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
0 commit comments