Bump versions by x.y.(z+1)
[integration/distribution.git] / artifacts / upstream / feature-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.1-SNAPSHOT</version>
18         <relativePath>../properties</relativePath>
19     </parent>
20     <artifactId>feature-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 upstream ODL user-facing feature repo 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/feature-repos;hb=HEAD</url>
38         <tag>HEAD</tag>
39     </scm>
40     <!-- TODO: Open Bugs against projects to export user-facing feature repository versions in artifact poms. -->
41     <dependencyManagement>
42         <dependencies>
43
44             <!-- User facing feature repositories. -->
45
46             <!-- AAA -->
47             <dependency>
48                 <groupId>org.opendaylight.aaa</groupId>
49                 <artifactId>features-aaa</artifactId>
50                 <version>${aaa.version}</version>
51                 <classifier>features</classifier>
52                 <type>xml</type>
53             </dependency>
54             <dependency>
55                 <groupId>org.opendaylight.aaa</groupId>
56                 <artifactId>features-aaa-shiro</artifactId>
57                 <version>${aaa.version}</version>
58                 <classifier>features</classifier>
59                 <type>xml</type>
60             </dependency>
61
62             <!-- ALTO -->
63             <dependency>
64                 <groupId>org.opendaylight.alto</groupId>
65                 <artifactId>features4-alto</artifactId>
66                 <version>${alto.version}</version>
67                 <classifier>features</classifier>
68                 <type>xml</type>
69             </dependency>
70
71
72             <!-- BIER -->
73             <dependency>
74                 <groupId>org.opendaylight.bier</groupId>
75                 <artifactId>features-bier</artifactId>
76                 <version>${bier.version}</version>
77                 <classifier>features</classifier>
78                 <type>xml</type>
79             </dependency>
80
81             <!-- Cardinal -->
82             <dependency>
83                 <groupId>org.opendaylight.cardinal</groupId>
84                 <artifactId>cardinal-features4</artifactId>
85                 <version>${cardinal.version}</version>
86                 <classifier>features</classifier>
87                 <type>xml</type>
88             </dependency>
89
90             <!-- Controller -->
91             <dependency>
92                 <groupId>org.opendaylight.controller</groupId>
93                 <artifactId>features-extras</artifactId>
94                 <version>${controller.extras.version}</version>
95                 <classifier>features</classifier>
96                 <type>xml</type>
97             </dependency>
98             <dependency>
99                 <groupId>org.opendaylight.controller</groupId>
100                 <artifactId>features-mdsal</artifactId>
101                 <version>${mdsal.version}</version>
102                 <classifier>features</classifier>
103                 <type>xml</type>
104             </dependency>
105             <dependency>
106                 <groupId>org.opendaylight.controller</groupId>
107                 <artifactId>features-mdsal-benchmark</artifactId>
108                 <version>${benchmark.version}</version>
109                 <classifier>features</classifier>
110                 <type>xml</type>
111             </dependency>
112
113             <!-- Dlux -->
114             <dependency>
115                 <groupId>org.opendaylight.dlux</groupId>
116                 <artifactId>features-dlux</artifactId>
117                 <version>${dlux.version}</version>
118                 <classifier>features</classifier>
119                 <type>xml</type>
120             </dependency>
121
122             <!-- DluxApps -->
123             <dependency>
124                 <groupId>org.opendaylight.dluxapps</groupId>
125                 <artifactId>features-dluxapps</artifactId>
126                 <version>${dluxapps.version}</version>
127                 <classifier>features</classifier>
128                 <type>xml</type>
129             </dependency>
130
131             <!-- Eman -->
132             <dependency>
133                 <groupId>org.opendaylight.eman</groupId>
134                 <artifactId>features-eman</artifactId>
135                 <version>${eman.version}</version>
136                 <classifier>features</classifier>
137                 <type>xml</type>
138             </dependency>
139
140             <!-- FaaS -->
141             <dependency>
142                 <groupId>org.opendaylight.faas</groupId>
143                 <artifactId>features4-faas</artifactId>
144                 <version>${faas.version}</version>
145                 <classifier>features</classifier>
146                 <type>xml</type>
147             </dependency>
148
149             <!-- InfraUtils -->
150             <dependency>
151                 <groupId>org.opendaylight.infrautils</groupId>
152                 <artifactId>infrautils-features</artifactId>
153                 <version>${infrautils.version}</version>
154                 <classifier>features</classifier>
155                 <type>xml</type>
156             </dependency>
157
158             <!-- L2switch -->
159             <dependency>
160                 <groupId>org.opendaylight.l2switch</groupId>
161                 <artifactId>features-l2switch</artifactId>
162                 <version>${l2switch.version}</version>
163                 <classifier>features</classifier>
164                 <type>xml</type>
165             </dependency>
166
167             <!-- NEMO -->
168             <dependency>
169                 <groupId>org.opendaylight.nemo</groupId>
170                 <artifactId>nemo-features</artifactId>
171                 <version>${nemo.version}</version>
172                 <classifier>features</classifier>
173                 <type>xml</type>
174             </dependency>
175
176             <!-- NIC -->
177             <dependency>
178                 <groupId>org.opendaylight.nic</groupId>
179                 <artifactId>features-nic</artifactId>
180                 <version>${nic.version}</version>
181                 <classifier>features</classifier>
182                 <type>xml</type>
183             </dependency>
184
185             <!-- OCP Plugin -->
186             <dependency>
187                 <groupId>org.opendaylight.ocpplugin</groupId>
188                 <artifactId>features-ocpplugin</artifactId>
189                 <version>${ocpplugin.version}</version>
190                 <classifier>features</classifier>
191                 <type>xml</type>
192             </dependency>
193
194             <!-- ODL Parent -->
195             <dependency>
196                 <groupId>org.opendaylight.odlparent</groupId>
197                 <artifactId>features-akka</artifactId>
198                 <version>${odlparent.version}</version>
199                 <classifier>features</classifier>
200                 <type>xml</type>
201             </dependency>
202             <dependency>
203                 <groupId>org.opendaylight.odlparent</groupId>
204                 <artifactId>features-odlparent</artifactId>
205                 <version>${odlparent.version}</version>
206                 <classifier>features</classifier>
207                 <type>xml</type>
208             </dependency>
209
210             <!-- OF-CONFIG -->
211             <dependency>
212                 <groupId>org.opendaylight.of-config</groupId>
213                 <artifactId>features-of-config</artifactId>
214                 <version>${ofconfig.version}</version>
215                 <classifier>features</classifier>
216                 <type>xml</type>
217             </dependency>
218
219             <!-- Packetcable -->
220             <dependency>
221                 <groupId>org.opendaylight.packetcable</groupId>
222                 <artifactId>features4-packetcable-policy</artifactId>
223                 <version>${packetcable.version}</version>
224                 <classifier>features</classifier>
225                 <type>xml</type>
226             </dependency>
227
228             <!-- SFC -->
229             <dependency>
230                 <groupId>org.opendaylight.sfc</groupId>
231                 <artifactId>features4-sfc</artifactId>
232                 <version>${sfc.version}</version>
233                 <classifier>features</classifier>
234                 <type>xml</type>
235             </dependency>
236
237             <!-- SNMP -->
238             <dependency>
239                 <groupId>org.opendaylight.snmp</groupId>
240                 <artifactId>features-snmp</artifactId>
241                 <version>${snmp.version}</version>
242                 <classifier>features</classifier>
243                 <type>xml</type>
244             </dependency>
245
246             <!-- SNMP4SDN -->
247             <dependency>
248                 <groupId>org.opendaylight.snmp4sdn</groupId>
249                 <artifactId>features-snmp4sdn</artifactId>
250                 <version>${snmp4sdn.version}</version>
251                 <classifier>features</classifier>
252                 <type>xml</type>
253             </dependency>
254
255             <!-- SXP -->
256             <dependency>
257                 <groupId>org.opendaylight.sxp</groupId>
258                 <artifactId>features-sxp</artifactId>
259                 <version>${sxp.version}</version>
260                 <classifier>features</classifier>
261                 <type>xml</type>
262             </dependency>
263
264             <!-- TTP -->
265             <dependency>
266                 <groupId>org.opendaylight.ttp</groupId>
267                 <artifactId>features-ttp</artifactId>
268                 <version>${ttp.version}</version>
269                 <classifier>features</classifier>
270                 <type>xml</type>
271             </dependency>
272
273             <!-- USC -->
274             <dependency>
275                 <groupId>org.opendaylight.usc</groupId>
276                 <artifactId>usc-features</artifactId>
277                 <version>${usc.version}</version>
278                 <classifier>features</classifier>
279                 <type>xml</type>
280             </dependency>
281
282             <!-- VTN -->
283             <dependency>
284                 <groupId>org.opendaylight.vtn</groupId>
285                 <artifactId>features-vtn-manager</artifactId>
286                 <version>${vtn-manager.version}</version>
287                 <classifier>features</classifier>
288                 <type>xml</type>
289             </dependency>
290
291         </dependencies>
292     </dependencyManagement>
293 </project>