Skip to content

Commit f51e8f6

Browse files
authored
[bluetooth.bluez] update to dbus version 0.3.1 (openhab#18146)
Signed-off-by: Jörg Sautter <[email protected]>
1 parent a462a8e commit f51e8f6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bundles/org.openhab.binding.bluetooth.bluez/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>com.github.hypfvieh</groupId>
2828
<artifactId>bluez-dbus-osgi</artifactId>
29-
<version>0.3.0</version>
29+
<version>0.3.1</version>
3030
<scope>provided</scope>
3131
</dependency>
3232

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

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

55
<feature name="openhab-binding-bluetooth-bluez" description="Bluetooth Binding Bluez" version="${project.version}">
66
<feature>openhab-runtime-base</feature>
7-
<bundle dependency="true">mvn:com.github.hypfvieh/bluez-dbus-osgi/0.3.0</bundle>
7+
<bundle dependency="true">mvn:com.github.hypfvieh/bluez-dbus-osgi/0.3.1</bundle>
88
<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.bluetooth/${project.version}</bundle>
99
<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.bluetooth.bluez/${project.version}</bundle>
1010
</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.3.0</bundle>
5+
<bundle dependency="true">mvn:com.github.hypfvieh/bluez-dbus-osgi/0.3.1</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)