2016-09-30 23:00:30 +02:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<packaging>eclipse-plugin</packaging>
|
|
|
|
<parent>
|
|
|
|
<groupId>org.openhab.core</groupId>
|
|
|
|
<artifactId>pom-bundles</artifactId>
|
2017-06-29 08:45:25 +02:00
|
|
|
<version>2.2.0-SNAPSHOT</version>
|
2016-09-30 23:00:30 +02:00
|
|
|
</parent>
|
|
|
|
|
|
|
|
<artifactId>org.openhab.io.sound</artifactId>
|
|
|
|
<name>openHAB Sound Support</name>
|
|
|
|
|
|
|
|
</project>
|