Bump versions by x.y.(z+1)
[mdsal.git] / model / 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>3.1.7</version>
18       <relativePath/>
19     </parent>
20
21     <groupId>org.opendaylight.mdsal.model</groupId>
22     <artifactId>mdsal-model-artifacts</artifactId>
23     <version>0.13.4-SNAPSHOT</version>
24     <packaging>pom</packaging>
25
26     <properties>
27         <!-- Model versions -->
28         <ietf.topology.version>2013.10.21.13.4-SNAPSHOT</ietf.topology.version>
29     </properties>
30
31     <dependencyManagement>
32         <dependencies>
33             <dependency>
34                 <groupId>org.opendaylight.mdsal.model</groupId>
35                 <artifactId>opendaylight-l2-types</artifactId>
36                 <version>2013.08.27.13.4-SNAPSHOT</version>
37             </dependency>
38             <dependency>
39                 <groupId>org.opendaylight.mdsal.model</groupId>
40                 <artifactId>general-entity</artifactId>
41                 <version>0.13.4-SNAPSHOT</version>
42             </dependency>
43
44             <!-- RFC6991 -->
45             <!-- FIXME: harmonize packaging of these two, as per the discussion at
46                  https://lists.opendaylight.org/pipermail/mdsal-dev/2018-April/001656.html -->
47             <dependency>
48                 <groupId>org.opendaylight.mdsal.model</groupId>
49                 <artifactId>ietf-inet-types-2013-07-15</artifactId>
50                 <version>1.5.4-SNAPSHOT</version>
51             </dependency>
52             <dependency>
53                 <groupId>org.opendaylight.mdsal.model</groupId>
54                 <artifactId>ietf-yang-types-20130715</artifactId>
55                 <version>2013.07.15.13.4-SNAPSHOT</version>
56             </dependency>
57             <dependency>
58                 <groupId>org.opendaylight.mdsal.model</groupId>
59                 <artifactId>ietf-type-util</artifactId>
60                 <version>2.1.4-SNAPSHOT</version>
61             </dependency>
62
63             <!-- RFC7223 -->
64             <!-- FIXME: upgrade this to RFC8343 (2018-02-20, NMDA) -->
65             <dependency>
66                 <groupId>org.opendaylight.mdsal.model</groupId>
67                 <artifactId>ietf-interfaces</artifactId>
68                 <version>2014.05.08.13.4-SNAPSHOT</version>
69             </dependency>
70
71             <!-- RFC7224, live version lives here: https://github.com/YangModels/yang/blob/master/standard/ietf/RFC/iana-if-type.yang -->
72             <dependency>
73                 <groupId>org.opendaylight.mdsal.model</groupId>
74                 <artifactId>iana-if-type-2014-05-08</artifactId>
75                 <version>2014.05.08.13.4-SNAPSHOT</version>
76             </dependency>
77
78             <!-- RFC7277 -->
79             <!-- FIXME: upgrade this to RFC8344 (2018-02-22, NMDA) -->
80             <dependency>
81                 <groupId>org.opendaylight.mdsal.model</groupId>
82                 <artifactId>ietf-ip-2014-06-16</artifactId>
83                 <version>2014.06.16.13.4-SNAPSHOT</version>
84             </dependency>
85
86             <!-- RFC7895 -->
87             <dependency>
88                 <groupId>org.opendaylight.mdsal.model</groupId>
89                 <artifactId>rfc7895</artifactId>
90                 <version>1.0.4-SNAPSHOT</version>
91             </dependency>
92
93             <!-- RFC7952 -->
94             <dependency>
95                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
96                 <artifactId>rfc7952</artifactId>
97                 <version>1.0.4-SNAPSHOT</version>
98             </dependency>
99
100             <!-- RFC8294 -->
101             <dependency>
102                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
103                 <artifactId>rfc8294</artifactId>
104                 <version>1.0.4-SNAPSHOT</version>
105             </dependency>
106             <dependency>
107                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
108                 <artifactId>rfc8294-ietf-routing-types</artifactId>
109                 <version>1.0.4-SNAPSHOT</version>
110             </dependency>
111             <dependency>
112                 <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
113                 <artifactId>iana-routing-types</artifactId>
114                 <version>1.0.4-SNAPSHOT</version>
115             </dependency>
116
117             <!-- RFC8342 -->
118             <dependency>
119                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
120                 <artifactId>rfc8342</artifactId>
121                 <version>1.0.4-SNAPSHOT</version>
122             </dependency>
123             <dependency>
124                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
125                 <artifactId>rfc8342-ietf-datastores</artifactId>
126                 <version>1.0.4-SNAPSHOT</version>
127             </dependency>
128             <dependency>
129                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
130                 <artifactId>rfc8342-ietf-origin</artifactId>
131                 <version>1.0.4-SNAPSHOT</version>
132             </dependency>
133
134             <!-- RFC8343 -->
135             <dependency>
136                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
137                 <artifactId>rfc8343</artifactId>
138                 <version>1.0.4-SNAPSHOT</version>
139             </dependency>
140
141             <!-- RFC8344 -->
142             <dependency>
143                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
144                 <artifactId>rfc8344</artifactId>
145                 <version>1.0.4-SNAPSHOT</version>
146             </dependency>
147
148             <!-- RFC8345 -->
149             <dependency>
150                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
151                 <artifactId>rfc8345</artifactId>
152                 <version>1.0.4-SNAPSHOT</version>
153             </dependency>
154             <dependency>
155                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
156                 <artifactId>rfc8345-ietf-network</artifactId>
157                 <version>1.0.4-SNAPSHOT</version>
158             </dependency>
159             <dependency>
160                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
161                 <artifactId>rfc8345-ietf-network-state</artifactId>
162                 <version>1.0.4-SNAPSHOT</version>
163             </dependency>
164             <dependency>
165                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
166                 <artifactId>rfc8345-ietf-network-topology</artifactId>
167                 <version>1.0.4-SNAPSHOT</version>
168             </dependency>
169             <dependency>
170                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
171                 <artifactId>rfc8345-ietf-network-topology-state</artifactId>
172                 <version>1.0.4-SNAPSHOT</version>
173             </dependency>
174
175             <!-- RFC8348 -->
176             <dependency>
177                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
178                 <artifactId>rfc8348</artifactId>
179                 <version>1.0.4-SNAPSHOT</version>
180             </dependency>
181             <dependency>
182                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
183                 <artifactId>rfc8348-ietf-hardware</artifactId>
184                 <version>1.0.4-SNAPSHOT</version>
185             </dependency>
186             <dependency>
187                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
188                 <artifactId>rfc8348-ietf-hardware-state</artifactId>
189                 <version>1.0.4-SNAPSHOT</version>
190             </dependency>
191             <dependency>
192                 <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
193                 <artifactId>iana-hardware</artifactId>
194                 <version>1.0.4-SNAPSHOT</version>
195             </dependency>
196
197             <!-- RFC8349 -->
198             <dependency>
199                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
200                 <artifactId>rfc8349</artifactId>
201                 <version>1.0.4-SNAPSHOT</version>
202             </dependency>
203             <dependency>
204                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
205                 <artifactId>rfc8349-ietf-routing</artifactId>
206                 <version>1.0.4-SNAPSHOT</version>
207             </dependency>
208             <dependency>
209                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
210                 <artifactId>rfc8349-ietf-ipv4-unicast-routing</artifactId>
211                 <version>1.0.4-SNAPSHOT</version>
212             </dependency>
213             <dependency>
214                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
215                 <artifactId>rfc8349-ietf-ipv6-unicast-routing</artifactId>
216                 <version>1.0.4-SNAPSHOT</version>
217             </dependency>
218
219             <!-- draft-bierman-netconf-restconf-02 -->
220             <!-- FIXME: upgrade to RFC8040 -->
221             <dependency>
222                 <groupId>org.opendaylight.mdsal.model</groupId>
223                 <artifactId>ietf-restconf</artifactId>
224                 <version>2013.10.19.13.4-SNAPSHOT</version>
225             </dependency>
226
227             <!-- draft-clemm-netmod-yang-network-topo-01 -->
228             <!-- FIXME: figure out migration path towads:
229                         RFC8345
230                         RFC8346
231                         draft-ietf-teas-yang-te-topo-15 (?)
232                         draft-ietf-teas-yang-l3-te-topo-01 (?) -->
233             <dependency>
234                 <groupId>org.opendaylight.mdsal.model</groupId>
235                 <artifactId>ietf-ted</artifactId>
236                 <version>${ietf.topology.version}</version>
237             </dependency>
238             <dependency>
239                 <groupId>org.opendaylight.mdsal.model</groupId>
240                 <artifactId>ietf-topology</artifactId>
241                 <version>${ietf.topology.version}</version>
242             </dependency>
243             <dependency>
244                 <groupId>org.opendaylight.mdsal.model</groupId>
245                 <artifactId>ietf-topology-isis</artifactId>
246                 <version>${ietf.topology.version}</version>
247             </dependency>
248             <dependency>
249                 <groupId>org.opendaylight.mdsal.model</groupId>
250                 <artifactId>ietf-topology-l3-unicast-igp</artifactId>
251                 <version>${ietf.topology.version}</version>
252             </dependency>
253             <dependency>
254                 <groupId>org.opendaylight.mdsal.model</groupId>
255                 <artifactId>ietf-topology-ospf</artifactId>
256                 <version>${ietf.topology.version}</version>
257             </dependency>
258             <dependency>
259                 <groupId>org.opendaylight.mdsal.model</groupId>
260                 <artifactId>ietf-topology-l3-unicast</artifactId>
261                 <version>${ietf.topology.version}</version>
262             </dependency>
263             <dependency>
264                 <groupId>org.opendaylight.mdsal.model</groupId>
265                 <artifactId>ietf-lisp-address-types-2015-11-05</artifactId>
266                 <version>1.2.4-SNAPSHOT</version>
267             </dependency>
268
269             <!-- draft-ietf-netmod-acl-model-07 -->
270             <!-- FIXME: figure out the upgrade path towards
271                         draft-ietf-netmod-acl-model-18 -->
272             <dependency>
273                 <groupId>org.opendaylight.mdsal.model</groupId>
274                 <artifactId>ietf-packet-fields</artifactId>
275                 <version>0.11.4-SNAPSHOT</version>
276             </dependency>
277             <dependency>
278                 <groupId>org.opendaylight.mdsal.model</groupId>
279                 <artifactId>ietf-access-control-list</artifactId>
280                 <version>0.11.4-SNAPSHOT</version>
281             </dependency>
282
283             <!-- draft-ietf-netmod-iana-afn-safi-00, expired -->
284             <dependency>
285                 <groupId>org.opendaylight.mdsal.model</groupId>
286                 <artifactId>iana-afn-safi</artifactId>
287                 <version>2013.07.04.13.4-SNAPSHOT</version>
288             </dependency>
289
290             <!-- Features -->
291             <dependency>
292                 <groupId>org.opendaylight.mdsal.model</groupId>
293                 <artifactId>features-mdsal-model</artifactId>
294                 <classifier>features</classifier>
295                 <version>0.13.4-SNAPSHOT</version>
296                 <type>xml</type>
297             </dependency>
298             <dependency>
299                 <groupId>org.opendaylight.mdsal.model</groupId>
300                 <artifactId>odl-mdsal-model-rfc6991</artifactId>
301                 <version>1.0.4-SNAPSHOT</version>
302                 <classifier>features</classifier>
303                 <type>xml</type>
304             </dependency>
305             <dependency>
306                 <groupId>org.opendaylight.mdsal.model</groupId>
307                 <artifactId>odl-mdsal-model-rfc7223</artifactId>
308                 <version>1.0.4-SNAPSHOT</version>
309                 <classifier>features</classifier>
310                 <type>xml</type>
311             </dependency>
312             <dependency>
313                 <groupId>org.opendaylight.mdsal.model</groupId>
314                 <artifactId>odl-mdsal-model-rfc7224</artifactId>
315                 <version>1.0.4-SNAPSHOT</version>
316                 <classifier>features</classifier>
317                 <type>xml</type>
318             </dependency>
319             <dependency>
320                 <groupId>org.opendaylight.mdsal.model</groupId>
321                 <artifactId>odl-mdsal-model-rfc7277</artifactId>
322                 <version>1.0.4-SNAPSHOT</version>
323                 <classifier>features</classifier>
324                 <type>xml</type>
325             </dependency>
326             <dependency>
327                 <groupId>org.opendaylight.mdsal.model</groupId>
328                 <artifactId>odl-mdsal-model-rfc7895</artifactId>
329                 <version>1.0.4-SNAPSHOT</version>
330                 <classifier>features</classifier>
331                 <type>xml</type>
332             </dependency>
333             <dependency>
334                 <groupId>org.opendaylight.mdsal.model</groupId>
335                 <artifactId>odl-mdsal-model-rfc7952</artifactId>
336                 <version>1.0.4-SNAPSHOT</version>
337                 <classifier>features</classifier>
338                 <type>xml</type>
339             </dependency>
340             <dependency>
341                 <groupId>org.opendaylight.mdsal.model</groupId>
342                 <artifactId>odl-mdsal-model-rfc8294</artifactId>
343                 <version>1.0.4-SNAPSHOT</version>
344                 <classifier>features</classifier>
345                 <type>xml</type>
346             </dependency>
347             <dependency>
348                 <groupId>org.opendaylight.mdsal.model</groupId>
349                 <artifactId>odl-mdsal-model-rfc8342</artifactId>
350                 <version>1.0.4-SNAPSHOT</version>
351                 <classifier>features</classifier>
352                 <type>xml</type>
353             </dependency>
354             <dependency>
355                 <groupId>org.opendaylight.mdsal.model</groupId>
356                 <artifactId>odl-mdsal-model-rfc8343</artifactId>
357                 <version>1.0.4-SNAPSHOT</version>
358                 <classifier>features</classifier>
359                 <type>xml</type>
360             </dependency>
361             <dependency>
362                 <groupId>org.opendaylight.mdsal.model</groupId>
363                 <artifactId>odl-mdsal-model-rfc8344</artifactId>
364                 <version>1.0.4-SNAPSHOT</version>
365                 <classifier>features</classifier>
366                 <type>xml</type>
367             </dependency>
368             <dependency>
369                 <groupId>org.opendaylight.mdsal.model</groupId>
370                 <artifactId>odl-mdsal-model-rfc8345</artifactId>
371                 <version>1.0.4-SNAPSHOT</version>
372                 <classifier>features</classifier>
373                 <type>xml</type>
374             </dependency>
375             <dependency>
376                 <groupId>org.opendaylight.mdsal.model</groupId>
377                 <artifactId>odl-mdsal-model-rfc8345-non-nmda</artifactId>
378                 <version>1.0.4-SNAPSHOT</version>
379                 <classifier>features</classifier>
380                 <type>xml</type>
381             </dependency>
382             <dependency>
383                 <groupId>org.opendaylight.mdsal.model</groupId>
384                 <artifactId>odl-mdsal-model-rfc8348</artifactId>
385                 <version>1.0.4-SNAPSHOT</version>
386                 <classifier>features</classifier>
387                 <type>xml</type>
388             </dependency>
389             <dependency>
390                 <groupId>org.opendaylight.mdsal.model</groupId>
391                 <artifactId>odl-mdsal-model-rfc8348-non-nmda</artifactId>
392                 <version>1.0.4-SNAPSHOT</version>
393                 <classifier>features</classifier>
394                 <type>xml</type>
395             </dependency>
396             <dependency>
397                 <groupId>org.opendaylight.mdsal.model</groupId>
398                 <artifactId>odl-mdsal-model-rfc8349</artifactId>
399                 <version>1.0.4-SNAPSHOT</version>
400                 <classifier>features</classifier>
401                 <type>xml</type>
402             </dependency>
403
404             <dependency>
405                 <groupId>org.opendaylight.mdsal.model</groupId>
406                 <artifactId>odl-mdsal-model-draft-bierman-netconf-restconf-02</artifactId>
407                 <version>1.0.4-SNAPSHOT</version>
408                 <classifier>features</classifier>
409                 <type>xml</type>
410             </dependency>
411             <dependency>
412                 <groupId>org.opendaylight.mdsal.model</groupId>
413                 <artifactId>odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01</artifactId>
414                 <version>1.0.4-SNAPSHOT</version>
415                 <classifier>features</classifier>
416                 <type>xml</type>
417             </dependency>
418             <dependency>
419                 <groupId>org.opendaylight.mdsal.model</groupId>
420                 <artifactId>odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal</artifactId>
421                 <version>1.0.4-SNAPSHOT</version>
422                 <classifier>features</classifier>
423                 <type>xml</type>
424             </dependency>
425             <dependency>
426                 <groupId>org.opendaylight.mdsal.model</groupId>
427                 <artifactId>odl-mdsal-model-draft-ietf-lisp-lcaf-10</artifactId>
428                 <version>1.0.4-SNAPSHOT</version>
429                 <classifier>features</classifier>
430                 <type>xml</type>
431             </dependency>
432             <dependency>
433                 <groupId>org.opendaylight.mdsal.model</groupId>
434                 <artifactId>odl-mdsal-model-draft-ietf-netmod-acl-model-07</artifactId>
435                 <version>1.0.4-SNAPSHOT</version>
436                 <classifier>features</classifier>
437                 <type>xml</type>
438             </dependency>
439             <dependency>
440                 <groupId>org.opendaylight.mdsal.model</groupId>
441                 <artifactId>odl-mdsal-model-draft-ietf-netmod-iana-afn-safi-00</artifactId>
442                 <version>1.0.4-SNAPSHOT</version>
443                 <classifier>features</classifier>
444                 <type>xml</type>
445             </dependency>
446             <dependency>
447                 <groupId>org.opendaylight.mdsal.model</groupId>
448                 <artifactId>odl-mdsal-model-odl-l2-types</artifactId>
449                 <version>1.0.4-SNAPSHOT</version>
450                 <classifier>features</classifier>
451                 <type>xml</type>
452             </dependency>
453         </dependencies>
454     </dependencyManagement>
455 </project>