Bump versions by x.y.(z+1)
[mdsal.git] / common / features / features-mdsal / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4  Copyright (c) 2014 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" 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">
11     <modelVersion>4.0.0</modelVersion>
12     <parent>
13         <groupId>org.opendaylight.odlparent</groupId>
14         <artifactId>feature-repo-parent</artifactId>
15         <version>3.1.7</version>
16         <relativePath/>
17     </parent>
18
19     <groupId>org.opendaylight.mdsal</groupId>
20     <artifactId>features-mdsal</artifactId>
21     <version>2.5.4-SNAPSHOT</version>
22     <packaging>feature</packaging>
23
24     <dependencyManagement>
25         <dependencies>
26             <dependency>
27                 <groupId>org.opendaylight.mdsal</groupId>
28                 <artifactId>mdsal-artifacts</artifactId>
29                 <version>${project.version}</version>
30                 <scope>import</scope>
31                 <type>pom</type>
32             </dependency>
33         </dependencies>
34     </dependencyManagement>
35
36     <dependencies>
37         <!-- Binding -->
38         <dependency>
39             <groupId>${project.groupId}</groupId>
40             <artifactId>odl-mdsal-binding</artifactId>
41             <classifier>features</classifier>
42             <type>xml</type>
43         </dependency>
44         <dependency>
45             <groupId>${project.groupId}</groupId>
46             <artifactId>odl-mdsal-binding-api</artifactId>
47             <classifier>features</classifier>
48             <type>xml</type>
49         </dependency>
50         <dependency>
51             <groupId>${project.groupId}</groupId>
52             <artifactId>odl-mdsal-binding-base</artifactId>
53             <classifier>features</classifier>
54             <type>xml</type>
55         </dependency>
56         <dependency>
57             <groupId>${project.groupId}</groupId>
58             <artifactId>odl-mdsal-binding-dom-adapter</artifactId>
59             <classifier>features</classifier>
60             <type>xml</type>
61         </dependency>
62         <dependency>
63             <groupId>${project.groupId}</groupId>
64             <artifactId>odl-mdsal-binding-runtime</artifactId>
65             <classifier>features</classifier>
66             <type>xml</type>
67         </dependency>
68
69         <!-- Binding 2 -->
70         <dependency>
71             <groupId>${project.groupId}</groupId>
72             <artifactId>odl-mdsal-binding2</artifactId>
73             <classifier>features</classifier>
74             <type>xml</type>
75         </dependency>
76         <dependency>
77             <groupId>${project.groupId}</groupId>
78             <artifactId>odl-mdsal-binding2-api</artifactId>
79             <classifier>features</classifier>
80             <type>xml</type>
81         </dependency>
82         <dependency>
83             <groupId>${project.groupId}</groupId>
84             <artifactId>odl-mdsal-binding2-base</artifactId>
85             <classifier>features</classifier>
86             <type>xml</type>
87         </dependency>
88         <dependency>
89             <groupId>${project.groupId}</groupId>
90             <artifactId>odl-mdsal-binding2-dom-adapter</artifactId>
91             <classifier>features</classifier>
92             <type>xml</type>
93         </dependency>
94         <dependency>
95             <groupId>${project.groupId}</groupId>
96             <artifactId>odl-mdsal-binding2-runtime</artifactId>
97             <classifier>features</classifier>
98             <type>xml</type>
99         </dependency>
100
101         <!-- Common -->
102         <dependency>
103             <groupId>${project.groupId}</groupId>
104             <artifactId>odl-mdsal-common</artifactId>
105             <classifier>features</classifier>
106             <type>xml</type>
107         </dependency>
108
109         <!-- DOM -->
110         <dependency>
111             <groupId>${project.groupId}</groupId>
112             <artifactId>odl-mdsal-dom</artifactId>
113             <classifier>features</classifier>
114             <type>xml</type>
115         </dependency>
116         <dependency>
117             <groupId>${project.groupId}</groupId>
118             <artifactId>odl-mdsal-dom-api</artifactId>
119             <classifier>features</classifier>
120             <type>xml</type>
121         </dependency>
122         <dependency>
123             <groupId>${project.groupId}</groupId>
124             <artifactId>odl-mdsal-dom-broker</artifactId>
125             <classifier>features</classifier>
126             <type>xml</type>
127         </dependency>
128
129         <!-- EOS -->
130         <dependency>
131             <groupId>${project.groupId}</groupId>
132             <artifactId>odl-mdsal-eos-common</artifactId>
133             <classifier>features</classifier>
134             <type>xml</type>
135         </dependency>
136         <dependency>
137             <groupId>${project.groupId}</groupId>
138             <artifactId>odl-mdsal-eos-dom</artifactId>
139             <classifier>features</classifier>
140             <type>xml</type>
141         </dependency>
142         <dependency>
143             <groupId>${project.groupId}</groupId>
144             <artifactId>odl-mdsal-eos-binding</artifactId>
145             <classifier>features</classifier>
146             <type>xml</type>
147         </dependency>
148
149         <!-- Sinleton -->
150         <dependency>
151             <groupId>${project.groupId}</groupId>
152             <artifactId>odl-mdsal-singleton-common</artifactId>
153             <classifier>features</classifier>
154             <type>xml</type>
155         </dependency>
156         <dependency>
157             <groupId>${project.groupId}</groupId>
158             <artifactId>odl-mdsal-singleton-dom</artifactId>
159             <classifier>features</classifier>
160             <type>xml</type>
161         </dependency>
162     </dependencies>
163 </project>