Bump upstreams
[openflowplugin.git] / extension / features-extension-aggregator / features-openflowplugin-extension / 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     <modelVersion>4.0.0</modelVersion>
4     <parent>
5         <groupId>org.opendaylight.odlparent</groupId>
6         <artifactId>feature-repo-parent</artifactId>
7         <version>13.0.7</version>
8         <relativePath/>
9     </parent>
10
11     <groupId>org.opendaylight.openflowplugin</groupId>
12     <artifactId>features-openflowplugin-extension</artifactId>
13     <packaging>feature</packaging>
14     <version>0.18.0-SNAPSHOT</version>
15
16     <dependencies>
17         <dependency>
18             <groupId>${project.groupId}</groupId>
19             <artifactId>odl-openflowplugin-nxm-extensions</artifactId>
20             <version>${project.version}</version>
21             <type>xml</type>
22             <classifier>features</classifier>
23         </dependency>
24         <dependency>
25             <groupId>${project.groupId}</groupId>
26             <artifactId>odl-openflowplugin-onf-extensions</artifactId>
27             <version>${project.version}</version>
28             <type>xml</type>
29             <classifier>features</classifier>
30         </dependency>
31         <dependency>
32             <groupId>${project.groupId}</groupId>
33             <artifactId>odl-openflowplugin-eric-extensions</artifactId>
34             <version>${project.version}</version>
35             <type>xml</type>
36             <classifier>features</classifier>
37         </dependency>
38     </dependencies>
39
40 </project>