Bump versions by x.y.(z+1)
[genius.git] / features / odl-genius-api / 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>4.0.14</version>
16     <relativePath/>
17   </parent>
18
19   <groupId>org.opendaylight.genius</groupId>
20   <artifactId>odl-genius-api</artifactId>
21   <version>0.6.4-SNAPSHOT</version>
22   <packaging>feature</packaging>
23   <name>OpenDaylight :: genius :: API</name>
24
25   <dependencyManagement>
26     <dependencies>
27       <dependency>
28         <groupId>org.opendaylight.mdsal</groupId>
29         <artifactId>mdsal-artifacts</artifactId>
30         <version>3.0.13</version>
31         <scope>import</scope>
32         <type>pom</type>
33       </dependency>
34     </dependencies>
35   </dependencyManagement>
36
37   <dependencies>
38     <!-- Other Features -->
39     <dependency>
40       <groupId>org.opendaylight.odlparent</groupId>
41       <artifactId>odl-apache-commons-net</artifactId>
42       <classifier>features</classifier>
43       <type>xml</type>
44     </dependency>
45     <dependency>
46       <groupId>org.opendaylight.mdsal.model</groupId>
47       <artifactId>odl-mdsal-model-rfc7224</artifactId>
48       <type>xml</type>
49       <classifier>features</classifier>
50     </dependency>
51     <dependency>
52       <groupId>org.opendaylight.ovsdb</groupId>
53       <artifactId>odl-ovsdb-southbound-api</artifactId>
54       <version>1.8.4-SNAPSHOT</version>
55       <type>xml</type>
56       <classifier>features</classifier>
57     </dependency>
58     <dependency>
59       <groupId>org.opendaylight.ovsdb</groupId>
60       <artifactId>odl-ovsdb-hwvtepsouthbound-api</artifactId>
61       <version>1.8.4-SNAPSHOT</version>
62       <type>xml</type>
63       <classifier>features</classifier>
64     </dependency>
65     <dependency>
66       <groupId>org.opendaylight.openflowplugin</groupId>
67       <artifactId>odl-openflowplugin-nsf-model</artifactId>
68       <version>0.8.4-SNAPSHOT</version>
69       <type>xml</type>
70       <classifier>features</classifier>
71     </dependency>
72     <dependency>
73       <groupId>org.opendaylight.openflowplugin</groupId>
74       <artifactId>odl-openflowplugin-nxm-extensions</artifactId>
75       <version>0.8.4-SNAPSHOT</version>
76       <type>xml</type>
77       <classifier>features</classifier>
78     </dependency>
79     <dependency>
80       <groupId>org.opendaylight.openflowplugin</groupId>
81       <artifactId>odl-openflowplugin-libraries</artifactId>
82       <version>0.8.4-SNAPSHOT</version>
83       <type>xml</type>
84       <classifier>features</classifier>
85     </dependency>
86     <dependency>
87       <groupId>org.opendaylight.infrautils</groupId>
88       <artifactId>odl-infrautils-inject</artifactId>
89       <version>1.5.4-SNAPSHOT</version>
90       <type>xml</type>
91       <classifier>features</classifier>
92     </dependency>
93     <dependency>
94       <groupId>org.opendaylight.infrautils</groupId>
95       <artifactId>odl-infrautils-jobcoordinator</artifactId>
96       <version>1.5.4-SNAPSHOT</version>
97       <type>xml</type>
98       <classifier>features</classifier>
99     </dependency>
100     <dependency>
101       <groupId>org.opendaylight.infrautils</groupId>
102       <artifactId>odl-infrautils-caches</artifactId>
103       <version>1.5.4-SNAPSHOT</version>
104       <type>xml</type>
105       <classifier>features</classifier>
106     </dependency>
107     <dependency>
108       <groupId>org.opendaylight.serviceutils</groupId>
109       <artifactId>odl-serviceutils-tools</artifactId>
110       <version>0.3.4-SNAPSHOT</version>
111       <type>xml</type>
112       <classifier>features</classifier>
113     </dependency>
114     <dependency>
115       <groupId>org.opendaylight.ovsdb</groupId>
116       <artifactId>odl-ovsdb-utils</artifactId>
117       <version>1.8.4-SNAPSHOT</version>
118       <type>xml</type>
119       <classifier>features</classifier>
120     </dependency>
121
122     <!-- Bundles from this project -->
123     <dependency>
124       <groupId>org.opendaylight.genius</groupId>
125       <artifactId>lockmanager-api</artifactId>
126       <version>${project.version}</version>
127     </dependency>
128     <dependency>
129       <groupId>org.opendaylight.genius</groupId>
130       <artifactId>idmanager-api</artifactId>
131       <version>${project.version}</version>
132     </dependency>
133     <dependency>
134       <groupId>org.opendaylight.genius</groupId>
135       <artifactId>mdsalutil-api</artifactId>
136       <version>${project.version}</version>
137     </dependency>
138     <dependency>
139       <groupId>org.opendaylight.genius</groupId>
140       <artifactId>arputil-api</artifactId>
141       <version>${project.version}</version>
142     </dependency>
143     <dependency>
144       <groupId>org.opendaylight.genius</groupId>
145       <artifactId>alivenessmonitor-api</artifactId>
146       <version>${project.version}</version>
147     </dependency>
148     <dependency>
149       <groupId>org.opendaylight.genius</groupId>
150       <artifactId>interfacemanager-api</artifactId>
151       <version>${project.version}</version>
152     </dependency>
153     <dependency>
154       <groupId>org.opendaylight.genius</groupId>
155       <artifactId>itm-api</artifactId>
156       <version>${project.version}</version>
157     </dependency>
158     <dependency>
159       <groupId>org.opendaylight.genius</groupId>
160       <artifactId>ipv6util-api</artifactId>
161       <version>${project.version}</version>
162     </dependency>
163   </dependencies>
164 </project>