From 04eed8b4e340d805e3b835e3612f2e3863450b84 Mon Sep 17 00:00:00 2001 From: Sami Salonen Date: Sat, 4 Jul 2020 13:55:38 +0300 Subject: [PATCH] [modbus] Update jamod to 1.2.4.OH (#8067) See https://github.com/openhab/jamod/pull/4 Signed-off-by: Sami Salonen --- bundles/org.openhab.binding.modbus/DEVELOPERS.md | 2 +- bundles/org.openhab.io.transport.modbus/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bundles/org.openhab.binding.modbus/DEVELOPERS.md b/bundles/org.openhab.binding.modbus/DEVELOPERS.md index 6ea2a20ec21a6..482f93e2569db 100644 --- a/bundles/org.openhab.binding.modbus/DEVELOPERS.md +++ b/bundles/org.openhab.binding.modbus/DEVELOPERS.md @@ -22,7 +22,7 @@ When configuring dependencies in `openhab-distro/launch/app/pom.xml`, add all de org.openhab.osgiify net.wimpi.jamod - 1.2.3.OH + 1.2.4.OH runtime ``` diff --git a/bundles/org.openhab.io.transport.modbus/pom.xml b/bundles/org.openhab.io.transport.modbus/pom.xml index 63f9ee5aa0efa..0f4beafe16284 100644 --- a/bundles/org.openhab.io.transport.modbus/pom.xml +++ b/bundles/org.openhab.io.transport.modbus/pom.xml @@ -27,7 +27,7 @@ net.wimpi jamod - 1.2.3.OH + 1.2.4.OH compile