Bump versions by x.y.(z+1)
[integration/distribution.git] / artifacts / upstream / feature3-repos / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4  Copyright (c) 2017 Cisco Systems, Inc. and others.  All rights reserved.
5
6  This program and the accompanying materials are made available under the
7  terms of the Eclipse Public License v1.0 which accompanies this distribution,
8  and is available at http://www.eclipse.org/legal/epl-v10.html
9 -->
10 <project xmlns="http://maven.apache.org/POM/4.0.0"
11          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
12          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
13     <modelVersion>4.0.0</modelVersion>
14     <parent>
15         <groupId>org.opendaylight.integration</groupId>
16         <artifactId>properties</artifactId>
17         <version>0.6.1-SNAPSHOT</version>
18         <relativePath>../properties</relativePath>
19     </parent>
20     <artifactId>feature3-repo-artifacts</artifactId>
21     <packaging>pom</packaging>
22     <!-- <name> formatting is used by autorelease to parse and notify projects on
23          build failure. Please do not modify this unless you have a good reason. -->
24     <name>ODL :: integration :: ${project.artifactId}</name>
25     <description>POM to import, with all user-facing upstream ODL Karaf 3 feature repository artifact versions.</description>
26     <url>https://wiki.opendaylight.org/view/Integration/Distribution</url>
27     <licenses>
28         <license>
29             <name>Eclipse Public License v1.0</name>
30             <url>http://www.eclipse.org/legal/epl-v10.html</url>
31         </license>
32     </licenses>
33     <!-- FIXME: Add developers section -->
34     <scm>
35         <connection>scm:git:https://git.opendaylight.org/gerrit/integration/distribution.git</connection>
36         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/integration/distribution.git</developerConnection>
37         <url>https://git.opendaylight.org/gerrit/gitweb?p=integration/distribution.git;a=tree;f=artifacts/upstream/feature3-repos;hb=HEAD</url>
38         <tag>HEAD</tag>
39     </scm>
40     <!-- Question: This basically duplicates features-index dependencies just to save 1 line per dependency there. Worth it? -->
41     <!-- Answer: This will be deleted soon, and even if not, projects should provide these in artifact poms. -->
42     <dependencyManagement>
43         <dependencies>
44             <!-- For feature repositories (Karaf 3), by project. -->
45             <!-- Aaa -->
46             <dependency>
47                 <groupId>org.opendaylight.aaa</groupId>
48                 <artifactId>features-aaa</artifactId>
49                 <version>${aaa.version}</version>
50                 <classifier>features</classifier>
51                 <type>xml</type>
52             </dependency>
53             <dependency>
54                 <groupId>org.opendaylight.aaa</groupId>
55                 <artifactId>features-aaa-shiro</artifactId>
56                 <version>${aaa.version}</version>
57                 <classifier>features</classifier>
58                 <type>xml</type>
59             </dependency>
60             <!-- Alto -->
61             <dependency>
62                 <groupId>org.opendaylight.alto</groupId>
63                 <artifactId>features-alto-release</artifactId>
64                 <version>${alto.version}</version>
65                 <classifier>features</classifier>
66                 <type>xml</type>
67             </dependency>
68             <!-- Bgpcep -->
69             <dependency>
70                 <groupId>org.opendaylight.bgpcep</groupId>
71                 <artifactId>features-bgp</artifactId>
72                 <classifier>features</classifier>
73                 <version>${bgpcep.version}</version>
74                 <type>xml</type>
75             </dependency>
76             <dependency>
77                 <groupId>org.opendaylight.bgpcep</groupId>
78                 <artifactId>features-bmp</artifactId>
79                 <classifier>features</classifier>
80                 <version>${bgpcep.version}</version>
81                 <type>xml</type>
82             </dependency>
83             <dependency>
84                 <groupId>org.opendaylight.bgpcep</groupId>
85                 <artifactId>features-extras</artifactId>
86                 <classifier>features</classifier>
87                 <version>${bgpcep.version}</version>
88                 <type>xml</type>
89             </dependency>
90             <dependency>
91                 <groupId>org.opendaylight.bgpcep</groupId>
92                 <artifactId>features-pcep</artifactId>
93                 <classifier>features</classifier>
94                 <version>${bgpcep.version}</version>
95                 <type>xml</type>
96             </dependency>
97             <dependency>
98                 <groupId>org.opendaylight.bgpcep</groupId>
99                 <artifactId>features-rsvp</artifactId>
100                 <classifier>features</classifier>
101                 <version>${bgpcep.version}</version>
102                 <type>xml</type>
103             </dependency>
104             <!-- Bier -->
105             <dependency>
106                 <groupId>org.opendaylight.bier</groupId>
107                 <artifactId>features-bier</artifactId>
108                 <classifier>features</classifier>
109                 <version>${bier.version}</version>
110                 <type>xml</type>
111             </dependency>
112             <!-- Cardinal -->
113             <dependency>
114                 <groupId>org.opendaylight.cardinal</groupId>
115                 <artifactId>cardinal-features</artifactId>
116                 <version>${cardinal.version}</version>
117                 <classifier>features</classifier>
118                 <type>xml</type>
119             </dependency>
120             <!-- Controller -->
121             <dependency>
122                 <groupId>org.opendaylight.controller</groupId>
123                 <artifactId>features-extras</artifactId>
124                 <version>${controller.extras.version}</version>
125                 <classifier>features</classifier>
126                 <type>xml</type>
127             </dependency>
128             <dependency>
129                 <groupId>org.opendaylight.controller</groupId>
130                 <artifactId>features-mdsal</artifactId>
131                 <version>${mdsal.version}</version>
132                 <classifier>features</classifier>
133                 <type>xml</type>
134             </dependency>
135             <dependency>
136                 <groupId>org.opendaylight.controller</groupId>
137                 <artifactId>features-mdsal-benchmark</artifactId>
138                 <version>${benchmark.version}</version>
139                 <classifier>features</classifier>
140                 <type>xml</type>
141             </dependency>
142             <!-- Didm -->
143             <dependency>
144                 <groupId>org.opendaylight.didm</groupId>
145                 <artifactId>features-didm</artifactId>
146                 <version>${didm.version}</version>
147                 <classifier>features</classifier>
148                 <type>xml</type>
149             </dependency>
150             <dependency>
151                 <groupId>org.opendaylight.didm</groupId>
152                 <artifactId>features-didm-hp</artifactId>
153                 <version>${didm.version}</version>
154                 <classifier>features</classifier>
155                 <type>xml</type>
156             </dependency>
157             <dependency>
158                 <groupId>org.opendaylight.didm</groupId>
159                 <artifactId>features-didm-ovs</artifactId>
160                 <version>${didm.version}</version>
161                 <classifier>features</classifier>
162                 <type>xml</type>
163             </dependency>
164             <!-- Dlux -->
165             <dependency>
166                 <groupId>org.opendaylight.dlux</groupId>
167                 <artifactId>features-dlux</artifactId>
168                 <version>${dlux.version}</version>
169                 <classifier>features</classifier>
170                 <type>xml</type>
171             </dependency>
172             <!-- Dluxapps -->
173             <dependency>
174                 <groupId>org.opendaylight.dluxapps</groupId>
175                 <artifactId>features-dluxapps</artifactId>
176                 <version>${dluxapps.version}</version>
177                 <classifier>features</classifier>
178                 <type>xml</type>
179             </dependency>
180             <!-- Eman -->
181             <dependency>
182                 <groupId>org.opendaylight.eman</groupId>
183                 <artifactId>eman-features</artifactId>
184                 <version>${eman.version}</version>
185                 <classifier>features</classifier>
186                 <type>xml</type>
187             </dependency>
188             <!-- Faas -->
189             <dependency>
190                 <groupId>org.opendaylight.faas</groupId>
191                 <artifactId>features-faas</artifactId>
192                 <version>${faas.version}</version>
193                 <classifier>features</classifier>
194                 <type>xml</type>
195             </dependency>
196             <!-- Federation -->
197             <dependency>
198                 <groupId>org.opendaylight.federation</groupId>
199                 <artifactId>federation-features</artifactId>
200                 <version>${federation.version}</version>
201                 <classifier>features</classifier>
202                 <type>xml</type>
203             </dependency>
204             <!-- Genius -->
205             <dependency>
206                 <groupId>org.opendaylight.genius</groupId>
207                 <artifactId>genius-features</artifactId>
208                 <version>${genius.version}</version>
209                 <classifier>features</classifier>
210                 <type>xml</type>
211             </dependency>
212             <!-- Groupbasedpolicy -->
213             <dependency>
214                 <groupId>org.opendaylight.groupbasedpolicy</groupId>
215                 <artifactId>features-groupbasedpolicy</artifactId>
216                 <version>${groupbasedpolicy.version}</version>
217                 <classifier>features</classifier>
218                 <type>xml</type>
219             </dependency>
220             <!-- Honeycomb/Vbd -->
221             <dependency>
222                 <groupId>org.opendaylight.honeycomb.vbd</groupId>
223                 <artifactId>vbd-features</artifactId>
224                 <version>${honeycomb.vbd.version}</version>
225                 <classifier>features</classifier>
226                 <type>xml</type>
227             </dependency>
228             <!-- Infrautils -->
229             <dependency>
230                 <groupId>org.opendaylight.infrautils</groupId>
231                 <artifactId>infrautils-features</artifactId>
232                 <version>${infrautils.version}</version>
233                 <classifier>features</classifier>
234                 <type>xml</type>
235             </dependency>
236             <!-- Iotdm -->
237             <dependency>
238                 <groupId>org.opendaylight.iotdm</groupId>
239                 <artifactId>iotdmcsitdist-features</artifactId>
240                 <version>${iotdm.version}</version>
241                 <classifier>features</classifier>
242                 <type>xml</type>
243             </dependency>
244             <!-- L2switch -->
245             <dependency>
246                 <groupId>org.opendaylight.l2switch</groupId>
247                 <artifactId>features-l2switch</artifactId>
248                 <version>${l2switch.version}</version>
249                 <classifier>features</classifier>
250                 <type>xml</type>
251             </dependency>
252             <!-- Lacp -->
253             <dependency>
254                 <groupId>org.opendaylight.lacp</groupId>
255                 <artifactId>features-lacp</artifactId>
256                 <version>${lacp.version}</version>
257                 <classifier>features</classifier>
258                 <type>xml</type>
259             </dependency>
260             <!-- Lispflowmapping -->
261             <dependency>
262                 <groupId>org.opendaylight.lispflowmapping</groupId>
263                 <artifactId>features-lispflowmapping</artifactId>
264                 <version>${lispflowmapping.version}</version>
265                 <classifier>features</classifier>
266                 <type>xml</type>
267             </dependency>
268             <!-- Nemo -->
269             <dependency>
270                 <groupId>org.opendaylight.nemo</groupId>
271                 <artifactId>nemo-features</artifactId>
272                 <version>${nemo.version}</version>
273                 <classifier>features</classifier>
274                 <type>xml</type>
275             </dependency>
276             <!-- Netconf -->
277             <dependency>
278                 <groupId>org.opendaylight.netconf</groupId>
279                 <artifactId>features-netconf</artifactId>
280                 <version>${netconf.version}</version>
281                 <classifier>features</classifier>
282                 <type>xml</type>
283             </dependency>
284             <dependency>
285                 <groupId>org.opendaylight.netconf</groupId>
286                 <artifactId>features-netconf-connector</artifactId>
287                 <version>${netconf.version}</version>
288                 <classifier>features</classifier>
289                 <type>xml</type>
290             </dependency>
291             <dependency>
292                 <groupId>org.opendaylight.netconf</groupId>
293                 <artifactId>features-restconf</artifactId>
294                 <version>${restconf.version}</version>
295                 <classifier>features</classifier>
296                 <type>xml</type>
297             </dependency>
298             <!-- Netvirt -->
299             <dependency>
300                 <groupId>org.opendaylight.netvirt</groupId>
301                 <artifactId>vpnservice-features</artifactId>
302                 <version>${vpnservice.version}</version>
303                 <classifier>features</classifier>
304                 <type>xml</type>
305             </dependency>
306             <!-- Netide -->
307             <dependency>
308                 <groupId>org.opendaylight.netide</groupId>
309                 <artifactId>netide-features</artifactId>
310                 <version>${netide.version}</version>
311                 <classifier>features</classifier>
312                 <type>xml</type>
313             </dependency>
314             <!-- Neutron -->
315             <dependency>
316                 <groupId>org.opendaylight.neutron</groupId>
317                 <artifactId>features-neutron</artifactId>
318                 <version>${neutron.version}</version>
319                 <classifier>features</classifier>
320                 <type>xml</type>
321             </dependency>
322             <!-- Nic -->
323             <dependency>
324                 <groupId>org.opendaylight.nic</groupId>
325                 <artifactId>features-nic</artifactId>
326                 <version>${nic.version}</version>
327                 <classifier>features</classifier>
328                 <type>xml</type>
329             </dependency>
330             <!-- Ocpplugin -->
331             <dependency>
332                 <groupId>org.opendaylight.ocpplugin</groupId>
333                 <artifactId>features-ocpplugin</artifactId>
334                 <version>${ocpplugin.version}</version>
335                 <classifier>features</classifier>
336                 <type>xml</type>
337             </dependency>
338             <!-- Odlparent -->
339             <dependency>
340                 <groupId>org.opendaylight.odlparent</groupId>
341                 <artifactId>features-akka</artifactId>
342                 <version>${odlparent.version}</version>
343                 <classifier>features</classifier>
344                 <type>xml</type>
345             </dependency>
346             <dependency>
347                 <groupId>org.opendaylight.odlparent</groupId>
348                 <artifactId>features-odlparent</artifactId>
349                 <version>${odlparent.version}</version>
350                 <classifier>features</classifier>
351                 <type>xml</type>
352             </dependency>
353             <!-- Of-config -->
354             <dependency>
355                 <groupId>org.opendaylight.of-config</groupId>
356                 <artifactId>features-of-config</artifactId>
357                 <version>${of-config.version}</version>
358                 <classifier>features</classifier>
359                 <type>xml</type>
360             </dependency>
361             <!-- Openflowplugin -->
362             <dependency>
363                 <groupId>org.opendaylight.openflowplugin</groupId>
364                 <artifactId>features-openflowplugin</artifactId>
365                 <version>${openflowplugin.version}</version>
366                 <classifier>features</classifier>
367                 <type>xml</type>
368             </dependency>
369             <dependency>
370                 <groupId>org.opendaylight.openflowplugin</groupId>
371                 <artifactId>features-openflowplugin-he</artifactId>
372                 <version>${openflowplugin.version}</version>
373                 <classifier>features</classifier>
374                 <type>xml</type>
375             </dependency>
376             <dependency>
377                 <groupId>org.opendaylight.openflowplugin</groupId>
378                 <artifactId>features-openflowplugin-extension</artifactId>
379                 <version>${openflowplugin.version}</version>
380                 <classifier>features</classifier>
381                 <type>xml</type>
382             </dependency>
383             <dependency>
384                 <groupId>org.opendaylight.openflowplugin</groupId>
385                 <artifactId>features-openflowplugin-extension-he</artifactId>
386                 <version>${openflowplugin.version}</version>
387                 <classifier>features</classifier>
388                 <type>xml</type>
389             </dependency>
390             <!-- Ovsdb -->
391             <dependency>
392                 <groupId>org.opendaylight.ovsdb</groupId>
393                 <artifactId>library-features</artifactId>
394                 <version>${ovsdb.version}</version>
395                 <classifier>features</classifier>
396                 <type>xml</type>
397             </dependency>
398             <dependency>
399                 <groupId>org.opendaylight.ovsdb</groupId>
400                 <artifactId>southbound-features</artifactId>
401                 <version>${ovsdb.version}</version>
402                 <classifier>features</classifier>
403                 <type>xml</type>
404             </dependency>
405             <dependency>
406                 <groupId>org.opendaylight.ovsdb</groupId>
407                 <artifactId>hwvtepsouthbound-features</artifactId>
408                 <version>${ovsdb.version}</version>
409                 <classifier>features</classifier>
410                 <type>xml</type>
411             </dependency>
412             <!-- Packetcable -->
413             <dependency>
414                 <groupId>org.opendaylight.packetcable</groupId>
415                 <artifactId>features-packetcable-policy</artifactId>
416                 <version>${packetcable.version}</version>
417                 <classifier>features</classifier>
418                 <type>xml</type>
419             </dependency>
420             <!-- Sdninterfaceapp -->
421             <dependency>
422                 <groupId>org.opendaylight.sdninterfaceapp</groupId>
423                 <artifactId>features-sdninterfaceapp</artifactId>
424                 <version>${sdninterfaceapp.version}</version>
425                 <classifier>features</classifier>
426                 <type>xml</type>
427             </dependency>
428             <!-- Sfc -->
429             <dependency>
430                 <groupId>org.opendaylight.sfc</groupId>
431                 <artifactId>features-sfc</artifactId>
432                 <version>${sfc.version}</version>
433                 <classifier>features</classifier>
434                 <type>xml</type>
435             </dependency>
436             <!-- Snmp -->
437             <dependency>
438                 <groupId>org.opendaylight.snmp</groupId>
439                 <artifactId>features-snmp</artifactId>
440                 <version>${snmp.version}</version>
441                 <classifier>features</classifier>
442                 <type>xml</type>
443             </dependency>
444             <!-- Snmp4sdn -->
445             <dependency>
446                 <groupId>org.opendaylight.snmp4sdn</groupId>
447                 <artifactId>features-snmp4sdn</artifactId>
448                 <version>${snmp4sdn.version}</version>
449                 <classifier>features</classifier>
450                 <type>xml</type>
451             </dependency>
452             <!-- Sxp -->
453             <dependency>
454                 <groupId>org.opendaylight.sxp</groupId>
455                 <artifactId>features</artifactId>
456                 <version>${sxp.version}</version>
457                 <classifier>features</classifier>
458                 <type>xml</type>
459             </dependency>
460             <!-- Topoprocessing -->
461             <dependency>
462                 <groupId>org.opendaylight.topoprocessing</groupId>
463                 <artifactId>features-topoprocessing</artifactId>
464                 <version>${topoprocessing.version}</version>
465                 <classifier>features</classifier>
466                 <type>xml</type>
467             </dependency>
468             <!-- Tsdr -->
469             <dependency>
470                 <groupId>org.opendaylight.tsdr</groupId>
471                 <artifactId>features-tsdr</artifactId>
472                 <version>${tsdr.version}</version>
473                 <classifier>features</classifier>
474                 <type>xml</type>
475             </dependency>
476             <!-- Ttp -->
477             <dependency>
478                 <groupId>org.opendaylight.ttp</groupId>
479                 <artifactId>features-ttp</artifactId>
480                 <version>${ttp.version}</version>
481                 <classifier>features</classifier>
482                 <type>xml</type>
483             </dependency>
484             <!-- Unimgr -->
485             <dependency>
486                 <groupId>org.opendaylight.unimgr</groupId>
487                 <artifactId>unimgr-features</artifactId>
488                 <version>${unimgr.version}</version>
489                 <classifier>features</classifier>
490                 <type>xml</type>
491             </dependency>
492             <!-- Usc -->
493             <dependency>
494                 <groupId>org.opendaylight.usc</groupId>
495                 <artifactId>usc-features</artifactId>
496                 <version>${usc.version}</version>
497                 <classifier>features</classifier>
498                 <type>xml</type>
499             </dependency>
500             <!-- Vtn -->
501             <dependency>
502                 <groupId>org.opendaylight.vtn</groupId>
503                 <artifactId>features-vtn-manager</artifactId>
504                 <version>${vtn-manager.version}</version>
505                 <classifier>features</classifier>
506                 <type>xml</type>
507             </dependency>
508         </dependencies>
509     </dependencyManagement>
510 </project>