mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
Update to 0.2.0 (#17123)
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
This commit is contained in:
parent
5b3f96e277
commit
5df7e7d12e
@ -14,7 +14,7 @@ https://github.com/openhab/openhab-addons
|
|||||||
|
|
||||||
== Third-party Content
|
== Third-party Content
|
||||||
|
|
||||||
BlueZ-DBus Version: 0.1.4
|
BlueZ-DBus Version: 0.2.0
|
||||||
* License: MIT License
|
* License: MIT License
|
||||||
* Project: https://github.com/hypfvieh/bluez-dbus
|
* Project: https://github.com/hypfvieh/bluez-dbus
|
||||||
* Source: https://github.com/hypfvieh/bluez-dbus
|
* Source: https://github.com/hypfvieh/bluez-dbus
|
||||||
|
@ -4,8 +4,7 @@
|
|||||||
|
|
||||||
<feature name="openhab-binding-bluetooth-bluez" description="Bluetooth Binding Bluez" version="${project.version}">
|
<feature name="openhab-binding-bluetooth-bluez" description="Bluetooth Binding Bluez" version="${project.version}">
|
||||||
<feature>openhab-runtime-base</feature>
|
<feature>openhab-runtime-base</feature>
|
||||||
|
<bundle dependency="true">mvn:com.github.hypfvieh/bluez-dbus-osgi/0.2.0</bundle>
|
||||||
<bundle dependency="true">mvn:com.github.hypfvieh/bluez-dbus-osgi/0.1.4</bundle>
|
|
||||||
<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.bluetooth/${project.version}</bundle>
|
<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.bluetooth/${project.version}</bundle>
|
||||||
<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.bluetooth.bluez/${project.version}</bundle>
|
<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.bluetooth.bluez/${project.version}</bundle>
|
||||||
</feature>
|
</feature>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<feature name="openhab-binding-bluetooth" description="Bluetooth Binding" version="${project.version}">
|
<feature name="openhab-binding-bluetooth" description="Bluetooth Binding" version="${project.version}">
|
||||||
<feature>openhab-runtime-base</feature>
|
<feature>openhab-runtime-base</feature>
|
||||||
<feature>openhab-transport-serial</feature>
|
<feature>openhab-transport-serial</feature>
|
||||||
<bundle dependency="true">mvn:com.github.hypfvieh/bluez-dbus-osgi/0.1.4</bundle>
|
<bundle dependency="true">mvn:com.github.hypfvieh/bluez-dbus-osgi/0.2.0</bundle>
|
||||||
<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.bluetooth/${project.version}</bundle>
|
<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.bluetooth/${project.version}</bundle>
|
||||||
<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.bluetooth.airthings/${project.version}</bundle>
|
<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.bluetooth.airthings/${project.version}</bundle>
|
||||||
<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.bluetooth.am43/${project.version}</bundle>
|
<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.bluetooth.am43/${project.version}</bundle>
|
||||||
|
Loading…
Reference in New Issue
Block a user