Migrate to odlparent 1.8.0-Carbon
[mdsal.git] / common / artifacts / 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
12     <modelVersion>4.0.0</modelVersion>
13
14     <parent>
15       <groupId>org.opendaylight.odlparent</groupId>
16       <artifactId>odlparent-lite</artifactId>
17       <version>1.8.0-Carbon</version>
18       <relativePath/>
19     </parent>
20
21     <groupId>org.opendaylight.mdsal</groupId>
22     <artifactId>mdsal-artifacts</artifactId>
23     <version>2.3.0-SNAPSHOT</version>
24     <packaging>pom</packaging>
25
26     <dependencyManagement>
27         <dependencies>
28
29             <dependency>
30                 <groupId>org.opendaylight.mdsal</groupId>
31                 <artifactId>features-mdsal</artifactId>
32                 <classifier>features</classifier>
33                 <version>${project.version}</version>
34                 <type>xml</type>
35             </dependency>
36
37             <!-- Common APIs for Binding and DOM -->
38             <dependency>
39                 <groupId>org.opendaylight.mdsal</groupId>
40                 <artifactId>mdsal-common-api</artifactId>
41                 <version>${project.version}</version>
42             </dependency>
43
44             <dependency>
45                 <groupId>org.opendaylight.mdsal</groupId>
46                 <artifactId>mdsal-dom-api</artifactId>
47                 <version>${project.version}</version>
48             </dependency>
49             <dependency>
50                 <groupId>org.opendaylight.mdsal</groupId>
51                 <artifactId>mdsal-dom-spi</artifactId>
52                 <version>${project.version}</version>
53             </dependency>
54             <dependency>
55                 <groupId>org.opendaylight.mdsal</groupId>
56                 <artifactId>mdsal-dom-broker</artifactId>
57                 <version>${project.version}</version>
58             </dependency>
59             <dependency>
60                 <groupId>org.opendaylight.mdsal</groupId>
61                 <artifactId>mdsal-dom-inmemory-datastore</artifactId>
62                 <version>${project.version}</version>
63             </dependency>
64
65             <!-- Binding MD-SAL & Java Binding -->
66             <dependency>
67                 <groupId>org.opendaylight.mdsal</groupId>
68                 <artifactId>maven-sal-api-gen-plugin</artifactId>
69                 <version>0.11.0-SNAPSHOT</version>
70             </dependency>
71             <dependency>
72                 <groupId>org.opendaylight.mdsal</groupId>
73                 <artifactId>mdsal-binding-generator-api</artifactId>
74                 <version>0.11.0-SNAPSHOT</version>
75             </dependency>
76             <dependency>
77                 <groupId>org.opendaylight.mdsal</groupId>
78                 <artifactId>mdsal-binding-generator-util</artifactId>
79                 <version>0.11.0-SNAPSHOT</version>
80             </dependency>
81             <dependency>
82                 <groupId>org.opendaylight.mdsal</groupId>
83                 <artifactId>mdsal-binding-generator-impl</artifactId>
84                 <version>0.11.0-SNAPSHOT</version>
85             </dependency>
86             <dependency>
87                 <groupId>org.opendaylight.mdsal</groupId>
88                 <artifactId>mdsal-binding-java-api-generator</artifactId>
89                 <version>0.11.0-SNAPSHOT</version>
90             </dependency>
91             <dependency>
92                 <groupId>org.opendaylight.mdsal</groupId>
93                 <artifactId>yang-binding</artifactId>
94                 <version>0.11.0-SNAPSHOT</version>
95             </dependency>
96             <dependency>
97                 <groupId>org.opendaylight.mdsal</groupId>
98                 <artifactId>mdsal-binding-dom-codec</artifactId>
99                 <version>0.11.0-SNAPSHOT</version>
100             </dependency>
101             <dependency>
102                 <groupId>org.opendaylight.mdsal</groupId>
103                 <artifactId>mdsal-binding-dom-codec-osgi</artifactId>
104                 <version>0.11.0-SNAPSHOT</version>
105             </dependency>
106
107             <dependency>
108                 <groupId>org.opendaylight.mdsal</groupId>
109                 <artifactId>mdsal-binding-api</artifactId>
110                 <version>${project.version}</version>
111             </dependency>
112             <dependency>
113                 <groupId>org.opendaylight.mdsal</groupId>
114                 <artifactId>mdsal-binding-dom-adapter</artifactId>
115                 <version>${project.version}</version>
116             </dependency>
117             <dependency>
118                 <groupId>org.opendaylight.mdsal</groupId>
119                 <artifactId>mdsal-binding-dom-adapter</artifactId>
120                 <version>${project.version}</version>
121                 <type>test-jar</type>
122                 <scope>test</scope>
123             </dependency>
124             <dependency>
125                 <groupId>org.opendaylight.mdsal</groupId>
126                 <artifactId>mdsal-binding-util</artifactId>
127                 <version>${project.version}</version>
128             </dependency>
129             <dependency>
130                 <groupId>org.opendaylight.mdsal</groupId>
131                 <artifactId>mdsal-binding-test-utils</artifactId>
132                 <version>${project.version}</version>
133             </dependency>
134
135             <dependency>
136                 <groupId>org.opendaylight.mdsal.model</groupId>
137                 <artifactId>yang-ext</artifactId>
138                 <version>2013.09.07.11.0-SNAPSHOT</version>
139             </dependency>
140             <dependency>
141                 <groupId>org.opendaylight.mdsal.model</groupId>
142                 <artifactId>general-entity</artifactId>
143                 <version>0.11.0-SNAPSHOT</version>
144             </dependency>
145             <dependency>
146                 <groupId>org.opendaylight.mdsal</groupId>
147                 <artifactId>mdsal-binding-test-model</artifactId>
148                 <version>0.11.0-SNAPSHOT</version>
149                 <scope>test</scope>
150             </dependency>
151
152             <!-- Binding specification version 2-->
153             <dependency>
154                 <groupId>org.opendaylight.mdsal</groupId>
155                 <artifactId>mdsal-binding2-maven-api-gen-plugin</artifactId>
156                 <version>0.11.0-SNAPSHOT</version>
157             </dependency>
158             <dependency>
159                 <groupId>org.opendaylight.mdsal</groupId>
160                 <artifactId>mdsal-binding2-dom-codec</artifactId>
161                 <version>0.11.0-SNAPSHOT</version>
162             </dependency>
163             <dependency>
164                 <groupId>org.opendaylight.mdsal</groupId>
165                 <artifactId>mdsal-binding2-api</artifactId>
166                 <version>0.11.0-SNAPSHOT</version>
167             </dependency>
168             <dependency>
169                 <groupId>org.opendaylight.mdsal</groupId>
170                 <artifactId>mdsal-binding2-dom-adapter</artifactId>
171                 <version>0.11.0-SNAPSHOT</version>
172             </dependency>
173             <dependency>
174                 <groupId>org.opendaylight.mdsal</groupId>
175                 <artifactId>mdsal-binding2-test-model</artifactId>
176                 <version>0.11.0-SNAPSHOT</version>
177                 <scope>test</scope>
178             </dependency>
179             <dependency>
180                 <groupId>org.opendaylight.mdsal</groupId>
181                 <artifactId>mdsal-binding2-generator-api</artifactId>
182                 <version>0.11.0-SNAPSHOT</version>
183             </dependency>
184             <dependency>
185                 <groupId>org.opendaylight.mdsal</groupId>
186                 <artifactId>mdsal-binding2-spec</artifactId>
187                 <version>0.11.0-SNAPSHOT</version>
188             </dependency>
189             <dependency>
190                 <groupId>org.opendaylight.mdsal</groupId>
191                 <artifactId>mdsal-binding2-generator-impl</artifactId>
192                 <version>0.11.0-SNAPSHOT</version>
193             </dependency>
194             <dependency>
195                 <groupId>org.opendaylight.mdsal</groupId>
196                 <artifactId>mdsal-binding2-java-api-generator</artifactId>
197                 <version>0.11.0-SNAPSHOT</version>
198             </dependency>
199             <dependency>
200                 <groupId>org.opendaylight.mdsal</groupId>
201                 <artifactId>mdsal-binding2-generator-util</artifactId>
202                 <version>0.11.0-SNAPSHOT</version>
203             </dependency>
204             <dependency>
205                 <groupId>org.opendaylight.mdsal</groupId>
206                 <artifactId>mdsal-binding2-util</artifactId>
207                 <version>0.11.0-SNAPSHOT</version>
208             </dependency>
209             <dependency>
210                 <groupId>org.opendaylight.mdsal</groupId>
211                 <artifactId>mdsal-eos-common-api</artifactId>
212                 <version>${project.version}</version>
213             </dependency>
214             <dependency>
215                 <groupId>org.opendaylight.mdsal</groupId>
216                 <artifactId>mdsal-eos-common-spi</artifactId>
217                 <version>${project.version}</version>
218             </dependency>
219             <dependency>
220                 <groupId>org.opendaylight.mdsal</groupId>
221                 <artifactId>mdsal-eos-dom-api</artifactId>
222                 <version>${project.version}</version>
223             </dependency>
224             <dependency>
225                 <groupId>org.opendaylight.mdsal</groupId>
226                 <artifactId>mdsal-eos-dom-simple</artifactId>
227                 <version>${project.version}</version>
228             </dependency>
229             <dependency>
230                 <groupId>org.opendaylight.mdsal</groupId>
231                 <artifactId>mdsal-eos-binding-api</artifactId>
232                 <version>${project.version}</version>
233             </dependency>
234             <dependency>
235                 <groupId>org.opendaylight.mdsal</groupId>
236                 <artifactId>mdsal-eos-binding-adapter</artifactId>
237                 <version>${project.version}</version>
238             </dependency>
239             <dependency>
240                 <groupId>org.opendaylight.mdsal</groupId>
241                 <artifactId>mdsal-singleton-common-api</artifactId>
242                 <version>${project.version}</version>
243             </dependency>
244             <dependency>
245                 <groupId>org.opendaylight.mdsal</groupId>
246                 <artifactId>mdsal-singleton-dom-impl</artifactId>
247                 <version>${project.version}</version>
248             </dependency>
249
250             <!-- Features -->
251             <dependency>
252                 <groupId>${project.groupId}</groupId>
253                 <artifactId>odl-mdsal-binding</artifactId>
254                 <version>${project.version}</version>
255                 <classifier>features</classifier>
256                 <type>xml</type>
257             </dependency>
258             <dependency>
259                 <groupId>${project.groupId}</groupId>
260                 <artifactId>odl-mdsal-dom</artifactId>
261                 <version>${project.version}</version>
262                 <classifier>features</classifier>
263                 <type>xml</type>
264             </dependency>
265             <dependency>
266                 <groupId>${project.groupId}</groupId>
267                 <artifactId>odl-mdsal-common</artifactId>
268                 <version>${project.version}</version>
269                 <classifier>features</classifier>
270                 <type>xml</type>
271             </dependency>
272             <dependency>
273                 <groupId>${project.groupId}</groupId>
274                 <artifactId>odl-mdsal-dom-api</artifactId>
275                 <version>${project.version}</version>
276                 <classifier>features</classifier>
277                 <type>xml</type>
278             </dependency>
279             <dependency>
280                 <groupId>${project.groupId}</groupId>
281                 <artifactId>odl-mdsal-dom-broker</artifactId>
282                 <version>${project.version}</version>
283                 <classifier>features</classifier>
284                 <type>xml</type>
285             </dependency>
286             <dependency>
287                 <groupId>${project.groupId}</groupId>
288                 <artifactId>odl-mdsal-binding-base</artifactId>
289                 <version>${project.version}</version>
290                 <classifier>features</classifier>
291                 <type>xml</type>
292             </dependency>
293             <dependency>
294                 <groupId>${project.groupId}</groupId>
295                 <artifactId>odl-mdsal-binding-runtime</artifactId>
296                 <version>${project.version}</version>
297                 <classifier>features</classifier>
298                 <type>xml</type>
299             </dependency>
300             <dependency>
301                 <groupId>${project.groupId}</groupId>
302                 <artifactId>odl-mdsal-binding-api</artifactId>
303                 <version>${project.version}</version>
304                 <classifier>features</classifier>
305                 <type>xml</type>
306             </dependency>
307             <dependency>
308                 <groupId>${project.groupId}</groupId>
309                 <artifactId>odl-mdsal-binding-dom-adapter</artifactId>
310                 <version>${project.version}</version>
311                 <classifier>features</classifier>
312                 <type>xml</type>
313             </dependency>
314             <dependency>
315                 <groupId>${project.groupId}</groupId>
316                 <artifactId>odl-mdsal-eos-common</artifactId>
317                 <version>${project.version}</version>
318                 <classifier>features</classifier>
319                 <type>xml</type>
320             </dependency>
321             <dependency>
322                 <groupId>${project.groupId}</groupId>
323                 <artifactId>odl-mdsal-eos-dom</artifactId>
324                 <version>${project.version}</version>
325                 <classifier>features</classifier>
326                 <type>xml</type>
327             </dependency>
328             <dependency>
329                 <groupId>${project.groupId}</groupId>
330                 <artifactId>odl-mdsal-eos-binding</artifactId>
331                 <version>${project.version}</version>
332                 <classifier>features</classifier>
333                 <type>xml</type>
334             </dependency>
335             <dependency>
336                 <groupId>${project.groupId}</groupId>
337                 <artifactId>odl-mdsal-singleton-common</artifactId>
338                 <version>${project.version}</version>
339                 <classifier>features</classifier>
340                 <type>xml</type>
341             </dependency>
342             <dependency>
343                 <groupId>${project.groupId}</groupId>
344                 <artifactId>odl-mdsal-singleton-dom</artifactId>
345                 <version>${project.version}</version>
346                 <classifier>features</classifier>
347                 <type>xml</type>
348             </dependency>
349         </dependencies>
350     </dependencyManagement>
351
352   <!--
353       Maven Site Configuration
354
355       The following configuration is necessary for maven-site-plugin to
356       correctly identify the correct deployment path for OpenDaylight Maven
357       sites.
358   -->
359   <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
360
361   <distributionManagement>
362     <site>
363       <id>opendaylight-site</id>
364       <url>${nexus.site.url}/${project.artifactId}/</url>
365     </site>
366   </distributionManagement>
367
368 </project>