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