2019-12-15 18:51:39 +00: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">
|
2019-02-18 09:34:37 +00:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
2019-04-05 06:28:49 +00:00
|
|
|
<groupId>org.openhab.ui.bundles</groupId>
|
|
|
|
<artifactId>org.openhab.ui.reactor.bundles</artifactId>
|
2021-01-27 20:47:33 +00:00
|
|
|
<version>2.5.13-SNAPSHOT</version>
|
2019-02-18 09:34:37 +00:00
|
|
|
</parent>
|
|
|
|
|
|
|
|
<artifactId>org.openhab.ui.restdocs</artifactId>
|
|
|
|
|
2019-06-05 19:58:11 +00:00
|
|
|
<name>openHAB UI :: Bundles :: openHAB REST API Documentation</name>
|
2019-02-18 09:34:37 +00:00
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
2019-04-11 08:27:35 +00:00
|
|
|
<groupId>org.openhab.ui.bundles</groupId>
|
2019-02-18 09:34:37 +00:00
|
|
|
<artifactId>org.openhab.ui.dashboard</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2019-06-05 19:58:11 +00:00
|
|
|
|
2019-02-18 09:34:37 +00:00
|
|
|
</project>
|