2019-01-28 13:07:31 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<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">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
2019-01-30 08:57:06 +01:00
|
|
|
<groupId>org.openhab.core.itests</groupId>
|
|
|
|
<artifactId>org.openhab.core.reactor.itests</artifactId>
|
2019-01-28 13:07:31 +01:00
|
|
|
<version>2.5.0-SNAPSHOT</version>
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
<artifactId>org.openhab.core.config.discovery.usbserial.linuxsysfs.tests</artifactId>
|
|
|
|
|
2019-01-30 08:57:06 +01:00
|
|
|
<name>openHAB Core :: Integration Tests :: Configuration USB-Serial Discovery for Linux using sysfs scanning Tests</name>
|
2019-01-28 13:07:31 +01:00
|
|
|
|
|
|
|
</project>
|