Bump odlparent to 3.1.2
[openflowplugin.git] / features-aggregator / odl-openflowplugin-nsf-model / 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>single-feature-parent</artifactId>
7         <version>3.1.2</version>
8         <relativePath/>
9     </parent>
10
11     <groupId>org.opendaylight.openflowplugin</groupId>
12     <artifactId>odl-openflowplugin-nsf-model</artifactId>
13     <packaging>feature</packaging>
14     <version>0.7.0-SNAPSHOT</version>
15
16     <name>OpenDaylight :: OpenflowPlugin :: NSF :: Model</name>
17
18     <properties>
19         <mdsal.version>1.8.0-SNAPSHOT</mdsal.version>
20         <mdsal.model.version>0.13.0-SNAPSHOT</mdsal.model.version>
21     </properties>
22
23     <dependencyManagement>
24         <dependencies>
25             <!-- Controller infrastructure -->
26             <dependency>
27                 <groupId>org.opendaylight.controller</groupId>
28                 <artifactId>mdsal-artifacts</artifactId>
29                 <version>${mdsal.version}</version>
30                 <scope>import</scope>
31                 <type>pom</type>
32             </dependency>
33         </dependencies>
34     </dependencyManagement>
35
36     <dependencies>
37         <!-- feature dependencies -->
38         <dependency>
39             <groupId>org.opendaylight.mdsal.model</groupId>
40             <artifactId>odl-mdsal-models</artifactId>
41             <version>${mdsal.model.version}</version>
42             <classifier>features</classifier>
43             <type>xml</type>
44         </dependency>
45
46         <dependency>
47             <groupId>org.opendaylight.controller</groupId>
48             <artifactId>odl-mdsal-model-inventory</artifactId>
49             <version>${mdsal.version}</version>
50             <classifier>features</classifier>
51             <type>xml</type>
52         </dependency>
53
54         <dependency>
55             <groupId>org.opendaylight.controller</groupId>
56             <artifactId>odl-controller-model-topology</artifactId>
57             <version>${mdsal.version}</version>
58             <classifier>features</classifier>
59             <type>xml</type>
60         </dependency>
61
62         <dependency>
63             <groupId>${project.groupId}.openflowjava</groupId>
64             <artifactId>odl-openflowjava-protocol</artifactId>
65             <version>${project.version}</version>
66             <classifier>features</classifier>
67             <type>xml</type>
68         </dependency>
69
70         <dependency>
71             <groupId>org.opendaylight.openflowplugin.model</groupId>
72             <artifactId>model-flow-base</artifactId>
73             <version>${project.version}</version>
74         </dependency>
75
76         <dependency>
77             <groupId>org.opendaylight.openflowplugin.model</groupId>
78             <artifactId>model-flow-statistics</artifactId>
79             <version>${project.version}</version>
80         </dependency>
81
82         <dependency>
83             <groupId>org.opendaylight.openflowplugin.model</groupId>
84             <artifactId>model-flow-service</artifactId>
85             <version>${project.version}</version>
86         </dependency>
87
88     </dependencies>
89
90 </project>