openhab-core/features/pom.xml
Kai Kreuzer c8486db1a0 restructured poms (#131)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2017-04-07 03:42:23 -07:00

27 lines
800 B
XML

<?xml version="1.0" encoding="MACROMAN"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.openhab</groupId>
<artifactId>pom-tycho</artifactId>
<version>2.1.0-SNAPSHOT</version>
<relativePath>../poms/tycho/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.openhab.core</groupId>
<artifactId>pom-features</artifactId>
<name>openHAB Features</name>
<packaging>pom</packaging>
<modules>
<module>openhab-core</module>
<module>verify-karaf</module>
<module>p2</module>
<module>repo</module>
</modules>
</project>