Bump to yangtools-2.0.0 and odlparent-3.0.2
[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"
3          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5     <parent>
6         <groupId>org.opendaylight.odlparent</groupId>
7         <artifactId>odlparent-lite</artifactId>
8         <version>3.0.2</version>
9         <relativePath/>
10     </parent>
11     <modelVersion>4.0.0</modelVersion>
12
13     <groupId>org.opendaylight.openflowplugin</groupId>
14     <artifactId>features-extension-aggregator</artifactId>
15     <packaging>pom</packaging>
16     <version>0.6.0-SNAPSHOT</version>
17
18     <modules>
19         <module>features-openflowplugin-extension</module>
20         <module>odl-openflowplugin-nxm-extensions</module>
21         <module>odl-openflowplugin-onf-extensions</module>
22     </modules>
23
24 </project>