Bump versions by x.(y+1).z for next dev cycle
[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>3.1.3</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.8.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     </dependencies>
32
33 </project>