5c8a4e35c245def0205fc30a69dde8d97f0f751c
[openflowplugin.git] / extension / features-extension-aggregator / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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">
3     <parent>
4         <groupId>org.opendaylight.odlparent</groupId>
5         <artifactId>odlparent-lite</artifactId>
6         <version>9.0.13</version>
7         <relativePath/>
8     </parent>
9     <modelVersion>4.0.0</modelVersion>
10
11     <groupId>org.opendaylight.openflowplugin</groupId>
12     <artifactId>features-extension-aggregator</artifactId>
13     <packaging>pom</packaging>
14     <version>0.14.0-SNAPSHOT</version>
15
16     <modules>
17         <module>features-openflowplugin-extension</module>
18         <module>odl-openflowplugin-nxm-extensions</module>
19         <module>odl-openflowplugin-onf-extensions</module>
20         <module>odl-openflowplugin-eric-extensions</module>
21     </modules>
22
23 </project>