Bump versions by x.y.(z+1)
[unimgr.git] / features / features-unimgr / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright (c) 2015 Cable Television Laboratories, Inc. All rights reserved.
3   This program and the accompanying materials are made available under the
4   terms of the Eclipse Public License v1.0 which accompanies this distribution,
5   and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL -->
6 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
8   <parent>
9     <groupId>org.opendaylight.odlparent</groupId>
10     <artifactId>features-parent</artifactId>
11     <version>1.8.1-SNAPSHOT</version>
12     <relativePath />
13   </parent>
14   <groupId>org.opendaylight.unimgr</groupId>
15   <artifactId>unimgr-features</artifactId>
16   <version>0.2.1-SNAPSHOT</version>
17   <!-- <name> formatting is used by autorelease to parse and notify projects on
18        build failure. Please do not modify this unless you have a good reason. -->
19   <name>ODL :: unimgr :: ${project.artifactId}</name>
20   <modelVersion>4.0.0</modelVersion>
21   <prerequisites>
22     <maven>3.1.1</maven>
23   </prerequisites>
24   <properties>
25     <mdsal.version>1.5.1-SNAPSHOT</mdsal.version>
26     <controller.mdsal.version>1.5.1-SNAPSHOT</controller.mdsal.version>
27     <restconf.version>1.5.1-SNAPSHOT</restconf.version>
28     <yangtools.version>1.1.1-SNAPSHOT</yangtools.version>
29     <dlux.version>0.5.1-SNAPSHOT</dlux.version>
30     <dluxapps.version>0.5.1-SNAPSHOT</dluxapps.version>
31     <ovsdb.version>1.4.1-SNAPSHOT</ovsdb.version>
32     <netvirt.version>1.4.1-SNAPSHOT</netvirt.version>
33     <vpnservice.version>0.4.1-SNAPSHOT</vpnservice.version>
34     <mdsal.model.version>0.10.1-SNAPSHOT</mdsal.model.version>
35     <netconf.version>1.2.1-SNAPSHOT</netconf.version>
36     <genius.version>0.2.1-SNAPSHOT</genius.version>
37     <l2switch.version>0.5.1-SNAPSHOT</l2switch.version>
38     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
39     <openflowplugin.version>0.4.1-SNAPSHOT</openflowplugin.version>
40     <openflowjava.version>0.9.1-SNAPSHOT</openflowjava.version>
41     <ovsdb.version>1.4.1-SNAPSHOT</ovsdb.version>
42   </properties>
43   <dependencyManagement>
44     <dependencies>
45       <!-- project specific dependencies -->
46       <dependency>
47         <groupId>org.opendaylight.controller</groupId>
48         <artifactId>mdsal-artifacts</artifactId>
49         <version>${mdsal.version}</version>
50         <type>pom</type>
51         <scope>import</scope>
52       </dependency>
53       <dependency>
54         <groupId>org.opendaylight.netconf</groupId>
55         <artifactId>restconf-artifacts</artifactId>
56         <version>${restconf.version}</version>
57         <type>pom</type>
58         <scope>import</scope>
59       </dependency>
60       <dependency>
61         <groupId>org.opendaylight.netconf</groupId>
62         <artifactId>netconf-artifacts</artifactId>
63         <version>${netconf.version}</version>
64         <type>pom</type>
65         <scope>import</scope>
66       </dependency>
67       <dependency>
68         <groupId>org.opendaylight.l2switch</groupId>
69         <artifactId>l2switch-artifacts</artifactId>
70         <version>${l2switch.version}</version>
71         <type>pom</type>
72         <scope>import</scope>
73       </dependency>
74     </dependencies>
75   </dependencyManagement>
76   <dependencies>
77     <dependency>
78       <groupId>org.opendaylight.yangtools</groupId>
79       <artifactId>features-yangtools</artifactId>
80       <classifier>features</classifier>
81       <version>${yangtools.version}</version>
82       <type>xml</type>
83       <scope>runtime</scope>
84     </dependency>
85     <dependency>
86       <groupId>org.opendaylight.mdsal.model</groupId>
87       <artifactId>features-mdsal-model</artifactId>
88       <version>${mdsal.model.version}</version>
89       <classifier>features</classifier>
90       <type>xml</type>
91       <scope>runtime</scope>
92     </dependency>
93     <dependency>
94       <groupId>org.opendaylight.controller</groupId>
95       <artifactId>features-mdsal</artifactId>
96       <classifier>features</classifier>
97       <type>xml</type>
98       <scope>runtime</scope>
99     </dependency>
100     <dependency>
101       <groupId>org.opendaylight.netconf</groupId>
102       <artifactId>features-restconf</artifactId>
103       <classifier>features</classifier>
104       <type>xml</type>
105       <scope>runtime</scope>
106     </dependency>
107     <dependency>
108       <groupId>org.opendaylight.netconf</groupId>
109       <artifactId>features-netconf</artifactId>
110       <type>xml</type>
111       <classifier>features</classifier>
112     </dependency>
113     <dependency>
114       <groupId>org.opendaylight.netconf</groupId>
115       <artifactId>features-netconf-connector</artifactId>
116       <type>xml</type>
117       <classifier>features</classifier>
118     </dependency>
119     <dependency>
120       <groupId>org.opendaylight.dlux</groupId>
121       <artifactId>features-dlux</artifactId>
122       <classifier>features</classifier>
123       <version>${dlux.version}</version>
124       <type>xml</type>
125       <scope>runtime</scope>
126     </dependency>
127     <dependency>
128       <groupId>org.opendaylight.dluxapps</groupId>
129       <artifactId>features-dluxapps</artifactId>
130       <classifier>features</classifier>
131       <version>${dluxapps.version}</version>
132       <type>xml</type>
133       <scope>runtime</scope>
134     </dependency>
135     <dependency>
136       <groupId>org.opendaylight.ovsdb</groupId>
137       <artifactId>southbound-features</artifactId>
138       <version>${ovsdb.version}</version>
139       <type>xml</type>
140       <classifier>features</classifier>
141     </dependency>
142     <dependency>
143       <groupId>${project.groupId}</groupId>
144       <artifactId>unimgr-netvirt</artifactId>
145       <version>${project.version}</version>
146     </dependency>
147     <dependency>
148       <groupId>${project.groupId}</groupId>
149       <artifactId>unimgr-impl</artifactId>
150       <version>${project.version}</version>
151     </dependency>
152     <dependency>
153       <groupId>${project.groupId}</groupId>
154       <artifactId>unimgr-impl</artifactId>
155       <version>${project.version}</version>
156       <type>xml</type>
157       <classifier>config</classifier>
158     </dependency>
159     <dependency>
160       <groupId>${project.groupId}</groupId>
161       <artifactId>unimgr-api</artifactId>
162       <version>${project.version}</version>
163     </dependency>
164     <dependency>
165       <groupId>${project.groupId}</groupId>
166       <artifactId>unimgr-presto-api</artifactId>
167       <version>${project.version}</version>
168     </dependency>
169     <dependency>
170       <groupId>${project.groupId}</groupId>
171       <artifactId>unimgr-cli</artifactId>
172       <version>${project.version}</version>
173     </dependency>
174     <dependency>
175       <groupId>${project.groupId}</groupId>
176       <artifactId>unimgr-cisco-xr-driver</artifactId>
177       <version>${project.version}</version>
178     </dependency>
179     <dependency>
180       <groupId>${project.groupId}</groupId>
181       <artifactId>cpeui-bundle</artifactId>
182       <version>${project.version}</version>
183     </dependency>
184     <dependency>
185       <groupId>org.opendaylight.unimgr</groupId>
186       <artifactId>cisco-xrmodels</artifactId>
187       <version>${project.version}</version>
188     </dependency>
189     <dependency>
190       <groupId>${project.groupId}</groupId>
191       <artifactId>unimgr-cisco-xe-driver</artifactId>
192       <version>${project.version}</version>
193     </dependency>
194     <dependency>
195       <groupId>${project.groupId}</groupId>
196       <artifactId>ovs-driver</artifactId>
197       <version>${project.version}</version>
198     </dependency>
199     <dependency>
200       <groupId>org.opendaylight.unimgr</groupId>
201       <artifactId>edgeassure-1000</artifactId>
202       <version>${project.version}</version>
203     </dependency>
204     <dependency>
205       <groupId>org.opendaylight.netvirt</groupId>
206       <artifactId>vpnservice-features</artifactId>
207       <version>${vpnservice.version}</version>
208       <type>xml</type>
209       <classifier>features</classifier>
210     </dependency>
211     <dependency>
212       <groupId>org.opendaylight.genius</groupId>
213       <artifactId>genius-features</artifactId>
214       <version>${genius.version}</version>
215       <classifier>features</classifier>
216       <type>xml</type>
217       <scope>runtime</scope>
218     </dependency>
219     <dependency>
220       <groupId>${project.groupId}</groupId>
221       <artifactId>unimgr-legato-api</artifactId>
222       <version>${project.version}</version>
223     </dependency>
224     <dependency>
225       <groupId>org.opendaylight.l2switch</groupId>
226       <artifactId>features-l2switch</artifactId>
227       <classifier>features</classifier>
228       <version>${l2switch.version}</version>
229       <type>xml</type>
230       <scope>runtime</scope>
231     </dependency>
232   </dependencies>
233 </project>