Bump versions by x.(y+1).z for next dev cycle
[openflowplugin.git] / extension / features-extension-aggregator / odl-openflowplugin-nxm-extensions / 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"
3          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4     <modelVersion>4.0.0</modelVersion>
5     <parent>
6         <groupId>org.opendaylight.odlparent</groupId>
7         <artifactId>single-feature-parent</artifactId>
8         <version>3.0.2</version>
9         <relativePath/>
10     </parent>
11
12     <groupId>org.opendaylight.openflowplugin</groupId>
13     <artifactId>odl-openflowplugin-nxm-extensions</artifactId>
14     <packaging>feature</packaging>
15     <version>0.7.0-SNAPSHOT</version>
16
17     <name>OpenDaylight :: Openflow Plugin :: Nicira Extensions</name>
18
19     <dependencyManagement>
20         <dependencies>
21             <!-- This project -->
22             <dependency>
23                 <groupId>org.opendaylight.openflowplugin</groupId>
24                 <artifactId>openflowplugin-artifacts</artifactId>
25                 <version>${project.version}</version>
26                 <scope>import</scope>
27                 <type>pom</type>
28             </dependency>
29         </dependencies>
30     </dependencyManagement>
31
32     <dependencies>
33         <!-- feature dependencies -->
34         <dependency>
35             <groupId>org.opendaylight.openflowplugin</groupId>
36             <artifactId>odl-openflowplugin-southbound</artifactId>
37             <classifier>features</classifier>
38             <type>xml</type>
39         </dependency>
40         <dependency>
41             <groupId>org.opendaylight.openflowplugin</groupId>
42             <artifactId>openflowjava-extension-nicira-api</artifactId>
43         </dependency>
44         <dependency>
45             <groupId>org.opendaylight.openflowplugin</groupId>
46             <artifactId>openflowjava-extension-nicira</artifactId>
47         </dependency>
48         <dependency>
49             <groupId>org.opendaylight.openflowplugin</groupId>
50             <artifactId>openflowplugin-extension-nicira</artifactId>
51         </dependency>
52     </dependencies>
53
54 </project>