Skip to content

Commit

Permalink
[modbus] Update jamod to 1.2.4.OH (openhab#8067)
Browse files Browse the repository at this point in the history
See openhab/jamod#4

Signed-off-by: Sami Salonen <[email protected]>
  • Loading branch information
ssalonen authored and andrewfg committed Aug 31, 2020
1 parent 555da55 commit 2dfc569
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bundles/org.openhab.binding.modbus/DEVELOPERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ When configuring dependencies in `openhab-distro/launch/app/pom.xml`, add all de
<dependency>
<groupId>org.openhab.osgiify</groupId>
<artifactId>net.wimpi.jamod</artifactId>
<version>1.2.3.OH</version>
<version>1.2.4.OH</version>
<scope>runtime</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.openhab.io.transport.modbus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<dependency>
<groupId>net.wimpi</groupId>
<artifactId>jamod</artifactId>
<version>1.2.3.OH</version>
<version>1.2.4.OH</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 2dfc569

Please sign in to comment.