Skip to content

Commit

Permalink
Add heos binding to bom(s) and CODEOWNERS
Browse files Browse the repository at this point in the history
Signed-off-by: Norbert Schulze <[email protected]>
  • Loading branch information
NorbertHD authored and kaikreuzer committed Sep 13, 2019
1 parent 3ca9844 commit 24fd550
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
/bundles/org.openhab.binding.hdanywhere/ @kgoderis
/bundles/org.openhab.binding.hdpowerview/ @beowulfe
/bundles/org.openhab.binding.helios/ @kgoderis
/bundles/org.openhab.binding.heos/ @Wire82
/bundles/org.openhab.binding.homematic/ @FStolte @gerrieg @mdicke2s
/bundles/org.openhab.binding.hpprinter/ @cossey
/bundles/org.openhab.binding.hue/ @cweitkamp
Expand Down
5 changes: 5 additions & 0 deletions bom/openhab-addons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,11 @@
<artifactId>org.openhab.binding.helios</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.binding.heos</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.binding.homematic</artifactId>
Expand Down
1 change: 1 addition & 0 deletions bundles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
<module>org.openhab.binding.hdanywhere</module>
<module>org.openhab.binding.hdpowerview</module>
<module>org.openhab.binding.helios</module>
<module>org.openhab.binding.heos</module>
<module>org.openhab.binding.homematic</module>
<module>org.openhab.binding.hpprinter</module>
<module>org.openhab.binding.hue</module>
Expand Down

0 comments on commit 24fd550

Please sign in to comment.