Bump versions by x.(y+1).z for next dev cycle
[genius.git] / features / odl-genius / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright © 2017 Red Hat, Inc. and others.  All rights reserved.
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   <modelVersion>4.0.0</modelVersion>
11
12   <parent>
13     <groupId>org.opendaylight.odlparent</groupId>
14     <artifactId>single-feature-parent</artifactId>
15     <version>7.0.5</version>
16     <relativePath/>
17   </parent>
18
19   <groupId>org.opendaylight.genius</groupId>
20   <artifactId>odl-genius</artifactId>
21   <version>0.10.0-SNAPSHOT</version>
22   <packaging>feature</packaging>
23   <name>OpenDaylight :: genius :: Impls</name>
24
25   <dependencyManagement>
26     <dependencies>
27       <dependency>
28         <groupId>org.opendaylight.infrautils</groupId>
29         <artifactId>infrautils-artifacts</artifactId>
30         <version>1.8.0</version>
31         <type>pom</type>
32         <scope>import</scope>
33       </dependency>
34       <dependency>
35         <groupId>org.opendaylight.serviceutils</groupId>
36         <artifactId>serviceutils-artifacts</artifactId>
37         <version>0.7.0-SNAPSHOT</version>
38         <type>pom</type>
39         <scope>import</scope>
40       </dependency>
41       <dependency>
42         <groupId>org.opendaylight.daexim</groupId>
43         <artifactId>daexim-artifacts</artifactId>
44         <version>1.9.0-SNAPSHOT</version>
45         <type>pom</type>
46         <scope>import</scope>
47       </dependency>
48       <dependency>
49         <groupId>org.opendaylight.ovsdb</groupId>
50         <artifactId>southbound-artifacts</artifactId>
51         <version>1.12.0-SNAPSHOT</version>
52         <type>pom</type>
53         <scope>import</scope>
54       </dependency>
55       <dependency>
56         <groupId>org.opendaylight.ovsdb</groupId>
57         <artifactId>hwvtepsouthbound-artifacts</artifactId>
58         <version>1.12.0-SNAPSHOT</version>
59         <type>pom</type>
60         <scope>import</scope>
61       </dependency>
62       <dependency>
63         <groupId>org.opendaylight.openflowplugin</groupId>
64         <artifactId>openflowplugin-artifacts</artifactId>
65         <version>0.12.0-SNAPSHOT</version>
66         <type>pom</type>
67         <scope>import</scope>
68       </dependency>
69       <dependency>
70         <groupId>org.opendaylight.genius</groupId>
71         <artifactId>genius-artifacts</artifactId>
72         <version>${project.version}</version>
73         <type>pom</type>
74         <scope>import</scope>
75       </dependency>
76     </dependencies>
77   </dependencyManagement>
78
79   <dependencies>
80     <!-- Other Features -->
81     <dependency>
82       <groupId>org.opendaylight.genius</groupId>
83       <artifactId>odl-genius-api</artifactId>
84       <type>xml</type>
85       <classifier>features</classifier>
86     </dependency>
87     <dependency>
88       <groupId>org.opendaylight.serviceutils</groupId>
89       <artifactId>odl-serviceutils-listener</artifactId>
90       <type>xml</type>
91       <classifier>features</classifier>
92     </dependency>
93     <dependency>
94       <groupId>org.opendaylight.serviceutils</groupId>
95       <artifactId>odl-serviceutils-srm</artifactId>
96       <type>xml</type>
97       <classifier>features</classifier>
98     </dependency>
99     <dependency>
100       <groupId>org.opendaylight.infrautils</groupId>
101       <artifactId>odl-infrautils-diagstatus</artifactId>
102       <type>xml</type>
103       <classifier>features</classifier>
104     </dependency>
105     <dependency>
106       <groupId>org.opendaylight.ovsdb</groupId>
107       <artifactId>odl-ovsdb-southbound-impl</artifactId>
108       <type>xml</type>
109       <classifier>features</classifier>
110     </dependency>
111     <dependency>
112       <groupId>org.opendaylight.ovsdb</groupId>
113       <artifactId>odl-ovsdb-hwvtepsouthbound</artifactId>
114       <type>xml</type>
115       <classifier>features</classifier>
116     </dependency>
117     <dependency>
118       <groupId>org.opendaylight.openflowplugin</groupId>
119       <artifactId>odl-openflowplugin-southbound</artifactId>
120       <type>xml</type>
121       <classifier>features</classifier>
122     </dependency>
123     <dependency>
124       <groupId>org.opendaylight.openflowplugin</groupId>
125       <artifactId>odl-openflowplugin-app-forwardingrules-manager</artifactId>
126       <type>xml</type>
127       <classifier>features</classifier>
128     </dependency>
129     <dependency>
130       <groupId>org.opendaylight.openflowplugin</groupId>
131       <artifactId>odl-openflowplugin-app-reconciliation-framework</artifactId>
132       <type>xml</type>
133       <classifier>features</classifier>
134     </dependency>
135     <dependency>
136       <groupId>org.opendaylight.infrautils</groupId>
137       <artifactId>odl-infrautils-metrics</artifactId>
138       <type>xml</type>
139       <classifier>features</classifier>
140     </dependency>
141     <dependency>
142       <groupId>org.opendaylight.infrautils</groupId>
143       <artifactId>odl-infrautils-inject</artifactId>
144       <type>xml</type>
145       <classifier>features</classifier>
146     </dependency>
147     <dependency>
148       <groupId>org.opendaylight.infrautils</groupId>
149       <artifactId>odl-infrautils-jobcoordinator</artifactId>
150       <type>xml</type>
151       <classifier>features</classifier>
152     </dependency>
153     <dependency>
154       <groupId>org.opendaylight.daexim</groupId>
155       <artifactId>odl-daexim</artifactId>
156       <type>xml</type>
157       <classifier>features</classifier>
158     </dependency>
159
160     <!-- Bundles from this project -->
161     <dependency>
162       <groupId>org.opendaylight.genius</groupId>
163       <artifactId>lockmanager-impl</artifactId>
164       <version>${project.version}</version>
165     </dependency>
166     <dependency>
167       <groupId>org.opendaylight.genius</groupId>
168       <artifactId>idmanager-impl</artifactId>
169       <version>${project.version}</version>
170     </dependency>
171     <dependency>
172       <groupId>org.opendaylight.genius</groupId>
173       <artifactId>idmanager-shell</artifactId>
174       <version>${project.version}</version>
175     </dependency>
176     <dependency>
177       <groupId>org.opendaylight.genius</groupId>
178       <artifactId>mdsalutil-impl</artifactId>
179       <version>${project.version}</version>
180     </dependency>
181     <dependency>
182       <groupId>org.opendaylight.genius</groupId>
183       <artifactId>arputil-impl</artifactId>
184       <version>${project.version}</version>
185     </dependency>
186     <dependency>
187       <groupId>org.opendaylight.genius</groupId>
188       <artifactId>ipv6util-impl</artifactId>
189       <version>${project.version}</version>
190     </dependency>
191     <dependency>
192       <groupId>org.opendaylight.genius</groupId>
193       <artifactId>alivenessmonitor-impl</artifactId>
194       <version>${project.version}</version>
195     </dependency>
196     <dependency>
197       <groupId>org.opendaylight.genius</groupId>
198       <artifactId>alivenessmonitor-impl-protocols</artifactId>
199       <version>${project.version}</version>
200     </dependency>
201     <dependency>
202       <groupId>org.opendaylight.genius</groupId>
203       <artifactId>interfacemanager-impl</artifactId>
204       <version>${project.version}</version>
205     </dependency>
206     <dependency>
207       <groupId>org.opendaylight.genius</groupId>
208       <artifactId>cloudscaler-impl</artifactId>
209       <version>${project.version}</version>
210     </dependency>
211     <dependency>
212       <groupId>org.opendaylight.genius</groupId>
213       <artifactId>interfacemanager-shell</artifactId>
214       <version>${project.version}</version>
215     </dependency>
216     <dependency>
217       <groupId>org.opendaylight.genius</groupId>
218       <artifactId>itm-impl</artifactId>
219       <version>${project.version}</version>
220     </dependency>
221     <dependency>
222       <groupId>org.opendaylight.genius</groupId>
223       <artifactId>networkutils</artifactId>
224       <version>${project.version}</version>
225     </dependency>
226     <dependency>
227       <!-- finalname="etc/opendaylight/datastore/initial/config/genius-itm-config.xml" -->
228       <groupId>org.opendaylight.genius</groupId>
229       <artifactId>itm-impl</artifactId>
230       <version>${project.version}</version>
231       <type>xml</type>
232       <classifier>config</classifier>
233     </dependency>
234     <dependency>
235       <!-- finalname="etc/opendaylight/datastore/initial/config/genius-ifm-config.xml" -->
236       <groupId>org.opendaylight.genius</groupId>
237       <artifactId>interfacemanager-impl</artifactId>
238       <version>${project.version}</version>
239       <type>xml</type>
240       <classifier>config</classifier>
241     </dependency>
242     <dependency>
243       <!-- finalname="etc/opendaylight/datastore/initial/config/genius-network-config.xml" -->
244       <groupId>org.opendaylight.genius</groupId>
245       <artifactId>networkutils</artifactId>
246       <version>${project.version}</version>
247       <type>xml</type>
248       <classifier>config</classifier>
249     </dependency>
250   </dependencies>
251 </project>