Bump versions by x.y.(z+1)
[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>3.1.7</version>
16     <relativePath/>
17   </parent>
18
19   <groupId>org.opendaylight.genius</groupId>
20   <artifactId>odl-genius</artifactId>
21   <version>0.5.4-SNAPSHOT</version>
22   <packaging>feature</packaging>
23   <name>OpenDaylight :: genius :: Impls</name>
24
25   <!-- TODO Replace all <properties> by dependencyManagement <scope>import of respective upstream project -->
26   <properties>
27     <openflowplugin.version>0.7.4-SNAPSHOT</openflowplugin.version>
28     <ovsdb.version>1.7.4-SNAPSHOT</ovsdb.version>
29     <infrautils.version>1.4.4-SNAPSHOT</infrautils.version>
30     <daexim.version>1.4.4-SNAPSHOT</daexim.version>
31   </properties>
32
33   <dependencyManagement>
34     <dependencies>
35       <dependency>
36         <groupId>org.opendaylight.genius</groupId>
37         <artifactId>genius-artifacts</artifactId>
38         <version>${project.version}</version>
39         <type>pom</type>
40         <scope>import</scope>
41       </dependency>
42     </dependencies>
43   </dependencyManagement>
44
45   <dependencies>
46     <!-- Other Features -->
47     <dependency>
48       <groupId>org.opendaylight.genius</groupId>
49       <artifactId>odl-genius-api</artifactId>
50       <type>xml</type>
51       <classifier>features</classifier>
52     </dependency>
53     <dependency>
54       <groupId>org.opendaylight.serviceutils</groupId>
55       <artifactId>odl-serviceutils-srm</artifactId>
56       <version>0.2.4-SNAPSHOT</version>
57       <type>xml</type>
58       <classifier>features</classifier>
59     </dependency>
60     <dependency>
61       <groupId>org.opendaylight.infrautils</groupId>
62       <artifactId>odl-infrautils-diagstatus</artifactId>
63       <version>${infrautils.version}</version>
64       <type>xml</type>
65       <classifier>features</classifier>
66     </dependency>
67     <dependency>
68       <groupId>org.opendaylight.ovsdb</groupId>
69       <artifactId>odl-ovsdb-southbound-impl</artifactId>
70       <version>${ovsdb.version}</version>
71       <type>xml</type>
72       <classifier>features</classifier>
73     </dependency>
74     <dependency>
75       <groupId>org.opendaylight.ovsdb</groupId>
76       <artifactId>odl-ovsdb-hwvtepsouthbound</artifactId>
77       <version>${ovsdb.version}</version>
78       <type>xml</type>
79       <classifier>features</classifier>
80     </dependency>
81     <dependency>
82       <groupId>org.opendaylight.ovsdb</groupId>
83       <artifactId>odl-ovsdb-utils</artifactId>
84       <version>${ovsdb.version}</version>
85       <type>xml</type>
86       <classifier>features</classifier>
87     </dependency>
88     <dependency>
89       <groupId>org.opendaylight.openflowplugin</groupId>
90       <artifactId>odl-openflowplugin-southbound</artifactId>
91       <version>0.7.4-SNAPSHOT</version>
92       <type>xml</type>
93       <classifier>features</classifier>
94     </dependency>
95     <dependency>
96       <groupId>org.opendaylight.openflowplugin</groupId>
97       <artifactId>odl-openflowplugin-app-forwardingrules-manager</artifactId>
98       <version>0.7.4-SNAPSHOT</version>
99       <type>xml</type>
100       <classifier>features</classifier>
101     </dependency>
102     <dependency>
103       <groupId>org.opendaylight.openflowplugin</groupId>
104       <artifactId>odl-openflowplugin-app-reconciliation-framework</artifactId>
105       <version>0.7.4-SNAPSHOT</version>
106       <type>xml</type>
107       <classifier>features</classifier>
108     </dependency>
109     <dependency>
110       <groupId>org.opendaylight.infrautils</groupId>
111       <artifactId>odl-infrautils-metrics</artifactId>
112       <version>${infrautils.version}</version>
113       <type>xml</type>
114       <classifier>features</classifier>
115     </dependency>
116     <dependency>
117       <groupId>org.opendaylight.infrautils</groupId>
118       <artifactId>odl-infrautils-inject</artifactId>
119       <version>${infrautils.version}</version>
120       <type>xml</type>
121       <classifier>features</classifier>
122     </dependency>
123     <dependency>
124       <groupId>org.opendaylight.infrautils</groupId>
125       <artifactId>odl-infrautils-jobcoordinator</artifactId>
126       <version>${infrautils.version}</version>
127       <type>xml</type>
128       <classifier>features</classifier>
129     </dependency>
130     <dependency>
131       <groupId>org.opendaylight.daexim</groupId>
132       <artifactId>odl-daexim</artifactId>
133       <version>${daexim.version}</version>
134       <type>xml</type>
135       <classifier>features</classifier>
136     </dependency>
137
138     <!-- External libraries to wrap -->
139     <dependency>
140       <groupId>commons-net</groupId>
141       <artifactId>commons-net</artifactId>
142     </dependency>
143     <dependency>
144       <groupId>javax.inject</groupId>
145       <artifactId>javax.inject</artifactId>
146     </dependency>
147
148     <!-- Bundles from this project -->
149     <dependency>
150       <groupId>org.opendaylight.genius</groupId>
151       <artifactId>lockmanager-impl</artifactId>
152       <version>${project.version}</version>
153     </dependency>
154     <dependency>
155       <groupId>org.opendaylight.genius</groupId>
156       <artifactId>idmanager-impl</artifactId>
157       <version>${project.version}</version>
158     </dependency>
159     <dependency>
160       <groupId>org.opendaylight.genius</groupId>
161       <artifactId>idmanager-shell</artifactId>
162       <version>${project.version}</version>
163     </dependency>
164     <dependency>
165       <groupId>org.opendaylight.genius</groupId>
166       <artifactId>mdsalutil-impl</artifactId>
167       <version>${project.version}</version>
168     </dependency>
169     <dependency>
170       <groupId>org.opendaylight.genius</groupId>
171       <artifactId>arputil-impl</artifactId>
172       <version>${project.version}</version>
173     </dependency>
174     <dependency>
175       <groupId>org.opendaylight.genius</groupId>
176       <artifactId>ipv6util-impl</artifactId>
177       <version>${project.version}</version>
178     </dependency>
179     <dependency>
180       <groupId>org.opendaylight.genius</groupId>
181       <artifactId>alivenessmonitor-impl</artifactId>
182       <version>${project.version}</version>
183     </dependency>
184     <dependency>
185       <groupId>org.opendaylight.genius</groupId>
186       <artifactId>alivenessmonitor-impl-protocols</artifactId>
187       <version>${project.version}</version>
188     </dependency>
189     <dependency>
190       <groupId>org.opendaylight.genius</groupId>
191       <artifactId>interfacemanager-impl</artifactId>
192       <version>${project.version}</version>
193     </dependency>
194     <dependency>
195       <groupId>org.opendaylight.genius</groupId>
196       <artifactId>interfacemanager-shell</artifactId>
197       <version>${project.version}</version>
198     </dependency>
199     <dependency>
200       <groupId>org.opendaylight.genius</groupId>
201       <artifactId>itm-impl</artifactId>
202       <version>${project.version}</version>
203     </dependency>
204     <dependency>
205       <groupId>org.opendaylight.genius</groupId>
206       <artifactId>resourcemanager-impl</artifactId>
207       <version>${project.version}</version>
208     </dependency>
209     <dependency>
210       <!-- finalname="etc/opendaylight/datastore/initial/config/genius-itm-config.xml" -->
211       <groupId>org.opendaylight.genius</groupId>
212       <artifactId>itm-impl</artifactId>
213       <version>${project.version}</version>
214       <type>xml</type>
215       <classifier>config</classifier>
216     </dependency>
217     <dependency>
218       <!-- finalname="etc/opendaylight/datastore/initial/config/genius-ifm-config.xml" -->
219       <groupId>org.opendaylight.genius</groupId>
220       <artifactId>interfacemanager-impl</artifactId>
221       <version>${project.version}</version>
222       <type>xml</type>
223       <classifier>config</classifier>
224     </dependency>
225     <dependency>
226       <!-- finalname="etc/opendaylight/datastore/initial/config/genius-mdsalutil-config.xml" -->
227       <groupId>org.opendaylight.genius</groupId>
228       <artifactId>mdsalutil-impl</artifactId>
229       <version>${project.version}</version>
230       <type>xml</type>
231       <classifier>config</classifier>
232     </dependency>
233   </dependencies>
234 </project>