2021-06-27 17:50:02 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?><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">
|
2018-09-10 13:45:11 +02:00
|
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2015-12-20 22:32:25 +01:00
|
|
|
|
2017-04-07 12:42:23 +02:00
|
|
|
<parent>
|
2017-12-10 01:04:42 +01:00
|
|
|
<groupId>org.openhab.core</groupId>
|
2019-01-28 13:07:31 +01:00
|
|
|
<artifactId>org.openhab.core.reactor</artifactId>
|
2021-06-27 17:50:02 +02:00
|
|
|
<version>3.2.0-SNAPSHOT</version>
|
2017-04-07 12:42:23 +02:00
|
|
|
</parent>
|
2015-12-20 22:32:25 +01:00
|
|
|
|
2019-01-28 13:07:31 +01:00
|
|
|
<groupId>org.openhab.core.features</groupId>
|
|
|
|
<artifactId>org.openhab.core.reactor.features</artifactId>
|
2018-09-10 13:45:11 +02:00
|
|
|
<packaging>pom</packaging>
|
2015-12-20 22:32:25 +01:00
|
|
|
|
2019-01-28 13:07:31 +01:00
|
|
|
<name>openHAB Core :: Features</name>
|
2015-12-20 22:32:25 +01:00
|
|
|
|
2018-09-10 13:45:11 +02:00
|
|
|
<modules>
|
2019-01-28 13:07:31 +01:00
|
|
|
<module>karaf</module>
|
2018-09-10 13:45:11 +02:00
|
|
|
</modules>
|
2015-12-20 22:32:25 +01:00
|
|
|
|
2019-11-11 20:00:38 +01:00
|
|
|
<dependencies>
|
|
|
|
<!-- BOM, so features are build after bundles in parallel builds -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.openhab.core.bom</groupId>
|
|
|
|
<artifactId>org.openhab.core.bom.openhab-core</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<type>pom</type>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
|
2015-12-20 22:32:25 +01:00
|
|
|
</project>
|