Merge "Add IfNewHostNotify to DeviceManager"
[controller.git] / opendaylight / distribution / parents / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4   <modelVersion>4.0.0</modelVersion>
5   <prerequisites>
6     <maven>3.0</maven>
7   </prerequisites>
8
9   <parent>
10     <groupId>org.opendaylight.controller</groupId>
11     <artifactId>commons.opendaylight</artifactId>
12     <version>1.4.0-SNAPSHOT</version>
13     <relativePath>../../commons/opendaylight</relativePath>
14   </parent>
15   <artifactId>distribution.parents</artifactId>
16   <version>0.1.0-SNAPSHOT</version>
17   <packaging>pom</packaging>
18   <modules>
19     <module>../../commons/concepts</module>
20     <module>../../commons/integrationtest</module>
21     <module>../../commons/opendaylight</module>
22     <module>../../../third-party/commons/thirdparty</module>
23   </modules>
24 </project>