Bump versions by x.y.(z+1)
[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>2.0.4</version>
18       <relativePath/>
19     </parent>
20
21     <groupId>org.opendaylight.mdsal</groupId>
22     <artifactId>mdsal-artifacts</artifactId>
23     <version>2.3.1-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.1-SNAPSHOT</version>
70             </dependency>
71             <dependency>
72                 <groupId>org.opendaylight.mdsal</groupId>
73                 <artifactId>mdsal-binding-generator-api</artifactId>
74                 <version>0.11.1-SNAPSHOT</version>
75             </dependency>
76             <dependency>
77                 <groupId>org.opendaylight.mdsal</groupId>
78                 <artifactId>mdsal-binding-generator-util</artifactId>
79                 <version>0.11.1-SNAPSHOT</version>
80             </dependency>
81             <dependency>
82                 <groupId>org.opendaylight.mdsal</groupId>
83                 <artifactId>mdsal-binding-generator-impl</artifactId>
84                 <version>0.11.1-SNAPSHOT</version>
85             </dependency>
86             <dependency>
87                 <groupId>org.opendaylight.mdsal</groupId>
88                 <artifactId>mdsal-binding-java-api-generator</artifactId>
89                 <version>0.11.1-SNAPSHOT</version>
90             </dependency>
91             <dependency>
92                 <groupId>org.opendaylight.mdsal</groupId>
93                 <artifactId>yang-binding</artifactId>
94                 <version>0.11.1-SNAPSHOT</version>
95             </dependency>
96             <dependency>
97                 <groupId>org.opendaylight.mdsal</groupId>
98                 <artifactId>mdsal-binding-dom-codec</artifactId>
99                 <version>0.11.1-SNAPSHOT</version>
100             </dependency>
101             <dependency>
102                 <groupId>org.opendaylight.mdsal</groupId>
103                 <artifactId>mdsal-binding-dom-codec-osgi</artifactId>
104                 <version>0.11.1-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.1-SNAPSHOT</version>
139             </dependency>
140             <dependency>
141                 <groupId>org.opendaylight.mdsal.model</groupId>
142                 <artifactId>general-entity</artifactId>
143                 <version>0.11.1-SNAPSHOT</version>
144             </dependency>
145             <dependency>
146                 <groupId>org.opendaylight.mdsal</groupId>
147                 <artifactId>mdsal-binding-test-model</artifactId>
148                 <version>0.11.1-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.1-SNAPSHOT</version>
157             </dependency>
158             <dependency>
159                 <groupId>org.opendaylight.mdsal</groupId>
160                 <artifactId>mdsal-binding2-runtime</artifactId>
161                 <version>0.11.1-SNAPSHOT</version>
162             </dependency>
163             <dependency>
164                 <groupId>org.opendaylight.mdsal</groupId>
165                 <artifactId>mdsal-binding2-dom-codec</artifactId>
166                 <version>0.11.1-SNAPSHOT</version>
167             </dependency>
168             <dependency>
169                 <groupId>org.opendaylight.mdsal</groupId>
170                 <artifactId>mdsal-binding2-api</artifactId>
171                 <version>0.11.1-SNAPSHOT</version>
172             </dependency>
173             <dependency>
174                 <groupId>org.opendaylight.mdsal</groupId>
175                 <artifactId>mdsal-binding2-dom-adapter</artifactId>
176                 <version>0.11.1-SNAPSHOT</version>
177             </dependency>
178             <dependency>
179                 <groupId>org.opendaylight.mdsal</groupId>
180                 <artifactId>mdsal-binding2-test-model</artifactId>
181                 <version>0.11.1-SNAPSHOT</version>
182                 <scope>test</scope>
183             </dependency>
184             <dependency>
185                 <groupId>org.opendaylight.mdsal</groupId>
186                 <artifactId>mdsal-binding2-generator-api</artifactId>
187                 <version>0.11.1-SNAPSHOT</version>
188             </dependency>
189             <dependency>
190                 <groupId>org.opendaylight.mdsal</groupId>
191                 <artifactId>mdsal-binding2-spec</artifactId>
192                 <version>0.11.1-SNAPSHOT</version>
193             </dependency>
194             <dependency>
195                 <groupId>org.opendaylight.mdsal</groupId>
196                 <artifactId>mdsal-binding2-generator-impl</artifactId>
197                 <version>0.11.1-SNAPSHOT</version>
198             </dependency>
199             <dependency>
200                 <groupId>org.opendaylight.mdsal</groupId>
201                 <artifactId>mdsal-binding2-java-api-generator</artifactId>
202                 <version>0.11.1-SNAPSHOT</version>
203             </dependency>
204             <dependency>
205                 <groupId>org.opendaylight.mdsal</groupId>
206                 <artifactId>mdsal-binding2-generator-util</artifactId>
207                 <version>0.11.1-SNAPSHOT</version>
208             </dependency>
209             <dependency>
210                 <groupId>org.opendaylight.mdsal</groupId>
211                 <artifactId>mdsal-binding2-util</artifactId>
212                 <version>0.11.1-SNAPSHOT</version>
213             </dependency>
214             <dependency>
215                 <groupId>org.opendaylight.mdsal</groupId>
216                 <artifactId>mdsal-eos-common-api</artifactId>
217                 <version>${project.version}</version>
218             </dependency>
219             <dependency>
220                 <groupId>org.opendaylight.mdsal</groupId>
221                 <artifactId>mdsal-eos-common-spi</artifactId>
222                 <version>${project.version}</version>
223             </dependency>
224             <dependency>
225                 <groupId>org.opendaylight.mdsal</groupId>
226                 <artifactId>mdsal-eos-dom-api</artifactId>
227                 <version>${project.version}</version>
228             </dependency>
229             <dependency>
230                 <groupId>org.opendaylight.mdsal</groupId>
231                 <artifactId>mdsal-eos-dom-simple</artifactId>
232                 <version>${project.version}</version>
233             </dependency>
234             <dependency>
235                 <groupId>org.opendaylight.mdsal</groupId>
236                 <artifactId>mdsal-eos-binding-api</artifactId>
237                 <version>${project.version}</version>
238             </dependency>
239             <dependency>
240                 <groupId>org.opendaylight.mdsal</groupId>
241                 <artifactId>mdsal-eos-binding-adapter</artifactId>
242                 <version>${project.version}</version>
243             </dependency>
244             <dependency>
245                 <groupId>org.opendaylight.mdsal</groupId>
246                 <artifactId>mdsal-singleton-common-api</artifactId>
247                 <version>${project.version}</version>
248             </dependency>
249             <dependency>
250                 <groupId>org.opendaylight.mdsal</groupId>
251                 <artifactId>mdsal-singleton-dom-impl</artifactId>
252                 <version>${project.version}</version>
253             </dependency>
254
255             <!-- Features -->
256             <dependency>
257                 <groupId>${project.groupId}</groupId>
258                 <artifactId>odl-mdsal-binding</artifactId>
259                 <version>${project.version}</version>
260                 <classifier>features</classifier>
261                 <type>xml</type>
262             </dependency>
263             <dependency>
264                 <groupId>${project.groupId}</groupId>
265                 <artifactId>odl-mdsal-dom</artifactId>
266                 <version>${project.version}</version>
267                 <classifier>features</classifier>
268                 <type>xml</type>
269             </dependency>
270             <dependency>
271                 <groupId>${project.groupId}</groupId>
272                 <artifactId>odl-mdsal-common</artifactId>
273                 <version>${project.version}</version>
274                 <classifier>features</classifier>
275                 <type>xml</type>
276             </dependency>
277             <dependency>
278                 <groupId>${project.groupId}</groupId>
279                 <artifactId>odl-mdsal-dom-api</artifactId>
280                 <version>${project.version}</version>
281                 <classifier>features</classifier>
282                 <type>xml</type>
283             </dependency>
284             <dependency>
285                 <groupId>${project.groupId}</groupId>
286                 <artifactId>odl-mdsal-dom-broker</artifactId>
287                 <version>${project.version}</version>
288                 <classifier>features</classifier>
289                 <type>xml</type>
290             </dependency>
291             <dependency>
292                 <groupId>${project.groupId}</groupId>
293                 <artifactId>odl-mdsal-binding-base</artifactId>
294                 <version>${project.version}</version>
295                 <classifier>features</classifier>
296                 <type>xml</type>
297             </dependency>
298             <dependency>
299                 <groupId>${project.groupId}</groupId>
300                 <artifactId>odl-mdsal-binding-runtime</artifactId>
301                 <version>${project.version}</version>
302                 <classifier>features</classifier>
303                 <type>xml</type>
304             </dependency>
305             <dependency>
306                 <groupId>${project.groupId}</groupId>
307                 <artifactId>odl-mdsal-binding-api</artifactId>
308                 <version>${project.version}</version>
309                 <classifier>features</classifier>
310                 <type>xml</type>
311             </dependency>
312             <dependency>
313                 <groupId>${project.groupId}</groupId>
314                 <artifactId>odl-mdsal-binding-dom-adapter</artifactId>
315                 <version>${project.version}</version>
316                 <classifier>features</classifier>
317                 <type>xml</type>
318             </dependency>
319             <dependency>
320                 <groupId>${project.groupId}</groupId>
321                 <artifactId>odl-mdsal-eos-common</artifactId>
322                 <version>${project.version}</version>
323                 <classifier>features</classifier>
324                 <type>xml</type>
325             </dependency>
326             <dependency>
327                 <groupId>${project.groupId}</groupId>
328                 <artifactId>odl-mdsal-eos-dom</artifactId>
329                 <version>${project.version}</version>
330                 <classifier>features</classifier>
331                 <type>xml</type>
332             </dependency>
333             <dependency>
334                 <groupId>${project.groupId}</groupId>
335                 <artifactId>odl-mdsal-eos-binding</artifactId>
336                 <version>${project.version}</version>
337                 <classifier>features</classifier>
338                 <type>xml</type>
339             </dependency>
340             <dependency>
341                 <groupId>${project.groupId}</groupId>
342                 <artifactId>odl-mdsal-singleton-common</artifactId>
343                 <version>${project.version}</version>
344                 <classifier>features</classifier>
345                 <type>xml</type>
346             </dependency>
347             <dependency>
348                 <groupId>${project.groupId}</groupId>
349                 <artifactId>odl-mdsal-singleton-dom</artifactId>
350                 <version>${project.version}</version>
351                 <classifier>features</classifier>
352                 <type>xml</type>
353             </dependency>
354         </dependencies>
355     </dependencyManagement>
356
357   <!--
358       Maven Site Configuration
359
360       The following configuration is necessary for maven-site-plugin to
361       correctly identify the correct deployment path for OpenDaylight Maven
362       sites.
363   -->
364   <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
365
366   <distributionManagement>
367     <site>
368       <id>opendaylight-site</id>
369       <url>${nexus.site.url}/${project.artifactId}/</url>
370     </site>
371   </distributionManagement>
372
373 </project>