2024-07-07 23:22:27 +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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
2019-04-26 13:03:28 +02:00
|
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
<groupId>org.openhab.core</groupId>
|
|
|
|
<artifactId>org.openhab.core.reactor</artifactId>
|
2024-07-07 18:05:56 +02:00
|
|
|
<version>4.3.0-SNAPSHOT</version>
|
2019-04-26 13:03:28 +02:00
|
|
|
</parent>
|
|
|
|
|
2019-05-04 14:15:45 +02:00
|
|
|
<groupId>org.openhab.core.tools</groupId>
|
|
|
|
<artifactId>org.openhab.core.reactor.tools</artifactId>
|
2019-04-26 13:03:28 +02:00
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
<name>openHAB Core :: Tools</name>
|
|
|
|
|
|
|
|
<modules>
|
|
|
|
<module>archetype</module>
|
2021-12-01 18:52:03 +01:00
|
|
|
<module>i18n-plugin</module>
|
2023-05-01 21:58:11 +02:00
|
|
|
<module>upgradetool</module>
|
2019-04-26 13:03:28 +02:00
|
|
|
</modules>
|
|
|
|
|
|
|
|
</project>
|