Bump versions by x.(y+1).z for next dev cycle
[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.7.0-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             <!-- Capwap -->
113             <dependency>
114                 <groupId>org.opendaylight.capwap</groupId>
115                 <artifactId>capwap-features</artifactId>
116                 <version>${capwap.version}</version>
117                 <classifier>features</classifier>
118                 <type>xml</type>
119             </dependency>
120             <!-- Cardinal -->
121             <dependency>
122                 <groupId>org.opendaylight.cardinal</groupId>
123                 <artifactId>cardinal-features</artifactId>
124                 <version>${cardinal.version}</version>
125                 <classifier>features</classifier>
126                 <type>xml</type>
127             </dependency>
128             <!-- Controller -->
129             <dependency>
130                 <groupId>org.opendaylight.controller</groupId>
131                 <artifactId>features-extras</artifactId>
132                 <version>${controller.extras.version}</version>
133                 <classifier>features</classifier>
134                 <type>xml</type>
135             </dependency>
136             <dependency>
137                 <groupId>org.opendaylight.controller</groupId>
138                 <artifactId>features-mdsal</artifactId>
139                 <version>${mdsal.version}</version>
140                 <classifier>features</classifier>
141                 <type>xml</type>
142             </dependency>
143             <dependency>
144                 <groupId>org.opendaylight.controller</groupId>
145                 <artifactId>features-mdsal-benchmark</artifactId>
146                 <version>${benchmark.version}</version>
147                 <classifier>features</classifier>
148                 <type>xml</type>
149             </dependency>
150             <!-- Didm -->
151             <dependency>
152                 <groupId>org.opendaylight.didm</groupId>
153                 <artifactId>features-didm</artifactId>
154                 <version>${didm.version}</version>
155                 <classifier>features</classifier>
156                 <type>xml</type>
157             </dependency>
158             <dependency>
159                 <groupId>org.opendaylight.didm</groupId>
160                 <artifactId>features-didm-hp</artifactId>
161                 <version>${didm.version}</version>
162                 <classifier>features</classifier>
163                 <type>xml</type>
164             </dependency>
165             <dependency>
166                 <groupId>org.opendaylight.didm</groupId>
167                 <artifactId>features-didm-ovs</artifactId>
168                 <version>${didm.version}</version>
169                 <classifier>features</classifier>
170                 <type>xml</type>
171             </dependency>
172             <!-- Dlux -->
173             <dependency>
174                 <groupId>org.opendaylight.dlux</groupId>
175                 <artifactId>features-dlux</artifactId>
176                 <version>${dlux.version}</version>
177                 <classifier>features</classifier>
178                 <type>xml</type>
179             </dependency>
180             <!-- Dluxapps -->
181             <dependency>
182                 <groupId>org.opendaylight.dluxapps</groupId>
183                 <artifactId>features-dluxapps</artifactId>
184                 <version>${dluxapps.version}</version>
185                 <classifier>features</classifier>
186                 <type>xml</type>
187             </dependency>
188             <!-- Eman -->
189             <dependency>
190                 <groupId>org.opendaylight.eman</groupId>
191                 <artifactId>eman-features</artifactId>
192                 <version>${eman.version}</version>
193                 <classifier>features</classifier>
194                 <type>xml</type>
195             </dependency>
196             <!-- Faas -->
197             <dependency>
198                 <groupId>org.opendaylight.faas</groupId>
199                 <artifactId>features-faas</artifactId>
200                 <version>${faas.version}</version>
201                 <classifier>features</classifier>
202                 <type>xml</type>
203             </dependency>
204             <!-- Federation -->
205             <dependency>
206                 <groupId>org.opendaylight.federation</groupId>
207                 <artifactId>federation-features</artifactId>
208                 <version>${federation.version}</version>
209                 <classifier>features</classifier>
210                 <type>xml</type>
211             </dependency>
212             <!-- Genius -->
213             <dependency>
214                 <groupId>org.opendaylight.genius</groupId>
215                 <artifactId>genius-features</artifactId>
216                 <version>${genius.version}</version>
217                 <classifier>features</classifier>
218                 <type>xml</type>
219             </dependency>
220             <!-- Groupbasedpolicy -->
221             <dependency>
222                 <groupId>org.opendaylight.groupbasedpolicy</groupId>
223                 <artifactId>features-groupbasedpolicy</artifactId>
224                 <version>${groupbasedpolicy.version}</version>
225                 <classifier>features</classifier>
226                 <type>xml</type>
227             </dependency>
228             <!-- Honeycomb/Vbd -->
229             <dependency>
230                 <groupId>org.opendaylight.honeycomb.vbd</groupId>
231                 <artifactId>vbd-features</artifactId>
232                 <version>${honeycomb.vbd.version}</version>
233                 <classifier>features</classifier>
234                 <type>xml</type>
235             </dependency>
236             <!-- Infrautils -->
237             <dependency>
238                 <groupId>org.opendaylight.infrautils</groupId>
239                 <artifactId>infrautils-features</artifactId>
240                 <version>${infrautils.version}</version>
241                 <classifier>features</classifier>
242                 <type>xml</type>
243             </dependency>
244             <!-- Iotdm -->
245             <dependency>
246                 <groupId>org.opendaylight.iotdm</groupId>
247                 <artifactId>iotdmcsitdist-features</artifactId>
248                 <version>${iotdm.version}</version>
249                 <classifier>features</classifier>
250                 <type>xml</type>
251             </dependency>
252             <!-- L2switch -->
253             <dependency>
254                 <groupId>org.opendaylight.l2switch</groupId>
255                 <artifactId>features-l2switch</artifactId>
256                 <version>${l2switch.version}</version>
257                 <classifier>features</classifier>
258                 <type>xml</type>
259             </dependency>
260             <!-- Lacp -->
261             <dependency>
262                 <groupId>org.opendaylight.lacp</groupId>
263                 <artifactId>features-lacp</artifactId>
264                 <version>${lacp.version}</version>
265                 <classifier>features</classifier>
266                 <type>xml</type>
267             </dependency>
268             <!-- Lispflowmapping -->
269             <dependency>
270                 <groupId>org.opendaylight.lispflowmapping</groupId>
271                 <artifactId>features-lispflowmapping</artifactId>
272                 <version>${lispflowmapping.version}</version>
273                 <classifier>features</classifier>
274                 <type>xml</type>
275             </dependency>
276             <!-- Nemo -->
277             <dependency>
278                 <groupId>org.opendaylight.nemo</groupId>
279                 <artifactId>nemo-features</artifactId>
280                 <version>${nemo.version}</version>
281                 <classifier>features</classifier>
282                 <type>xml</type>
283             </dependency>
284             <!-- Netconf -->
285             <dependency>
286                 <groupId>org.opendaylight.netconf</groupId>
287                 <artifactId>features-netconf</artifactId>
288                 <version>${netconf.version}</version>
289                 <classifier>features</classifier>
290                 <type>xml</type>
291             </dependency>
292             <dependency>
293                 <groupId>org.opendaylight.netconf</groupId>
294                 <artifactId>features-netconf-connector</artifactId>
295                 <version>${netconf.version}</version>
296                 <classifier>features</classifier>
297                 <type>xml</type>
298             </dependency>
299             <dependency>
300                 <groupId>org.opendaylight.netconf</groupId>
301                 <artifactId>features-restconf</artifactId>
302                 <version>${restconf.version}</version>
303                 <classifier>features</classifier>
304                 <type>xml</type>
305             </dependency>
306             <!-- Netvirt -->
307             <dependency>
308                 <groupId>org.opendaylight.netvirt</groupId>
309                 <artifactId>features-netvirt</artifactId>
310                 <version>${netvirt.version}</version>
311                 <classifier>features</classifier>
312                 <type>xml</type>
313             </dependency>
314             <dependency>
315                 <groupId>org.opendaylight.netvirt</groupId>
316                 <artifactId>openstack.net-virt-sfc-features</artifactId>
317                 <version>${netvirt.version}</version>
318                 <classifier>features</classifier>
319                 <type>xml</type>
320             </dependency>
321             <dependency>
322                 <groupId>org.opendaylight.netvirt</groupId>
323                 <artifactId>openstack.sfc-translator-features</artifactId>
324                 <version>${netvirt.version}</version>
325                 <classifier>features</classifier>
326                 <type>xml</type>
327             </dependency>
328             <dependency>
329                 <groupId>org.opendaylight.netvirt</groupId>
330                 <artifactId>vpnservice-features</artifactId>
331                 <version>${vpnservice.version}</version>
332                 <classifier>features</classifier>
333                 <type>xml</type>
334             </dependency>
335             <!-- Netide -->
336             <dependency>
337                 <groupId>org.opendaylight.netide</groupId>
338                 <artifactId>netide-features</artifactId>
339                 <version>${netide.version}</version>
340                 <classifier>features</classifier>
341                 <type>xml</type>
342             </dependency>
343             <!-- Neutron -->
344             <dependency>
345                 <groupId>org.opendaylight.neutron</groupId>
346                 <artifactId>features-neutron</artifactId>
347                 <version>${neutron.version}</version>
348                 <classifier>features</classifier>
349                 <type>xml</type>
350             </dependency>
351             <!-- Nic -->
352             <dependency>
353                 <groupId>org.opendaylight.nic</groupId>
354                 <artifactId>features-nic</artifactId>
355                 <version>${nic.version}</version>
356                 <classifier>features</classifier>
357                 <type>xml</type>
358             </dependency>
359             <!-- Ocpplugin -->
360             <dependency>
361                 <groupId>org.opendaylight.ocpplugin</groupId>
362                 <artifactId>features-ocpplugin</artifactId>
363                 <version>${ocpplugin.version}</version>
364                 <classifier>features</classifier>
365                 <type>xml</type>
366             </dependency>
367             <!-- Odlparent -->
368             <dependency>
369                 <groupId>org.opendaylight.odlparent</groupId>
370                 <artifactId>features-akka</artifactId>
371                 <version>${odlparent.version}</version>
372                 <classifier>features</classifier>
373                 <type>xml</type>
374             </dependency>
375             <dependency>
376                 <groupId>org.opendaylight.odlparent</groupId>
377                 <artifactId>features-odlparent</artifactId>
378                 <version>${odlparent.version}</version>
379                 <classifier>features</classifier>
380                 <type>xml</type>
381             </dependency>
382             <!-- Of-config -->
383             <dependency>
384                 <groupId>org.opendaylight.of-config</groupId>
385                 <artifactId>features-of-config</artifactId>
386                 <version>${of-config.version}</version>
387                 <classifier>features</classifier>
388                 <type>xml</type>
389             </dependency>
390             <!-- Openflowplugin -->
391             <dependency>
392                 <groupId>org.opendaylight.openflowplugin</groupId>
393                 <artifactId>features-openflowplugin</artifactId>
394                 <version>${openflowplugin.version}</version>
395                 <classifier>features</classifier>
396                 <type>xml</type>
397             </dependency>
398             <dependency>
399                 <groupId>org.opendaylight.openflowplugin</groupId>
400                 <artifactId>features-openflowplugin-he</artifactId>
401                 <version>${openflowplugin.version}</version>
402                 <classifier>features</classifier>
403                 <type>xml</type>
404             </dependency>
405             <dependency>
406                 <groupId>org.opendaylight.openflowplugin</groupId>
407                 <artifactId>features-openflowplugin-extension</artifactId>
408                 <version>${openflowplugin.version}</version>
409                 <classifier>features</classifier>
410                 <type>xml</type>
411             </dependency>
412             <dependency>
413                 <groupId>org.opendaylight.openflowplugin</groupId>
414                 <artifactId>features-openflowplugin-extension-he</artifactId>
415                 <version>${openflowplugin.version}</version>
416                 <classifier>features</classifier>
417                 <type>xml</type>
418             </dependency>
419             <!-- Ovsdb -->
420             <dependency>
421                 <groupId>org.opendaylight.ovsdb</groupId>
422                 <artifactId>library-features</artifactId>
423                 <version>${ovsdb.version}</version>
424                 <classifier>features</classifier>
425                 <type>xml</type>
426             </dependency>
427             <dependency>
428                 <groupId>org.opendaylight.ovsdb</groupId>
429                 <artifactId>southbound-features</artifactId>
430                 <version>${ovsdb.version}</version>
431                 <classifier>features</classifier>
432                 <type>xml</type>
433             </dependency>
434             <dependency>
435                 <groupId>org.opendaylight.ovsdb</groupId>
436                 <artifactId>hwvtepsouthbound-features</artifactId>
437                 <version>${ovsdb.version}</version>
438                 <classifier>features</classifier>
439                 <type>xml</type>
440             </dependency>
441             <!-- Packetcable -->
442             <dependency>
443                 <groupId>org.opendaylight.packetcable</groupId>
444                 <artifactId>features-packetcable-policy</artifactId>
445                 <version>${packetcable.version}</version>
446                 <classifier>features</classifier>
447                 <type>xml</type>
448             </dependency>
449             <!-- Sdninterfaceapp -->
450             <dependency>
451                 <groupId>org.opendaylight.sdninterfaceapp</groupId>
452                 <artifactId>features-sdninterfaceapp</artifactId>
453                 <version>${sdninterfaceapp.version}</version>
454                 <classifier>features</classifier>
455                 <type>xml</type>
456             </dependency>
457             <!-- Sfc -->
458             <dependency>
459                 <groupId>org.opendaylight.sfc</groupId>
460                 <artifactId>features-sfc</artifactId>
461                 <version>${sfc.version}</version>
462                 <classifier>features</classifier>
463                 <type>xml</type>
464             </dependency>
465             <!-- Snmp -->
466             <dependency>
467                 <groupId>org.opendaylight.snmp</groupId>
468                 <artifactId>features-snmp</artifactId>
469                 <version>${snmp.version}</version>
470                 <classifier>features</classifier>
471                 <type>xml</type>
472             </dependency>
473             <!-- Snmp4sdn -->
474             <dependency>
475                 <groupId>org.opendaylight.snmp4sdn</groupId>
476                 <artifactId>features-snmp4sdn</artifactId>
477                 <version>${snmp4sdn.version}</version>
478                 <classifier>features</classifier>
479                 <type>xml</type>
480             </dependency>
481             <!-- Sxp -->
482             <dependency>
483                 <groupId>org.opendaylight.sxp</groupId>
484                 <artifactId>features</artifactId>
485                 <version>${sxp.version}</version>
486                 <classifier>features</classifier>
487                 <type>xml</type>
488             </dependency>
489             <!-- Topoprocessing -->
490             <dependency>
491                 <groupId>org.opendaylight.topoprocessing</groupId>
492                 <artifactId>features-topoprocessing</artifactId>
493                 <version>${topoprocessing.version}</version>
494                 <classifier>features</classifier>
495                 <type>xml</type>
496             </dependency>
497             <!-- Tsdr -->
498             <dependency>
499                 <groupId>org.opendaylight.tsdr</groupId>
500                 <artifactId>features-tsdr</artifactId>
501                 <version>${tsdr.version}</version>
502                 <classifier>features</classifier>
503                 <type>xml</type>
504             </dependency>
505             <!-- Ttp -->
506             <dependency>
507                 <groupId>org.opendaylight.ttp</groupId>
508                 <artifactId>features-ttp</artifactId>
509                 <version>${ttp.version}</version>
510                 <classifier>features</classifier>
511                 <type>xml</type>
512             </dependency>
513             <!-- Unimgr -->
514             <dependency>
515                 <groupId>org.opendaylight.unimgr</groupId>
516                 <artifactId>unimgr-features</artifactId>
517                 <version>${unimgr.version}</version>
518                 <classifier>features</classifier>
519                 <type>xml</type>
520             </dependency>
521             <!-- Usc -->
522             <dependency>
523                 <groupId>org.opendaylight.usc</groupId>
524                 <artifactId>usc-features</artifactId>
525                 <version>${usc.version}</version>
526                 <classifier>features</classifier>
527                 <type>xml</type>
528             </dependency>
529             <!-- Vtn -->
530             <dependency>
531                 <groupId>org.opendaylight.vtn</groupId>
532                 <artifactId>features-vtn-manager</artifactId>
533                 <version>${vtn-manager.version}</version>
534                 <classifier>features</classifier>
535                 <type>xml</type>
536             </dependency>
537         </dependencies>
538     </dependencyManagement>
539 </project>