Bump odlparent to 3.1.2
[netvirt.git] / features / odl-netvirt-api / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright © 2017 Red Hat, Inc. and others.
4
5  This program and the accompanying materials are made available under the
6  terms of the Eclipse Public License v1.0 which accompanies this distribution,
7  and is available at http://www.eclipse.org/legal/epl-v10.html
8 -->
9 <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">
10
11     <parent>
12         <groupId>org.opendaylight.odlparent</groupId>
13         <artifactId>single-feature-parent</artifactId>
14         <version>3.1.2</version>
15         <relativePath/>
16     </parent>
17
18     <groupId>org.opendaylight.netvirt</groupId>
19     <artifactId>odl-netvirt-api</artifactId>
20     <version>0.7.0-SNAPSHOT</version>
21     <name>OpenDaylight :: NetVirt :: api</name>
22     <packaging>feature</packaging>
23     <modelVersion>4.0.0</modelVersion>
24
25     <dependencies>
26         <dependency>
27             <groupId>org.opendaylight.controller</groupId>
28             <artifactId>odl-mdsal-broker</artifactId>
29             <version>1.8.0-SNAPSHOT</version>
30             <type>xml</type>
31             <classifier>features</classifier>
32         </dependency>
33         <dependency>
34             <groupId>org.opendaylight.genius</groupId>
35             <artifactId>odl-genius-api</artifactId>
36             <version>0.5.0-SNAPSHOT</version>
37             <type>xml</type>
38             <classifier>features</classifier>
39         </dependency>
40         <dependency>
41             <groupId>org.opendaylight.infrautils</groupId>
42             <artifactId>odl-infrautils-jobcoordinator</artifactId>
43             <version>1.4.0-SNAPSHOT</version>
44             <type>xml</type>
45             <classifier>features</classifier>
46         </dependency>
47         <dependency>
48             <groupId>org.opendaylight.mdsal.model</groupId>
49             <artifactId>odl-mdsal-models</artifactId>
50             <version>0.13.0-SNAPSHOT</version>
51             <type>xml</type>
52             <classifier>features</classifier>
53         </dependency>
54         <dependency>
55             <groupId>org.opendaylight.neutron</groupId>
56             <artifactId>odl-neutron-northbound-api</artifactId>
57             <version>0.11.0-SNAPSHOT</version>
58             <type>xml</type>
59             <classifier>features</classifier>
60         </dependency>
61         <dependency>
62             <groupId>org.opendaylight.openflowplugin</groupId>
63             <artifactId>odl-openflowplugin-libraries</artifactId>
64             <version>0.7.0-SNAPSHOT</version>
65             <type>xml</type>
66             <classifier>features</classifier>
67         </dependency>
68         <dependency>
69             <groupId>org.opendaylight.openflowplugin</groupId>
70             <artifactId>odl-openflowplugin-nsf-model</artifactId>
71             <version>0.7.0-SNAPSHOT</version>
72             <type>xml</type>
73             <classifier>features</classifier>
74         </dependency>
75         <dependency>
76             <groupId>org.opendaylight.openflowplugin</groupId>
77             <artifactId>odl-openflowplugin-nxm-extensions</artifactId>
78             <version>0.7.0-SNAPSHOT</version>
79             <type>xml</type>
80             <classifier>features</classifier>
81         </dependency>
82         <dependency>
83             <groupId>org.opendaylight.ovsdb</groupId>
84             <artifactId>odl-ovsdb-hwvtepsouthbound-api</artifactId>
85             <version>1.7.0-SNAPSHOT</version>
86             <type>xml</type>
87             <classifier>features</classifier>
88         </dependency>
89         <dependency>
90             <groupId>org.opendaylight.ovsdb</groupId>
91             <artifactId>odl-ovsdb-southbound-api</artifactId>
92             <version>1.7.0-SNAPSHOT</version>
93             <type>xml</type>
94             <classifier>features</classifier>
95         </dependency>
96         <dependency>
97             <groupId>${project.groupId}</groupId>
98             <artifactId>aclservice-api</artifactId>
99             <version>${project.version}</version>
100         </dependency>
101         <dependency>
102             <groupId>${project.groupId}</groupId>
103             <artifactId>cloud-servicechain-api</artifactId>
104             <version>${project.version}</version>
105         </dependency>
106         <dependency>
107             <groupId>${project.groupId}</groupId>
108             <artifactId>coe-api</artifactId>
109             <version>${project.version}</version>
110         </dependency>
111         <dependency>
112             <groupId>${project.groupId}</groupId>
113             <artifactId>dhcpservice-api</artifactId>
114             <version>${project.version}</version>
115         </dependency>
116         <dependency>
117             <groupId>${project.groupId}</groupId>
118             <artifactId>elanmanager-api</artifactId>
119             <version>${project.version}</version>
120         </dependency>
121         <dependency>
122             <groupId>${project.groupId}</groupId>
123             <artifactId>fibmanager-api</artifactId>
124             <version>${project.version}</version>
125         </dependency>
126         <dependency>
127             <groupId>${project.groupId}</groupId>
128             <artifactId>ipv6service-api</artifactId>
129             <version>${project.version}</version>
130         </dependency>
131         <dependency>
132             <groupId>${project.groupId}</groupId>
133             <artifactId>natservice-api</artifactId>
134             <version>${project.version}</version>
135         </dependency>
136         <dependency>
137             <groupId>${project.groupId}</groupId>
138             <artifactId>neutronvpn-api</artifactId>
139             <version>${project.version}</version>
140         </dependency>
141         <dependency>
142             <groupId>${project.groupId}</groupId>
143             <artifactId>statistics-api</artifactId>
144             <version>${project.version}</version>
145         </dependency>
146         <dependency>
147             <groupId>${project.groupId}</groupId>
148             <artifactId>vpnmanager-api</artifactId>
149             <version>${project.version}</version>
150         </dependency>
151     </dependencies>
152 </project>