2016-01-21 13:18:55 +01:00
|
|
|
<!--
|
|
|
|
|
|
|
|
|
|
Copyright (c) 2015 Bosch Software Innovations GmbH and others.
|
|
|
|
|
|
|
|
|
|
All rights reserved. This program and the accompanying materials
|
|
|
|
|
are made available under the terms of the Eclipse Public License v1.0
|
|
|
|
|
which accompanies this distribution, and is available at
|
|
|
|
|
http://www.eclipse.org/legal/epl-v10.html
|
|
|
|
|
|
|
|
|
|
-->
|
|
|
|
|
<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>
|
|
|
|
|
<groupId>org.eclipse.hawkbit</groupId>
|
2016-01-26 11:34:39 +01:00
|
|
|
<version>0.2.0-SNAPSHOT</version>
|
2017-04-26 10:36:21 +02:00
|
|
|
<artifactId>hawkbit-parent</artifactId>
|
2016-01-21 13:18:55 +01:00
|
|
|
</parent>
|
2017-04-26 10:36:21 +02:00
|
|
|
<artifactId>hawkbit-dmf-parent</artifactId>
|
2017-04-27 17:10:59 +02:00
|
|
|
<name>hawkBit :: DMF</name>
|
2017-04-26 10:36:21 +02:00
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
|
<jacoco.outputDir>${project.basedir}/../../target/</jacoco.outputDir>
|
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
|
|
<modules>
|
|
|
|
|
<module>hawkbit-dmf-api</module>
|
|
|
|
|
<module>hawkbit-dmf-amqp</module>
|
|
|
|
|
<module>hawkbit-dmf-rabbitmq-test</module>
|
|
|
|
|
</modules>
|
|
|
|
|
|
2016-01-21 13:18:55 +01:00
|
|
|
|
|
|
|
|
</project>
|