Bump versions by x.y.(z+1)
[integration/distribution.git] / artifacts / upstream / single-features / 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.8.3-SNAPSHOT</version>
18         <relativePath>../properties</relativePath>
19     </parent>
20     <artifactId>single-feature-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 upstream ODL user-facing single feature 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/single-features;hb=HEAD</url>
38         <tag>HEAD</tag>
39     </scm>
40     <!-- User facing single features. -->
41     <!-- TODO: Open Bugs against projects to export user-facing single feature versions in artifact pom. -->
42     <profiles>
43         <!-- AAA -->
44         <profile>
45             <id>aaa</id>
46             <activation>
47                 <activeByDefault>true</activeByDefault>
48             </activation>
49             <dependencyManagement>
50                 <dependencies>
51                     <dependency>
52                         <groupId>org.opendaylight.aaa</groupId>
53                         <artifactId>odl-aaa-cert</artifactId>
54                         <version>${aaa.version}</version>
55                         <classifier>features</classifier>
56                         <type>xml</type>
57                     </dependency>
58                     <dependency>
59                         <groupId>org.opendaylight.aaa</groupId>
60                         <artifactId>odl-aaa-shiro</artifactId>
61                         <version>${aaa.version}</version>
62                         <classifier>features</classifier>
63                         <type>xml</type>
64                     </dependency>
65                 </dependencies>
66             </dependencyManagement>
67         </profile>
68         <!-- ALTO -->
69         <profile>
70             <id>alto</id>
71             <activation>
72                 <!-- Removed for the odlparent 3 / yangtools 2 migration -->
73                 <activeByDefault>true</activeByDefault>
74             </activation>
75             <dependencyManagement>
76                 <dependencies>
77                     <dependency>
78                         <groupId>org.opendaylight.alto</groupId>
79                         <artifactId>odl-alto-simpleird</artifactId>
80                         <version>${alto.version}</version>
81                         <classifier>features</classifier>
82                         <type>xml</type>
83                     </dependency>
84                     <dependency>
85                         <groupId>org.opendaylight.alto</groupId>
86                         <artifactId>odl-alto-manual-maps</artifactId>
87                         <version>${alto.version}</version>
88                         <classifier>features</classifier>
89                         <type>xml</type>
90                     </dependency>
91                     <dependency>
92                         <groupId>org.opendaylight.alto</groupId>
93                         <artifactId>odl-alto-simpleecs</artifactId>
94                         <version>${alto.version}</version>
95                         <classifier>features</classifier>
96                         <type>xml</type>
97                     </dependency>
98                     <dependency>
99                         <groupId>org.opendaylight.alto</groupId>
100                         <artifactId>odl-alto-auto-maps</artifactId>
101                         <version>${alto.version}</version>
102                         <classifier>features</classifier>
103                         <type>xml</type>
104                     </dependency>
105                     <dependency>
106                         <groupId>org.opendaylight.alto</groupId>
107                         <artifactId>odl-alto-spce</artifactId>
108                         <version>${alto.version}</version>
109                         <classifier>features</classifier>
110                         <type>xml</type>
111                     </dependency>
112                 </dependencies>
113             </dependencyManagement>
114         </profile>
115         <!-- BIER -->
116         <profile>
117             <id>bier</id>
118             <activation>
119                 <activeByDefault>true</activeByDefault>
120             </activation>
121             <dependencyManagement>
122                 <dependencies>
123                     <dependency>
124                         <groupId>org.opendaylight.bier</groupId>
125                         <artifactId>odl-bier-all</artifactId>
126                         <version>${bier.version}</version>
127                         <classifier>features</classifier>
128                         <type>xml</type>
129                     </dependency>
130                 </dependencies>
131             </dependencyManagement>
132         </profile>
133         <!-- CONTROLLER -->
134         <profile>
135             <id>controller</id>
136             <activation>
137                 <activeByDefault>true</activeByDefault>
138             </activation>
139             <dependencyManagement>
140                 <dependencies>
141                     <dependency>
142                         <groupId>org.opendaylight.controller</groupId>
143                         <artifactId>odl-mdsal-broker</artifactId>
144                         <version>${mdsal.version}</version>
145                         <classifier>features</classifier>
146                         <type>xml</type>
147                     </dependency>
148                 </dependencies>
149             </dependencyManagement>
150         </profile>
151         <!-- Dlux Apps -->
152         <profile>
153             <id>dluxapps</id>
154             <activation>
155                 <activeByDefault>true</activeByDefault>
156             </activation>
157             <dependencyManagement>
158                 <dependencies>
159                     <dependency>
160                         <groupId>org.opendaylight.dluxapps</groupId>
161                         <artifactId>odl-dluxapps-nodes</artifactId>
162                         <version>${dluxapps.version}</version>
163                         <type>xml</type>
164                         <classifier>features</classifier>
165                     </dependency>
166                     <dependency>
167                         <groupId>org.opendaylight.dluxapps</groupId>
168                         <artifactId>odl-dluxapps-topology</artifactId>
169                         <version>${dluxapps.version}</version>
170                         <classifier>features</classifier>
171                         <type>xml</type>
172                     </dependency>
173                     <dependency>
174                         <groupId>org.opendaylight.dluxapps</groupId>
175                         <artifactId>odl-dluxapps-yangman</artifactId>
176                         <version>${dluxapps.version}</version>
177                         <classifier>features</classifier>
178                         <type>xml</type>
179                     </dependency>
180                     <dependency>
181                         <groupId>org.opendaylight.dluxapps</groupId>
182                         <artifactId>odl-dluxapps-yangvisualizer</artifactId>
183                         <version>${dluxapps.version}</version>
184                         <type>xml</type>
185                         <classifier>features</classifier>
186                     </dependency>
187                 </dependencies>
188             </dependencyManagement>
189         </profile>
190         <!-- JSON RPC -->
191         <profile>
192             <id>jsonrpc</id>
193             <activation>
194                 <activeByDefault>true</activeByDefault>
195             </activation>
196             <dependencyManagement>
197                 <dependencies>
198                     <dependency>
199                         <groupId>org.opendaylight.jsonrpc</groupId>
200                         <artifactId>jsonrpc-features</artifactId>
201                         <version>${jsonrpc.version}</version>
202                         <type>xml</type>
203                         <classifier>features</classifier>
204                     </dependency>
205                 </dependencies>
206             </dependencyManagement>
207         </profile>
208         <!-- L2switch -->
209         <profile>
210             <id>l2switch</id>
211             <activation>
212                 <activeByDefault>true</activeByDefault>
213             </activation>
214             <dependencyManagement>
215                 <dependencies>
216                     <dependency>
217                         <groupId>org.opendaylight.l2switch</groupId>
218                         <artifactId>odl-l2switch-switch</artifactId>
219                         <version>${l2switch.version}</version>
220                         <classifier>features</classifier>
221                         <type>xml</type>
222                     </dependency>
223                     <dependency>
224                         <groupId>org.opendaylight.l2switch</groupId>
225                         <artifactId>odl-l2switch-switch-rest</artifactId>
226                         <version>${l2switch.version}</version>
227                         <classifier>features</classifier>
228                         <type>xml</type>
229                     </dependency>
230                     <dependency>
231                         <groupId>org.opendaylight.l2switch</groupId>
232                         <artifactId>odl-l2switch-switch-ui</artifactId>
233                         <version>${l2switch.version}</version>
234                         <classifier>features</classifier>
235                         <type>xml</type>
236                     </dependency>
237                 </dependencies>
238             </dependencyManagement>
239         </profile>
240         <!-- NEMO -->
241         <profile>
242             <id>nemo</id>
243             <activation>
244                 <activeByDefault>true</activeByDefault>
245             </activation>
246             <dependencyManagement>
247                 <dependencies>
248                     <dependency>
249                         <groupId>org.opendaylight.nemo</groupId>
250                         <artifactId>odl-nemo-engine</artifactId>
251                         <version>${nemo.version}</version>
252                         <classifier>features</classifier>
253                         <type>xml</type>
254                     </dependency>
255                     <dependency>
256                         <groupId>org.opendaylight.nemo</groupId>
257                         <artifactId>odl-nemo-engine-rest</artifactId>
258                         <version>${nemo.version}</version>
259                         <classifier>features</classifier>
260                         <type>xml</type>
261                     </dependency>
262                     <dependency>
263                         <groupId>org.opendaylight.nemo</groupId>
264                         <artifactId>odl-nemo-engine-ui</artifactId>
265                         <version>${nemo.version}</version>
266                         <classifier>features</classifier>
267                         <type>xml</type>
268                     </dependency>
269                     <dependency>
270                         <groupId>org.opendaylight.nemo</groupId>
271                         <artifactId>odl-nemo-openflow-renderer</artifactId>
272                         <version>${nemo.version}</version>
273                         <classifier>features</classifier>
274                         <type>xml</type>
275                     </dependency>
276                     <dependency>
277                         <groupId>org.opendaylight.nemo</groupId>
278                         <artifactId>odl-nemo-cli-renderer</artifactId>
279                         <version>${nemo.version}</version>
280                         <classifier>features</classifier>
281                         <type>xml</type>
282                     </dependency>
283                 </dependencies>
284             </dependencyManagement>
285         </profile>
286         <!-- OF-CONFIG -->
287         <profile>
288             <id>ofconfig</id>
289             <activation>
290                 <activeByDefault>true</activeByDefault>
291             </activation>
292             <dependencyManagement>
293                 <dependencies>
294                     <dependency>
295                         <groupId>org.opendaylight.of-config</groupId>
296                         <artifactId>odl-of-config-all</artifactId>
297                         <version>${ofconfig.version}</version>
298                         <classifier>features</classifier>
299                         <type>xml</type>
300                     </dependency>
301                 </dependencies>
302             </dependencyManagement>
303         </profile>
304         <!-- P4 Plugin -->
305         <profile>
306             <id>p4plugin</id>
307             <activation>
308                 <activeByDefault>true</activeByDefault>
309             </activation>
310             <dependencyManagement>
311                 <dependencies>
312                     <dependency>
313                         <groupId>org.opendaylight.p4plugin</groupId>
314                         <artifactId>odl-p4plugin-all</artifactId>
315                         <version>${p4plugin.version}</version>
316                         <classifier>features</classifier>
317                         <type>xml</type>
318                     </dependency>
319                 </dependencies>
320             </dependencyManagement>
321         </profile>
322         <!-- Packetcable -->
323         <profile>
324             <id>packetcable</id>
325             <activation>
326                 <activeByDefault>true</activeByDefault>
327             </activation>
328             <dependencyManagement>
329                 <dependencies>
330                     <dependency>
331                         <groupId>org.opendaylight.packetcable</groupId>
332                         <artifactId>odl-packetcable-policy-model</artifactId>
333                         <version>${packetcable.version}</version>
334                         <classifier>features</classifier>
335                         <type>xml</type>
336                     </dependency>
337                     <dependency>
338                         <groupId>org.opendaylight.packetcable</groupId>
339                         <artifactId>odl-packetcable-policy-server</artifactId>
340                         <version>${packetcable.version}</version>
341                         <classifier>features</classifier>
342                         <type>xml</type>
343                     </dependency>
344                     <dependency>
345                         <groupId>org.opendaylight.packetcable</groupId>
346                         <artifactId>odl-packetcable-policy-server-all</artifactId>
347                         <version>${packetcable.version}</version>
348                         <classifier>features</classifier>
349                         <type>xml</type>
350                     </dependency>
351                 </dependencies>
352             </dependencyManagement>
353         </profile>
354         <!-- SFC -->
355         <profile>
356             <id>sfc</id>
357             <activation>
358                 <activeByDefault>true</activeByDefault>
359             </activation>
360             <dependencyManagement>
361                 <dependencies>
362                     <dependency>
363                         <groupId>org.opendaylight.sfc</groupId>
364                         <artifactId>odl-sfc-ios-xe-renderer</artifactId>
365                         <version>${sfc.version}</version>
366                         <type>xml</type>
367                         <classifier>features</classifier>
368                     </dependency>
369                     <dependency>
370                         <groupId>org.opendaylight.sfc</groupId>
371                         <artifactId>odl-sfc-netconf</artifactId>
372                         <version>${sfc.version}</version>
373                         <type>xml</type>
374                         <classifier>features</classifier>
375                     </dependency>
376                     <dependency>
377                         <groupId>org.opendaylight.sfc</groupId>
378                         <artifactId>odl-sfc-openflow-renderer</artifactId>
379                         <version>${sfc.version}</version>
380                         <type>xml</type>
381                         <classifier>features</classifier>
382                     </dependency>
383                     <dependency>
384                         <groupId>org.opendaylight.sfc</groupId>
385                         <artifactId>odl-sfc-ovs</artifactId>
386                         <version>${sfc.version}</version>
387                         <type>xml</type>
388                         <classifier>features</classifier>
389                     </dependency>
390                     <dependency>
391                         <groupId>org.opendaylight.sfc</groupId>
392                         <artifactId>odl-sfc-sb-rest</artifactId>
393                         <version>${sfc.version}</version>
394                         <type>xml</type>
395                         <classifier>features</classifier>
396                     </dependency>
397                     <dependency>
398                         <groupId>org.opendaylight.sfc</groupId>
399                         <artifactId>odl-sfc-ui</artifactId>
400                         <version>${sfc.version}</version>
401                         <type>xml</type>
402                         <classifier>features</classifier>
403                     </dependency>
404                     <dependency>
405                         <groupId>org.opendaylight.sfc</groupId>
406                         <artifactId>odl-sfc-vpp-renderer</artifactId>
407                         <version>${sfc.version}</version>
408                         <type>xml</type>
409                         <classifier>features</classifier>
410                     </dependency>
411                     <dependency>
412                         <groupId>org.opendaylight.sfc</groupId>
413                         <artifactId>odl-sfclisp</artifactId>
414                         <version>${sfc.version}</version>
415                         <type>xml</type>
416                         <classifier>features</classifier>
417                     </dependency>
418                     <dependency>
419                         <groupId>org.opendaylight.sfc</groupId>
420                         <artifactId>odl-sfc-shell</artifactId>
421                         <version>${sfc.version}</version>
422                         <type>xml</type>
423                         <classifier>features</classifier>
424                     </dependency>
425                 </dependencies>
426             </dependencyManagement>
427         </profile>
428         <!-- SNMP -->
429         <profile>
430             <id>snmp</id>
431             <activation>
432                 <activeByDefault>true</activeByDefault>
433             </activation>
434             <dependencyManagement>
435                 <dependencies>
436                     <dependency>
437                         <groupId>org.opendaylight.snmp</groupId>
438                         <artifactId>odl-snmp-plugin</artifactId>
439                         <version>${snmp.version}</version>
440                         <classifier>features</classifier>
441                         <type>xml</type>
442                     </dependency>
443                 </dependencies>
444             </dependencyManagement>
445         </profile>
446         <!-- SNMP4SDN -->
447         <profile>
448             <id>snmp4sdn</id>
449             <activation>
450                 <activeByDefault>true</activeByDefault>
451             </activation>
452             <dependencyManagement>
453                 <dependencies>
454                     <dependency>
455                         <groupId>org.opendaylight.snmp4sdn</groupId>
456                         <artifactId>odl-snmp4sdn-snmp4sdn</artifactId>
457                         <version>${snmp4sdn.version}</version>
458                         <classifier>features</classifier>
459                         <type>xml</type>
460                     </dependency>
461                 </dependencies>
462             </dependencyManagement>
463         </profile>
464         <!-- SXP -->
465         <profile>
466             <id>sxp</id>
467             <activation>
468                 <activeByDefault>true</activeByDefault>
469             </activation>
470             <dependencyManagement>
471                 <dependencies>
472                     <dependency>
473                         <groupId>org.opendaylight.sxp</groupId>
474                         <artifactId>odl-sxp-controller</artifactId>
475                         <version>${sxp.version}</version>
476                         <classifier>features</classifier>
477                         <type>xml</type>
478                     </dependency>
479                 </dependencies>
480             </dependencyManagement>
481         </profile>
482         <!-- USC -->
483         <profile>
484             <id>usc</id>
485             <activation>
486                 <activeByDefault>true</activeByDefault>
487             </activation>
488             <dependencyManagement>
489                 <dependencies>
490                     <dependency>
491                         <groupId>org.opendaylight.usc</groupId>
492                         <artifactId>odl-usc-channel-ui</artifactId>
493                         <version>${usc.version}</version>
494                         <classifier>features</classifier>
495                         <type>xml</type>
496                     </dependency>
497                 </dependencies>
498             </dependencyManagement>
499         </profile>
500     </profiles>
501 </project>