Bump versions to 11.0.1-SNAPSHOT
[odlparent.git] / features / features-odlparent / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright © 2016 Red Hat, 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"
10          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12     <modelVersion>4.0.0</modelVersion>
13
14     <parent>
15         <groupId>org.opendaylight.odlparent</groupId>
16         <artifactId>feature-repo-parent</artifactId>
17         <version>11.0.1-SNAPSHOT</version>
18         <relativePath>../../feature-repo-parent</relativePath>
19     </parent>
20
21     <artifactId>features-odlparent</artifactId>
22     <packaging>feature</packaging>
23
24     <name>ODL :: odlparent :: ${project.artifactId}</name>
25     <description>OpenDaylight third-party features</description>
26
27     <dependencies>
28         <dependency>
29             <groupId>${project.groupId}</groupId>
30             <artifactId>odl-antlr4</artifactId>
31             <classifier>features</classifier>
32             <type>xml</type>
33         </dependency>
34
35         <dependency>
36             <groupId>${project.groupId}</groupId>
37             <artifactId>odl-apache-commons-lang3</artifactId>
38             <classifier>features</classifier>
39             <type>xml</type>
40         </dependency>
41         <dependency>
42             <groupId>${project.groupId}</groupId>
43             <artifactId>odl-apache-commons-text</artifactId>
44             <classifier>features</classifier>
45             <type>xml</type>
46         </dependency>
47
48         <dependency>
49             <groupId>${project.groupId}</groupId>
50             <artifactId>odl-dropwizard-metrics</artifactId>
51             <classifier>features</classifier>
52             <type>xml</type>
53         </dependency>
54
55         <dependency>
56             <groupId>${project.groupId}</groupId>
57             <artifactId>odl-gson</artifactId>
58             <classifier>features</classifier>
59             <type>xml</type>
60         </dependency>
61
62         <dependency>
63             <groupId>${project.groupId}</groupId>
64             <artifactId>odl-guava</artifactId>
65             <classifier>features</classifier>
66             <type>xml</type>
67         </dependency>
68
69         <dependency>
70             <groupId>${project.groupId}</groupId>
71             <artifactId>odl-jackson-2.13</artifactId>
72             <classifier>features</classifier>
73             <type>xml</type>
74         </dependency>
75
76         <dependency>
77             <groupId>${project.groupId}</groupId>
78             <artifactId>odl-javassist-3</artifactId>
79             <classifier>features</classifier>
80             <type>xml</type>
81         </dependency>
82
83         <dependency>
84             <groupId>${project.groupId}</groupId>
85             <artifactId>odl-jersey-2</artifactId>
86             <classifier>features</classifier>
87             <type>xml</type>
88         </dependency>
89
90         <dependency>
91             <groupId>org.opendaylight.odlparent</groupId>
92             <artifactId>odl-karaf-feat-jdbc</artifactId>
93             <classifier>features</classifier>
94             <type>xml</type>
95         </dependency>
96         <dependency>
97             <groupId>org.opendaylight.odlparent</groupId>
98             <artifactId>odl-karaf-feat-jetty</artifactId>
99             <classifier>features</classifier>
100             <type>xml</type>
101         </dependency>
102         <dependency>
103             <groupId>org.opendaylight.odlparent</groupId>
104             <artifactId>odl-karaf-feat-war</artifactId>
105             <classifier>features</classifier>
106             <type>xml</type>
107         </dependency>
108
109         <dependency>
110             <groupId>${project.groupId}</groupId>
111             <artifactId>odl-lmax-3</artifactId>
112             <classifier>features</classifier>
113             <type>xml</type>
114         </dependency>
115
116         <dependency>
117             <groupId>${project.groupId}</groupId>
118             <artifactId>odl-netty-4</artifactId>
119             <classifier>features</classifier>
120             <type>xml</type>
121         </dependency>
122
123         <dependency>
124             <groupId>${project.groupId}</groupId>
125             <artifactId>odl-servlet-api</artifactId>
126             <classifier>features</classifier>
127             <type>xml</type>
128         </dependency>
129
130         <dependency>
131             <groupId>${project.groupId}</groupId>
132             <artifactId>odl-stax2-api</artifactId>
133             <classifier>features</classifier>
134             <type>xml</type>
135         </dependency>
136
137         <dependency>
138             <groupId>${project.groupId}</groupId>
139             <artifactId>odl-woodstox</artifactId>
140             <classifier>features</classifier>
141             <type>xml</type>
142         </dependency>
143
144         <dependency>
145             <groupId>${project.groupId}</groupId>
146             <artifactId>odl-ws-rs-api</artifactId>
147             <classifier>features</classifier>
148             <type>xml</type>
149         </dependency>
150     </dependencies>
151 </project>