Bump versions by x.(y+1).z for next dev cycle
[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"
10          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
11
12     <parent>
13         <groupId>org.opendaylight.odlparent</groupId>
14         <artifactId>single-feature-parent</artifactId>
15         <version>3.0.2</version>
16         <relativePath/>
17     </parent>
18
19     <groupId>org.opendaylight.netvirt</groupId>
20     <artifactId>odl-netvirt-api</artifactId>
21     <version>0.7.0-SNAPSHOT</version>
22     <name>OpenDaylight :: NetVirt :: api</name>
23     <packaging>feature</packaging>
24     <modelVersion>4.0.0</modelVersion>
25
26     <dependencies>
27         <dependency>
28             <groupId>org.opendaylight.controller</groupId>
29             <artifactId>odl-mdsal-broker</artifactId>
30             <version>1.8.0-SNAPSHOT</version>
31             <type>xml</type>
32             <classifier>features</classifier>
33         </dependency>
34         <dependency>
35             <groupId>org.opendaylight.genius</groupId>
36             <artifactId>odl-genius-api</artifactId>
37             <version>0.5.0-SNAPSHOT</version>
38             <type>xml</type>
39             <classifier>features</classifier>
40         </dependency>
41         <dependency>
42             <groupId>org.opendaylight.infrautils</groupId>
43             <artifactId>odl-infrautils-counters</artifactId>
44             <version>1.4.0-SNAPSHOT</version>
45             <type>xml</type>
46             <classifier>features</classifier>
47         </dependency>
48         <dependency>
49             <groupId>org.opendaylight.infrautils</groupId>
50             <artifactId>odl-infrautils-jobcoordinator</artifactId>
51             <version>1.4.0-SNAPSHOT</version>
52             <type>xml</type>
53             <classifier>features</classifier>
54         </dependency>
55         <dependency>
56             <groupId>org.opendaylight.mdsal.model</groupId>
57             <artifactId>odl-mdsal-models</artifactId>
58             <version>0.13.0-SNAPSHOT</version>
59             <type>xml</type>
60             <classifier>features</classifier>
61         </dependency>
62         <dependency>
63             <groupId>org.opendaylight.neutron</groupId>
64             <artifactId>odl-neutron-northbound-api</artifactId>
65             <version>0.11.0-SNAPSHOT</version>
66             <type>xml</type>
67             <classifier>features</classifier>
68         </dependency>
69         <dependency>
70             <groupId>org.opendaylight.openflowplugin</groupId>
71             <artifactId>odl-openflowplugin-libraries</artifactId>
72             <version>0.7.0-SNAPSHOT</version>
73             <type>xml</type>
74             <classifier>features</classifier>
75         </dependency>
76         <dependency>
77             <groupId>org.opendaylight.openflowplugin</groupId>
78             <artifactId>odl-openflowplugin-nsf-model</artifactId>
79             <version>0.7.0-SNAPSHOT</version>
80             <type>xml</type>
81             <classifier>features</classifier>
82         </dependency>
83         <dependency>
84             <groupId>org.opendaylight.openflowplugin</groupId>
85             <artifactId>odl-openflowplugin-nxm-extensions</artifactId>
86             <version>0.7.0-SNAPSHOT</version>
87             <type>xml</type>
88             <classifier>features</classifier>
89         </dependency>
90         <dependency>
91             <groupId>org.opendaylight.ovsdb</groupId>
92             <artifactId>odl-ovsdb-hwvtepsouthbound-api</artifactId>
93             <version>1.7.0-SNAPSHOT</version>
94             <type>xml</type>
95             <classifier>features</classifier>
96         </dependency>
97         <dependency>
98             <groupId>org.opendaylight.ovsdb</groupId>
99             <artifactId>odl-ovsdb-southbound-api</artifactId>
100             <version>1.7.0-SNAPSHOT</version>
101             <type>xml</type>
102             <classifier>features</classifier>
103         </dependency>
104         <dependency>
105             <groupId>${project.groupId}</groupId>
106             <artifactId>aclservice-api</artifactId>
107             <version>${project.version}</version>
108         </dependency>
109         <dependency>
110             <groupId>${project.groupId}</groupId>
111             <artifactId>cloud-servicechain-api</artifactId>
112             <version>${project.version}</version>
113         </dependency>
114         <dependency>
115             <groupId>${project.groupId}</groupId>
116             <artifactId>coe-api</artifactId>
117             <version>${project.version}</version>
118         </dependency>
119         <dependency>
120             <groupId>${project.groupId}</groupId>
121             <artifactId>dhcpservice-api</artifactId>
122             <version>${project.version}</version>
123         </dependency>
124         <dependency>
125             <groupId>${project.groupId}</groupId>
126             <artifactId>elanmanager-api</artifactId>
127             <version>${project.version}</version>
128         </dependency>
129         <dependency>
130             <groupId>${project.groupId}</groupId>
131             <artifactId>fibmanager-api</artifactId>
132             <version>${project.version}</version>
133         </dependency>
134         <dependency>
135             <groupId>${project.groupId}</groupId>
136             <artifactId>ipv6service-api</artifactId>
137             <version>${project.version}</version>
138         </dependency>
139         <dependency>
140             <groupId>${project.groupId}</groupId>
141             <artifactId>natservice-api</artifactId>
142             <version>${project.version}</version>
143         </dependency>
144         <dependency>
145             <groupId>${project.groupId}</groupId>
146             <artifactId>neutronvpn-api</artifactId>
147             <version>${project.version}</version>
148         </dependency>
149         <dependency>
150             <groupId>${project.groupId}</groupId>
151             <artifactId>statistics-api</artifactId>
152             <version>${project.version}</version>
153         </dependency>
154         <dependency>
155             <groupId>${project.groupId}</groupId>
156             <artifactId>vpnmanager-api</artifactId>
157             <version>${project.version}</version>
158         </dependency>
159     </dependencies>
160 </project>