Bump versions by x.(y+1).z for next dev cycle
[openflowplugin.git] / features-he-aggregator / odl-openflowplugin-southbound-he / 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>1.9.0-SNAPSHOT</version>
9         <relativePath/>
10     </parent>
11
12     <groupId>org.opendaylight.openflowplugin</groupId>
13     <artifactId>odl-openflowplugin-southbound-he</artifactId>
14     <packaging>feature</packaging>
15     <version>0.5.0-SNAPSHOT</version>
16
17     <name>OpenDaylight :: Openflow Plugin :: He southbound API implementation</name>
18
19     <properties>
20         <mdsal.version>1.6.0-SNAPSHOT</mdsal.version>
21         <lldp.version>0.13.0-SNAPSHOT</lldp.version>
22     </properties>
23
24     <dependencyManagement>
25         <dependencies>
26             <!-- Controller infrastructure -->
27             <dependency>
28                 <groupId>org.opendaylight.controller</groupId>
29                 <artifactId>mdsal-artifacts</artifactId>
30                 <version>${mdsal.version}</version>
31                 <scope>import</scope>
32                 <type>pom</type>
33             </dependency>
34         </dependencies>
35     </dependencyManagement>
36
37     <dependencies>
38         <!-- feature dependencies -->
39         <dependency>
40             <groupId>org.opendaylight.controller</groupId>
41             <artifactId>odl-mdsal-broker</artifactId>
42             <version>${mdsal.version}</version>
43             <classifier>features</classifier>
44             <type>xml</type>
45         </dependency>
46
47         <dependency>
48             <groupId>org.opendaylight.openflowplugin</groupId>
49             <artifactId>odl-openflowplugin-nsf-model-he</artifactId>
50             <version>${project.version}</version>
51             <classifier>features</classifier>
52             <type>xml</type>
53         </dependency>
54
55         <dependency>
56             <groupId>org.opendaylight.openflowplugin</groupId>
57             <artifactId>openflowplugin-common</artifactId>
58             <version>${project.version}</version>
59         </dependency>
60         <dependency>
61             <groupId>org.opendaylight.openflowplugin</groupId>
62             <artifactId>openflowplugin-api</artifactId>
63             <version>${project.version}</version>
64         </dependency>
65         <dependency>
66             <groupId>org.opendaylight.openflowplugin</groupId>
67             <artifactId>openflowplugin</artifactId>
68             <version>${project.version}</version>
69         </dependency>
70         <dependency>
71             <groupId>org.opendaylight.openflowplugin</groupId>
72             <artifactId>openflowplugin-extension-api</artifactId>
73             <version>${project.version}</version>
74         </dependency>
75         <dependency>
76             <groupId>org.opendaylight.controller</groupId>
77             <artifactId>liblldp</artifactId>
78             <version>${lldp.version}</version>
79         </dependency>
80         <dependency>
81             <groupId>org.opendaylight.openflowplugin.applications</groupId>
82             <artifactId>inventory-manager</artifactId>
83             <version>${project.version}</version>
84         </dependency>
85         <dependency>
86             <groupId>org.opendaylight.openflowplugin.applications</groupId>
87             <artifactId>statistics-manager</artifactId>
88             <version>${project.version}</version>
89         </dependency>
90     </dependencies>
91
92 </project>