Bump versions by x.y.(z+1)
[integration/distribution.git] / features / repos / index / 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" 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">
11     <modelVersion>4.0.0</modelVersion>
12     <parent>
13         <groupId>org.opendaylight.odlparent</groupId>
14         <artifactId>feature-repo-parent</artifactId>
15         <version>3.1.0</version>
16         <relativePath/>
17     </parent>
18     <groupId>org.opendaylight.integration</groupId>
19     <artifactId>features-index</artifactId>
20     <version>0.8.3-SNAPSHOT</version>
21     <packaging>feature</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>Aggregate repository of all ODL repositories with user-facing features.</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=features/repos/index;hb=HEAD</url>
38         <tag>HEAD</tag>
39     </scm>
40     <dependencyManagement>
41         <dependencies>
42             <dependency>
43                 <groupId>${project.groupId}</groupId>
44                 <artifactId>all-artifacts</artifactId>
45                 <version>${project.version}</version>
46                 <scope>import</scope>
47                 <type>pom</type>
48             </dependency>
49         </dependencies>
50     </dependencyManagement>
51
52     <!-- User facing single features. Alphabetical order -->
53     <!-- FIXME: How to explain to feature-repo-parent it shall not list single features from repo dependencies? -->
54     <profiles>
55         <!-- AAA -->
56         <profile>
57             <id>aaa</id>
58             <activation>
59                 <activeByDefault>true</activeByDefault>
60             </activation>
61             <dependencies>
62                 <dependency>
63                     <groupId>org.opendaylight.aaa</groupId>
64                     <artifactId>features-aaa</artifactId>
65                     <classifier>features</classifier>
66                     <type>xml</type>
67                 </dependency>
68             </dependencies>
69         </profile>
70         <!-- ALTO -->
71         <profile>
72             <id>alto</id>
73             <activation>
74                 <!-- Removed for the odlparent 3 / yangtools 2 migration -->
75                 <activeByDefault>true</activeByDefault>
76             </activation>
77             <dependencies>
78                 <dependency>
79                     <groupId>org.opendaylight.alto</groupId>
80                     <artifactId>features4-alto</artifactId>
81                     <classifier>features</classifier>
82                     <type>xml</type>
83                 </dependency>
84             </dependencies>
85         </profile>
86         <!-- BGPCEP -->
87         <profile>
88             <id>bgpcep</id>
89             <activation>
90                 <activeByDefault>true</activeByDefault>
91             </activation>
92             <dependencies>
93                 <dependency>
94                     <groupId>org.opendaylight.bgpcep</groupId>
95                     <artifactId>features-bgp</artifactId>
96                     <classifier>features</classifier>
97                     <type>xml</type>
98                 </dependency>
99                 <dependency>
100                     <groupId>org.opendaylight.bgpcep</groupId>
101                     <artifactId>features-bmp</artifactId>
102                     <classifier>features</classifier>
103                     <type>xml</type>
104                 </dependency>
105                 <dependency>
106                     <groupId>org.opendaylight.bgpcep</groupId>
107                     <artifactId>features-bgpcep-extras</artifactId>
108                     <classifier>features</classifier>
109                     <type>xml</type>
110                 </dependency>
111                 <dependency>
112                     <groupId>org.opendaylight.bgpcep</groupId>
113                     <artifactId>features-pcep</artifactId>
114                     <classifier>features</classifier>
115                     <type>xml</type>
116                 </dependency>
117                 <dependency>
118                     <groupId>org.opendaylight.bgpcep</groupId>
119                     <artifactId>features-rsvp</artifactId>
120                     <classifier>features</classifier>
121                     <type>xml</type>
122                 </dependency>
123             </dependencies>
124         </profile>
125         <!-- BIER -->
126         <profile>
127             <id>bier</id>
128             <activation>
129                 <activeByDefault>true</activeByDefault>
130             </activation>
131             <dependencies>
132                 <dependency>
133                     <groupId>org.opendaylight.bier</groupId>
134                     <artifactId>features-bier</artifactId>
135                     <classifier>features</classifier>
136                     <type>xml</type>
137                 </dependency>
138             </dependencies>
139         </profile>
140         <!-- COE -->
141         <profile>
142             <id>coe</id>
143             <activation>
144                 <activeByDefault>true</activeByDefault>
145             </activation>
146             <dependencies>
147                 <dependency>
148                     <groupId>org.opendaylight.coe</groupId>
149                     <artifactId>features-coe</artifactId>
150                     <classifier>features</classifier>
151                     <type>xml</type>
152                 </dependency>
153             </dependencies>
154         </profile>
155         <!-- Controller -->
156         <profile>
157             <id>controller</id>
158             <activation>
159                 <activeByDefault>true</activeByDefault>
160             </activation>
161             <dependencies>
162                 <dependency>
163                     <groupId>org.opendaylight.controller</groupId>
164                     <artifactId>features-extras</artifactId>
165                     <classifier>features</classifier>
166                     <type>xml</type>
167                 </dependency>
168                 <dependency>
169                     <groupId>org.opendaylight.controller</groupId>
170                     <artifactId>features-mdsal</artifactId>
171                     <classifier>features</classifier>
172                     <type>xml</type>
173                 </dependency>
174                 <dependency>
175                     <groupId>org.opendaylight.controller</groupId>
176                     <artifactId>features-mdsal-benchmark</artifactId>
177                     <classifier>features</classifier>
178                     <type>xml</type>
179                 </dependency>
180                 <dependency>
181                     <groupId>org.opendaylight.controller</groupId>
182                     <artifactId>features-mdsal-trace</artifactId>
183                     <classifier>features</classifier>
184                     <type>xml</type>
185                 </dependency>
186             </dependencies>
187         </profile>
188         <!-- Daexim -->
189         <profile>
190             <id>daexim</id>
191             <activation>
192                 <activeByDefault>true</activeByDefault>
193             </activation>
194             <dependencies>
195                 <dependency>
196                     <groupId>org.opendaylight.daexim</groupId>
197                     <artifactId>daexim-features</artifactId>
198                     <classifier>features</classifier>
199                     <type>xml</type>
200                 </dependency>
201             </dependencies>
202         </profile>
203         <!-- Distribution -->
204         <profile>
205             <id>distribution</id>
206             <activation>
207                 <activeByDefault>true</activeByDefault>
208             </activation>
209             <dependencies>
210                 <dependency>
211                     <groupId>${project.groupId}</groupId>
212                     <artifactId>features-distribution</artifactId>
213                     <classifier>features</classifier>
214                     <type>xml</type>
215                 </dependency>
216             </dependencies>
217         </profile>
218         <!-- Dlux -->
219         <profile>
220             <id>dlux</id>
221             <activation>
222                 <activeByDefault>true</activeByDefault>
223             </activation>
224             <dependencies>
225                 <dependency>
226                     <groupId>org.opendaylight.dlux</groupId>
227                     <artifactId>features-dlux</artifactId>
228                     <classifier>features</classifier>
229                     <type>xml</type>
230                 </dependency>
231             </dependencies>
232         </profile>
233         <!-- DluxApps -->
234         <profile>
235             <id>dluxapps</id>
236             <activation>
237                 <activeByDefault>true</activeByDefault>
238             </activation>
239             <dependencies>
240                 <dependency>
241                     <groupId>org.opendaylight.dluxapps</groupId>
242                     <artifactId>features-dluxapps</artifactId>
243                     <classifier>features</classifier>
244                     <type>xml</type>
245                 </dependency>
246             </dependencies>
247         </profile>
248         <!-- Genius -->
249         <profile>
250             <id>genius</id>
251             <activation>
252                 <activeByDefault>true</activeByDefault>
253             </activation>
254             <dependencies>
255                 <dependency>
256                     <groupId>org.opendaylight.genius</groupId>
257                     <artifactId>genius-features</artifactId>
258                     <classifier>features</classifier>
259                     <type>xml</type>
260                 </dependency>
261             </dependencies>
262         </profile>
263         <!-- GROUPBASEDPOLICY -->
264         <profile>
265             <id>groupbasedpolicy</id>
266             <activation>
267                 <activeByDefault>true</activeByDefault>
268             </activation>
269             <dependencies>
270                 <dependency>
271                     <groupId>org.opendaylight.groupbasedpolicy</groupId>
272                     <artifactId>features-groupbasedpolicy</artifactId>
273                     <type>xml</type>
274                     <classifier>features</classifier>
275                 </dependency>
276             </dependencies>
277         </profile>
278         <!-- Honeycomb/VBD -->
279         <profile>
280             <id>honeycombvbd</id>
281             <activation>
282                 <activeByDefault>true</activeByDefault>
283             </activation>
284             <dependencies>
285                 <dependency>
286                     <groupId>org.opendaylight.honeycomb.vbd</groupId>
287                     <artifactId>vbd-features</artifactId>
288                     <classifier>features</classifier>
289                     <type>xml</type>
290                 </dependency>
291             </dependencies>
292         </profile>
293         <!-- InfraUtils -->
294         <profile>
295             <id>infrautils</id>
296             <activation>
297                 <activeByDefault>true</activeByDefault>
298             </activation>
299             <dependencies>
300                 <dependency>
301                     <groupId>org.opendaylight.infrautils</groupId>
302                     <artifactId>infrautils-features</artifactId>
303                     <classifier>features</classifier>
304                     <type>xml</type>
305                 </dependency>
306             </dependencies>
307         </profile>
308         <!-- JSON RPC -->
309         <profile>
310             <id>jsonrpc</id>
311             <activation>
312                 <activeByDefault>true</activeByDefault>
313             </activation>
314             <dependencies>
315                 <dependency>
316                     <groupId>org.opendaylight.jsonrpc</groupId>
317                     <artifactId>jsonrpc-features</artifactId>
318                     <classifier>features</classifier>
319                     <type>xml</type>
320                 </dependency>
321             </dependencies>
322         </profile>
323         <!-- L2switch -->
324         <profile>
325             <id>l2switch</id>
326             <activation>
327                 <activeByDefault>true</activeByDefault>
328             </activation>
329             <dependencies>
330                 <dependency>
331                     <groupId>org.opendaylight.l2switch</groupId>
332                     <artifactId>features-l2switch</artifactId>
333                     <classifier>features</classifier>
334                     <type>xml</type>
335                 </dependency>
336             </dependencies>
337         </profile>
338         <!-- LISP Flow Mapping -->
339         <profile>
340             <id>lispflowmapping</id>
341             <activation>
342                 <activeByDefault>true</activeByDefault>
343             </activation>
344             <dependencies>
345                 <dependency>
346                     <groupId>org.opendaylight.lispflowmapping</groupId>
347                     <artifactId>features-lispflowmapping</artifactId>
348                     <classifier>features</classifier>
349                     <type>xml</type>
350                 </dependency>
351             </dependencies>
352         </profile>
353         <!-- FIXME: Add Mdsal -->
354         <!-- NEMO -->
355         <profile>
356             <id>nemo</id>
357             <activation>
358                 <activeByDefault>true</activeByDefault>
359             </activation>
360             <dependencies>
361                 <dependency>
362                     <groupId>org.opendaylight.nemo</groupId>
363                     <artifactId>nemo-features</artifactId>
364                     <classifier>features</classifier>
365                     <type>xml</type>
366                 </dependency>
367             </dependencies>
368         </profile>
369         <!-- Netconf -->
370         <profile>
371             <id>netconf</id>
372             <activation>
373                 <activeByDefault>true</activeByDefault>
374             </activation>
375             <dependencies>
376                 <dependency>
377                     <groupId>org.opendaylight.netconf</groupId>
378                     <artifactId>features-netconf</artifactId>
379                     <classifier>features</classifier>
380                     <type>xml</type>
381                 </dependency>
382                 <dependency>
383                     <groupId>org.opendaylight.netconf</groupId>
384                     <artifactId>features-netconf-connector</artifactId>
385                     <classifier>features</classifier>
386                     <type>xml</type>
387                 </dependency>
388                 <dependency>
389                     <groupId>org.opendaylight.netconf</groupId>
390                     <artifactId>features-restconf</artifactId>
391                     <classifier>features</classifier>
392                     <type>xml</type>
393                 </dependency>
394                 <dependency>
395                     <groupId>org.opendaylight.netconf</groupId>
396                     <artifactId>features-yanglib</artifactId>
397                     <classifier>features</classifier>
398                     <type>xml</type>
399                 </dependency>
400             </dependencies>
401         </profile>
402         <!-- NetVirt -->
403         <profile>
404             <id>netvirt</id>
405             <activation>
406                 <activeByDefault>true</activeByDefault>
407             </activation>
408             <dependencies>
409                 <dependency>
410                     <groupId>org.opendaylight.netvirt</groupId>
411                     <artifactId>netvirt-features</artifactId>
412                     <classifier>features</classifier>
413                     <type>xml</type>
414                 </dependency>
415             </dependencies>
416         </profile>
417         <!-- Neutron Northbound -->
418         <profile>
419             <id>neutron</id>
420             <activation>
421                 <activeByDefault>true</activeByDefault>
422             </activation>
423             <dependencies>
424                 <dependency>
425                     <groupId>org.opendaylight.neutron</groupId>
426                     <artifactId>features-neutron-service</artifactId>
427                     <classifier>features</classifier>
428                     <type>xml</type>
429                 </dependency>
430             </dependencies>
431         </profile>
432         <!-- ODL Parent -->
433         <profile>
434             <id>odlparent</id>
435             <activation>
436                 <activeByDefault>true</activeByDefault>
437             </activation>
438             <dependencies>
439                 <dependency>
440                     <groupId>org.opendaylight.odlparent</groupId>
441                     <artifactId>features-akka</artifactId>
442                     <classifier>features</classifier>
443                     <type>xml</type>
444                 </dependency>
445                 <dependency>
446                     <groupId>org.opendaylight.odlparent</groupId>
447                     <artifactId>features-odlparent</artifactId>
448                     <classifier>features</classifier>
449                     <type>xml</type>
450                 </dependency>
451             </dependencies>
452         </profile>
453         <!-- OF-CONFIG -->
454         <profile>
455             <id>ofconfig</id>
456             <activation>
457                 <activeByDefault>true</activeByDefault>
458             </activation>
459             <dependencies>
460                 <dependency>
461                     <groupId>org.opendaylight.of-config</groupId>
462                     <artifactId>features-of-config</artifactId>
463                     <type>xml</type>
464                     <classifier>features</classifier>
465                 </dependency>
466             </dependencies>
467         </profile>
468         <!-- OpenflowPlugin -->
469         <profile>
470             <id>openflowplugin</id>
471             <activation>
472                 <activeByDefault>true</activeByDefault>
473             </activation>
474             <dependencies>
475                 <dependency>
476                     <groupId>org.opendaylight.openflowplugin</groupId>
477                     <artifactId>features-openflowplugin</artifactId>
478                     <classifier>features</classifier>
479                     <type>xml</type>
480                 </dependency>
481                 <dependency>
482                     <groupId>org.opendaylight.openflowplugin</groupId>
483                     <artifactId>features-openflowplugin-extension</artifactId>
484                     <classifier>features</classifier>
485                     <type>xml</type>
486                 </dependency>
487             </dependencies>
488         </profile>
489         <!-- OVSDB -->
490         <profile>
491             <id>ovsdb</id>
492             <activation>
493                 <activeByDefault>true</activeByDefault>
494             </activation>
495             <dependencies>
496                 <dependency>
497                     <groupId>org.opendaylight.ovsdb</groupId>
498                     <artifactId>library-features</artifactId>
499                     <classifier>features</classifier>
500                     <type>xml</type>
501                 </dependency>
502                 <dependency>
503                     <groupId>org.opendaylight.ovsdb</groupId>
504                     <artifactId>hwvtepsouthbound-features</artifactId>
505                     <classifier>features</classifier>
506                     <type>xml</type>
507                 </dependency>
508                 <dependency>
509                     <groupId>org.opendaylight.ovsdb</groupId>
510                     <artifactId>southbound-features</artifactId>
511                     <classifier>features</classifier>
512                     <type>xml</type>
513                 </dependency>
514             </dependencies>
515         </profile>
516         <!-- P4 Plugin -->
517         <profile>
518             <id>p4plugin</id>
519             <activation>
520                 <activeByDefault>true</activeByDefault>
521             </activation>
522             <dependencies>
523                 <dependency>
524                     <groupId>org.opendaylight.p4plugin</groupId>
525                     <artifactId>features-p4plugin</artifactId>
526                     <classifier>features</classifier>
527                     <type>xml</type>
528                 </dependency>
529             </dependencies>
530         </profile>
531         <!-- Packetcable -->
532         <profile>
533             <id>packetcable</id>
534             <activation>
535                 <activeByDefault>true</activeByDefault>
536             </activation>
537             <dependencies>
538                 <dependency>
539                     <groupId>org.opendaylight.packetcable</groupId>
540                     <artifactId>features4-packetcable-policy</artifactId>
541                     <classifier>features</classifier>
542                     <type>xml</type>
543                 </dependency>
544             </dependencies>
545         </profile>
546         <!-- SFC -->
547         <profile>
548             <id>sfc</id>
549             <activation>
550                 <activeByDefault>true</activeByDefault>
551             </activation>
552             <dependencies>
553                 <dependency>
554                     <groupId>org.opendaylight.sfc</groupId>
555                     <artifactId>features4-sfc</artifactId>
556                     <classifier>features</classifier>
557                     <type>xml</type>
558                 </dependency>
559             </dependencies>
560         </profile>
561         <!-- SNMP -->
562         <profile>
563             <id>snmp</id>
564             <activation>
565                 <activeByDefault>true</activeByDefault>
566             </activation>
567             <dependencies>
568                 <dependency>
569                     <groupId>org.opendaylight.snmp</groupId>
570                     <artifactId>features-snmp</artifactId>
571                     <classifier>features</classifier>
572                     <type>xml</type>
573                 </dependency>
574             </dependencies>
575         </profile>
576         <!-- SNMP4SDN -->
577         <profile>
578             <id>snmp4sdn</id>
579             <activation>
580                 <activeByDefault>true</activeByDefault>
581             </activation>
582             <dependencies>
583                 <dependency>
584                     <groupId>org.opendaylight.snmp4sdn</groupId>
585                     <artifactId>features-snmp4sdn</artifactId>
586                     <classifier>features</classifier>
587                     <type>xml</type>
588                 </dependency>
589             </dependencies>
590         </profile>
591         <!-- SXP -->
592         <profile>
593             <id>sxp</id>
594             <activation>
595                 <activeByDefault>true</activeByDefault>
596             </activation>
597             <dependencies>
598                 <dependency>
599                     <groupId>org.opendaylight.sxp</groupId>
600                     <artifactId>features-sxp</artifactId>
601                     <classifier>features</classifier>
602                     <type>xml</type>
603                 </dependency>
604             </dependencies>
605         </profile>
606         <!-- TSDR  -->
607         <profile>
608             <id>tsdr</id>
609             <activation>
610                 <activeByDefault>true</activeByDefault>
611             </activation>
612             <dependencies>
613                 <dependency>
614                     <groupId>org.opendaylight.tsdr</groupId>
615                     <artifactId>features-tsdr</artifactId>
616                     <classifier>features</classifier>
617                     <type>xml</type>
618                 </dependency>
619             </dependencies>
620         </profile>
621         <!-- USC -->
622         <profile>
623             <id>usc</id>
624             <activation>
625                 <activeByDefault>true</activeByDefault>
626             </activation>
627             <dependencies>
628                 <dependency>
629                     <groupId>org.opendaylight.usc</groupId>
630                     <artifactId>usc-features</artifactId>
631                     <classifier>features</classifier>
632                     <type>xml</type>
633                 </dependency>
634             </dependencies>
635         </profile>
636     </profiles>
637 </project>