Bump versions by x.(y+1).z
[integration/distribution.git] / features / singles / odl-integration-compatible-with-all / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright (c) 2017 Cisco Systems, Inc. and others.  All rights reserved.
4
5  This program and the accompanying materials are made available under the
6  terms of the Eclipse Public License v1.0 which accompanies this distribution,
7  and is available at http://www.eclipse.org/legal/epl-v10.html
8  -->
9 <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">
10     <modelVersion>4.0.0</modelVersion>
11     <parent>
12         <groupId>org.opendaylight.odlparent</groupId>
13         <artifactId>single-feature-parent</artifactId>
14         <version>13.0.11</version>
15         <relativePath/>
16     </parent>
17     <groupId>org.opendaylight.integration</groupId>
18     <artifactId>odl-integration-compatible-with-all</artifactId>
19     <!-- TODO: Shorter name? -->
20     <version>0.21.0-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>Single feature containing all features compatible together.</description>
26     <url>https://wiki.opendaylight.org/x/ggYF</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/singles/odl-integration-compatible-with-all;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     <profiles>
54         <!-- AAA -->
55         <profile>
56             <id>aaa</id>
57             <activation>
58                 <activeByDefault>true</activeByDefault>
59             </activation>
60             <dependencies>
61                 <dependency>
62                     <groupId>org.opendaylight.aaa</groupId>
63                     <artifactId>odl-aaa-shiro</artifactId>
64                     <type>xml</type>
65                     <classifier>features</classifier>
66                 </dependency>
67             </dependencies>
68         </profile>
69         <!-- BGPCEP -->
70         <profile>
71             <id>bgpcep</id>
72             <activation>
73                 <activeByDefault>true</activeByDefault>
74             </activation>
75             <dependencies>
76                 <dependency>
77                     <groupId>org.opendaylight.bgpcep</groupId>
78                     <artifactId>odl-bgpcep-bgp</artifactId>
79                     <type>xml</type>
80                     <classifier>features</classifier>
81                 </dependency>
82                 <dependency>
83                     <groupId>org.opendaylight.bgpcep</groupId>
84                     <artifactId>odl-bgpcep-bmp</artifactId>
85                     <type>xml</type>
86                     <classifier>features</classifier>
87                 </dependency>
88                 <dependency>
89                     <groupId>org.opendaylight.bgpcep</groupId>
90                     <artifactId>odl-bgpcep-pcep</artifactId>
91                     <type>xml</type>
92                     <classifier>features</classifier>
93                 </dependency>
94                 <dependency>
95                     <groupId>org.opendaylight.bgpcep</groupId>
96                     <artifactId>odl-bgpcep-rsvp</artifactId>
97                     <type>xml</type>
98                     <classifier>features</classifier>
99                 </dependency>
100             </dependencies>
101         </profile>
102         <!-- Daexim -->
103         <profile>
104             <id>daexim</id>
105             <activation>
106                 <activeByDefault>true</activeByDefault>
107             </activation>
108             <dependencies>
109                 <dependency>
110                     <groupId>org.opendaylight.daexim</groupId>
111                     <artifactId>odl-daexim-all</artifactId>
112                     <type>xml</type>
113                     <classifier>features</classifier>
114                 </dependency>
115             </dependencies>
116         </profile>
117         <!-- jsonrpc -->
118         <profile>
119             <id>jsonrpc</id>
120             <activation>
121                 <activeByDefault>true</activeByDefault>
122             </activation>
123             <dependencies>
124                 <dependency>
125                     <groupId>org.opendaylight.jsonrpc</groupId>
126                     <artifactId>odl-jsonrpc-all</artifactId>
127                     <type>xml</type>
128                     <classifier>features</classifier>
129                 </dependency>
130             </dependencies>
131         </profile>
132         <!-- LISP Flow Mapping -->
133         <profile>
134             <id>lispflowmapping</id>
135             <activation>
136                 <activeByDefault>true</activeByDefault>
137             </activation>
138             <dependencies>
139                 <dependency>
140                     <groupId>org.opendaylight.lispflowmapping</groupId>
141                     <artifactId>odl-lispflowmapping-msmr</artifactId>
142                     <type>xml</type>
143                     <classifier>features</classifier>
144                 </dependency>
145             </dependencies>
146         </profile>
147         <!-- Netconf -->
148         <profile>
149             <id>netconf</id>
150             <activation>
151                 <activeByDefault>true</activeByDefault>
152             </activation>
153             <dependencies>
154                 <dependency>
155                     <groupId>org.opendaylight.netconf</groupId>
156                     <artifactId>odl-restconf</artifactId>
157                     <classifier>features</classifier>
158                     <type>xml</type>
159                 </dependency>
160                 <dependency>
161                     <groupId>org.opendaylight.netconf</groupId>
162                     <artifactId>odl-restconf-openapi</artifactId>
163                     <classifier>features</classifier>
164                     <type>xml</type>
165                 </dependency>
166             </dependencies>
167         </profile>
168         <!-- OpenflowPlugin -->
169         <profile>
170             <id>openflowplugin</id>
171             <activation>
172                 <activeByDefault>true</activeByDefault>
173             </activation>
174             <dependencies>
175                 <dependency>
176                     <groupId>org.opendaylight.openflowplugin</groupId>
177                     <artifactId>odl-openflowplugin-flow-services-rest</artifactId>
178                     <type>xml</type>
179                     <classifier>features</classifier>
180                 </dependency>
181                 <dependency>
182                     <groupId>org.opendaylight.openflowplugin</groupId>
183                     <artifactId>odl-openflowplugin-nxm-extensions</artifactId>
184                     <type>xml</type>
185                     <classifier>features</classifier>
186                 </dependency>
187             </dependencies>
188         </profile>
189         <!-- OVSDB -->
190         <profile>
191             <id>ovsdb</id>
192             <activation>
193                 <activeByDefault>true</activeByDefault>
194             </activation>
195             <dependencies>
196                 <dependency>
197                     <groupId>org.opendaylight.ovsdb</groupId>
198                     <artifactId>odl-ovsdb-library</artifactId>
199                     <type>xml</type>
200                     <classifier>features</classifier>
201                 </dependency>
202                 <dependency>
203                     <groupId>org.opendaylight.ovsdb</groupId>
204                     <artifactId>odl-ovsdb-hwvtepsouthbound</artifactId>
205                     <type>xml</type>
206                     <classifier>features</classifier>
207                 </dependency>
208                 <dependency>
209                     <groupId>org.opendaylight.ovsdb</groupId>
210                     <artifactId>odl-ovsdb-southbound-impl</artifactId>
211                     <type>xml</type>
212                     <classifier>features</classifier>
213                 </dependency>
214             </dependencies>
215         </profile>
216         <!-- TransportPCE -->
217         <profile>
218             <id>transportpce</id>
219             <activation>
220                 <activeByDefault>true</activeByDefault>
221             </activation>
222             <dependencies>
223                 <dependency>
224                     <groupId>org.opendaylight.transportpce</groupId>
225                     <artifactId>odl-transportpce</artifactId>
226                     <classifier>features</classifier>
227                     <type>xml</type>
228                 </dependency>
229                 <dependency>
230                     <groupId>org.opendaylight.transportpce</groupId>
231                     <artifactId>odl-transportpce-tapi</artifactId>
232                     <classifier>features</classifier>
233                     <type>xml</type>
234                 </dependency>
235                 <dependency>
236                     <groupId>org.opendaylight.transportpce</groupId>
237                     <artifactId>odl-transportpce-inventory</artifactId>
238                     <classifier>features</classifier>
239                     <type>xml</type>
240                 </dependency>
241                 <dependency>
242                     <groupId>org.opendaylight.transportpce</groupId>
243                     <artifactId>odl-transportpce-nbinotifications</artifactId>
244                     <classifier>features</classifier>
245                     <type>xml</type>
246                 </dependency>
247                 <dependency>
248                     <groupId>org.opendaylight.transportpce</groupId>
249                     <artifactId>odl-transportpce-dmaap-client</artifactId>
250                     <classifier>features</classifier>
251                     <type>xml</type>
252                 </dependency>
253             </dependencies>
254         </profile>
255         <!-- TransportPCE-models -->
256         <profile>
257             <id>transportpce-models</id>
258             <activation>
259                 <activeByDefault>true</activeByDefault>
260             </activation>
261             <dependencies>
262                 <dependency>
263                     <groupId>org.opendaylight.transportpce.models</groupId>
264                     <artifactId>odl-openroadm-devices</artifactId>
265                     <classifier>features</classifier>
266                     <type>xml</type>
267                 </dependency>
268                 <dependency>
269                     <groupId>org.opendaylight.transportpce.models</groupId>
270                     <artifactId>odl-openroadm-models</artifactId>
271                     <classifier>features</classifier>
272                     <type>xml</type>
273                 </dependency>
274                 <dependency>
275                     <groupId>org.opendaylight.transportpce.models</groupId>
276                     <artifactId>odl-tapi-2.4.0-models</artifactId>
277                     <classifier>features</classifier>
278                     <type>xml</type>
279                 </dependency>
280             </dependencies>
281         </profile>
282     </profiles>
283 </project>