Skip to content

Release 0.18.0

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Dec 21:40
· 13 commits to main since this release

Release 0.18.0

This release has been automatically deployed to Maven Central.

Artifacts:

  • org.openhab.tools.sat:sat-plugin:0.18.0
  • org.openhab.tools.sat:sat-extension:0.18.0
  • org.openhab.tools:openhab-codestyle:0.18.0
  • org.openhab.tools.sat.custom-checks:checkstyle-rules:0.18.0
  • org.openhab.tools.sat.custom-checks:pmd-rules:0.18.0
  • org.openhab.tools.sat.custom-checks:findbugs-rules:0.18.0

Maven Central - SAT Plugin:

<plugin>
    <groupId>org.openhab.tools.sat</groupId>
    <artifactId>sat-plugin</artifactId>
    <version>0.18.0</version>
</plugin>

Maven Central - SAT Extension:

<extension>
    <groupId>org.openhab.tools.sat</groupId>
    <artifactId>sat-extension</artifactId>
    <version>0.18.0</version>
</extension>

Maven Central - Codestyle:

<dependency>
    <groupId>org.openhab.tools</groupId>
    <artifactId>openhab-codestyle</artifactId>
    <version>0.18.0</version>
</dependency>

What's Changed

New Contributors

Full Changelog: 0.17.0...v0.18.0