forked from openhab/openhab-addons
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[jsscripting] Upgrade openhab-js to 5.8.1 (openhab#17885)
Changelog: https://github.com/openhab/openhab-js/blob/main/CHANGELOG.md#581. Signed-off-by: Florian Hotze <[email protected]>
- Loading branch information
1 parent
785c930
commit 8a3ea65
Showing
2 changed files
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
<!-- Remember to check if the fix https://github.com/openhab/openhab-core/pull/4437 still works when upgrading GraalJS --> | ||
<graal.version>22.0.0.2</graal.version> <!-- DO NOT UPGRADE: 22.0.0.2 is the latest version working on armv7l / OpenJDK 11.0.16 & armv7l / Zulu 17.0.5+8 --> | ||
<oh.version>${project.version}</oh.version> | ||
<ohjs.version>[email protected].0</ohjs.version> | ||
<ohjs.version>[email protected].1</ohjs.version> | ||
</properties> | ||
|
||
<build> | ||
|