M pom.xml => pom.xml +1 -1
@@ 7,7 7,7 @@
<parent>
<groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.addons.reactor.bundles</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>4.0.1</version>
</parent>
<artifactId>org.openhab.binding.appletv</artifactId>
M src/main/history/dependencies.xml => src/main/history/dependencies.xml +2 -2
@@ 1,9 1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<features xmlns="http://karaf.apache.org/xmlns/features/v1.6.0" name="org.openhab.binding.appletv-3.3.0-SNAPSHOT">
+<features xmlns="http://karaf.apache.org/xmlns/features/v1.6.0" name="org.openhab.binding.appletv-4.0.1">
<feature version="0.0.0">
<feature>openhab-runtime-base</feature>
<feature>wrap</feature>
- <bundle>mvn:org.openhab.addons.bundles/org.openhab.binding.appletv/3.3.0-SNAPSHOT</bundle>
+ <bundle>mvn:org.openhab.addons.bundles/org.openhab.binding.appletv/4.0.1</bundle>
<bundle>wrap:mvn:org.lastnpe.eea/eea-all/2.2.1</bundle>
</feature>
</features>
R src/main/resources/OH-INF/binding/binding.xml => src/main/resources/OH-INF/addon/addon.xml +6 -7
@@ 1,12 1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
-<binding:binding id="appletv" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns:binding="https://openhab.org/schemas/binding/v1.0.0"
- xsi:schemaLocation="https://openhab.org/schemas/binding/v1.0.0 https://openhab.org/schemas/binding-1.0.0.xsd">
-
+<addon:addon id="appletv" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:addon="https://openhab.org/schemas/addon/v1.0.0"
+ xsi:schemaLocation="https://openhab.org/schemas/addon/v1.0.0 https://openhab.org/schemas/addon-1.0.0.xsd">
+ <type>binding</type>
<name>AppleTV Binding</name>
<description>This is the binding for AppleTV.</description>
- <author>Markus Michels</author>
-
+ <connection>local</connection>
<config-description>
<parameter name="remoteName" type="text">
<default>openHAB</default>
@@ 18,4 17,4 @@
<description>URL to use for playing notification sounds, e.g. http://192.168.0.2:8080</description>
</parameter>
</config-description>
-</binding:binding>
+</addon:addon>