openhab-core/features/repo/pom.xml

20 lines
664 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<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.core</groupId>
<artifactId>pom-tycho</artifactId>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../../poms/tycho/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.openhab.core.features</groupId>
<artifactId>org.openhab.repo</artifactId>
<name>openHAB P2 Repository</name>
<packaging>eclipse-repository</packaging>
</project>