Skip to content

Commit 5df7e7d

Browse files
authored
Update to 0.2.0 (openhab#17123)
Signed-off-by: Leo Siepel <[email protected]>
1 parent 5b3f96e commit 5df7e7d

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

bundles/org.openhab.binding.bluetooth.bluez/NOTICE

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ https://github.com/openhab/openhab-addons
1414

1515
== Third-party Content
1616

17-
BlueZ-DBus Version: 0.1.4
17+
BlueZ-DBus Version: 0.2.0
1818
* License: MIT License
1919
* Project: https://github.com/hypfvieh/bluez-dbus
2020
* Source: https://github.com/hypfvieh/bluez-dbus

bundles/org.openhab.binding.bluetooth.bluez/src/main/feature/feature.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44

55
<feature name="openhab-binding-bluetooth-bluez" description="Bluetooth Binding Bluez" version="${project.version}">
66
<feature>openhab-runtime-base</feature>
7-
8-
<bundle dependency="true">mvn:com.github.hypfvieh/bluez-dbus-osgi/0.1.4</bundle>
7+
<bundle dependency="true">mvn:com.github.hypfvieh/bluez-dbus-osgi/0.2.0</bundle>
98
<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.bluetooth/${project.version}</bundle>
109
<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.bluetooth.bluez/${project.version}</bundle>
1110
</feature>

features/openhab-addons/src/main/resources/footer.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature name="openhab-binding-bluetooth" description="Bluetooth Binding" version="${project.version}">
33
<feature>openhab-runtime-base</feature>
44
<feature>openhab-transport-serial</feature>
5-
<bundle dependency="true">mvn:com.github.hypfvieh/bluez-dbus-osgi/0.1.4</bundle>
5+
<bundle dependency="true">mvn:com.github.hypfvieh/bluez-dbus-osgi/0.2.0</bundle>
66
<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.bluetooth/${project.version}</bundle>
77
<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.bluetooth.airthings/${project.version}</bundle>
88
<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.bluetooth.am43/${project.version}</bundle>

0 commit comments

Comments
 (0)