Aligned spelling of DWD bindings (#8739)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
This commit is contained in:
Christoph Weitkamp 2020-10-12 17:14:21 +02:00 committed by GitHub
parent 168913baba
commit a7350abd8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# DwdUnwetter Binding # DWD Unwetter Binding
Binding to retrieve the Weather Warnings of the "Deutscher Wetterdienstes" from the [DWD Geoserver](https://maps.dwd.de/geoserver/web/). Binding to retrieve the Weather Warnings of the "Deutscher Wetterdienstes" from the [DWD Geoserver](https://maps.dwd.de/geoserver/web/).
The DWD provides weather warnings for Germany. The DWD provides weather warnings for Germany.

View File

@ -12,6 +12,6 @@
<artifactId>org.openhab.binding.dwdunwetter</artifactId> <artifactId>org.openhab.binding.dwdunwetter</artifactId>
<name>openHAB Add-ons :: Bundles :: DwdUnwetter Binding</name> <name>openHAB Add-ons :: Bundles :: DWD Unwetter Binding</name>
</project> </project>

View File

@ -2,7 +2,7 @@
<features name="org.openhab.binding.dwdunwetter-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.4.0"> <features name="org.openhab.binding.dwdunwetter-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.4.0">
<repository>mvn:org.openhab.core.features.karaf/org.openhab.core.features.karaf.openhab-core/${ohc.version}/xml/features</repository> <repository>mvn:org.openhab.core.features.karaf/org.openhab.core.features.karaf.openhab-core/${ohc.version}/xml/features</repository>
<feature name="openhab-binding-dwdunwetter" description="DwdUnwetter Binding" version="${project.version}"> <feature name="openhab-binding-dwdunwetter" description="DWD Unwetter Binding" version="${project.version}">
<feature>openhab-runtime-base</feature> <feature>openhab-runtime-base</feature>
<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.dwdunwetter/${project.version}</bundle> <bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.dwdunwetter/${project.version}</bundle>
</feature> </feature>