2015-12-20 22:32:25 +01:00
|
|
|
<?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>
|
2017-04-07 12:42:23 +02:00
|
|
|
<groupId>org.openhab</groupId>
|
2015-12-20 22:32:25 +01:00
|
|
|
<artifactId>pom-tycho</artifactId>
|
2017-06-29 08:45:25 +02:00
|
|
|
<version>2.2.0-SNAPSHOT</version>
|
2015-12-20 22:32:25 +01:00
|
|
|
<relativePath>../../poms/tycho/pom.xml</relativePath>
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>org.openhab.feature.p2</artifactId>
|
|
|
|
|
|
|
|
<name>openHAB p2 Feature</name>
|
|
|
|
|
|
|
|
<packaging>eclipse-feature</packaging>
|
|
|
|
|
|
|
|
</project>
|