Skip to content

Commit

Permalink
Update feature name (#610)
Browse files Browse the repository at this point in the history
Update feature name and add serial bundle to feature

Signed-off-by: Chris Jackson <[email protected]>
  • Loading branch information
cdjackson authored Oct 3, 2020
1 parent a0582cf commit cba4ca8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>

<groupId>org.openhab.addons.features.karaf</groupId>
<artifactId>org.openhab.addons.features.karaf.zigbee</artifactId>
<artifactId>openhab-binding-zigbee</artifactId>
<packaging>feature</packaging>

<name>openHAB Add-ons :: Features :: Karaf :: openHAB ZigBee Binding</name>
Expand Down Expand Up @@ -55,6 +55,11 @@
<artifactId>org.openhab.binding.zigbee.xbee</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.binding.zigbee.serial</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>com.zsmartsystems.zigbee</groupId>
Expand Down
2 changes: 1 addition & 1 deletion feature/src/main/feature/feature.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<features xmlns="http://karaf.apache.org/xmlns/features/v1.2.1" name="feature">
<feature name="org.openhab.addons.features.karaf.zigbee" description="openHAB ZigBee Binding" version="${project.version}">
<feature name="openhab-binding-zigbee" description="openHAB ZigBee Binding" version="${project.version}">
<feature>openhab-runtime-base</feature>
<feature>openhab-transport-serial</feature>
</feature>
Expand Down

0 comments on commit cba4ca8

Please sign in to comment.