Release mdsal
[mdsal.git] / model / ietf / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4  Copyright (c) 2013 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     <parent>
13         <groupId>org.opendaylight.odlparent</groupId>
14         <artifactId>odlparent-lite</artifactId>
15         <version>13.0.10</version>
16         <relativePath/>
17     </parent>
18
19     <modelVersion>4.0.0</modelVersion>
20     <groupId>org.opendaylight.mdsal.model</groupId>
21     <artifactId>model-ietf-aggregator</artifactId>
22     <version>13.0.0</version>
23     <packaging>pom</packaging>
24     <name>${project.artifactId}</name>
25     <description>${project.artifactId}</description>
26
27     <modules>
28         <!-- RFC6991 -->
29         <module>rfc6991-ietf-inet-types</module>
30         <module>rfc6991-ietf-yang-types</module>
31         <module>ietf-type-util</module>
32
33         <!-- RFC7952 YANG Metadata -->
34         <module>rfc7952</module>
35
36         <!-- RFC8040 RESTCONF -->
37         <module>rfc8040</module>
38
39         <!-- RFC8072 YANG Patch -->
40         <module>rfc8072</module>
41
42         <!-- RFC8294 Common YANG Data Types for the Routing Area -->
43         <module>rfc8294-ietf-routing-types</module>
44
45         <!-- RFC8342 Network Management Datastore Architecture -->
46         <module>rfc8342-ietf-datastores</module>
47         <module>rfc8342-ietf-origin</module>
48
49         <!-- RFC8343 Interface Management -->
50         <module>rfc8343</module>
51
52         <!-- RFC8344 IP Management -->
53         <module>rfc8344</module>
54
55         <!-- RFC8345 Network Topologies -->
56         <module>rfc8345-ietf-network</module>
57         <module>rfc8345-ietf-network-state</module>
58         <module>rfc8345-ietf-network-topology</module>
59         <module>rfc8345-ietf-network-topology-state</module>
60
61         <!-- RFC8346 Layer 3 Topologies -->
62         <module>rfc8346-ietf-l3-unicast-topology</module>
63         <module>rfc8346-ietf-l3-unicast-topology-state</module>
64
65         <!-- RFC8348 Hardware Management -->
66         <module>rfc8348-ietf-hardware</module>
67         <module>rfc8348-ietf-hardware-state</module>
68
69         <!-- RFC8349 Routing Management -->
70         <module>rfc8349-ietf-routing</module>
71         <module>rfc8349-ietf-ipv4-unicast-routing</module>
72         <module>rfc8349-ietf-ipv6-unicast-routing</module>
73
74         <!-- RFC8519 Network Access Control Lists -->
75         <module>rfc8519-ietf-access-control-list</module>
76         <module>rfc8519-ietf-ethertypes</module>
77         <module>rfc8519-ietf-packet-fields</module>
78
79         <!-- RFC8520 Manufacturer Usage Description -->
80         <module>rfc8520-ietf-acldns</module>
81         <module>rfc8520-ietf-mud</module>
82
83         <!-- RFC8528 YANG Library -->
84         <module>rfc8525</module>
85
86         <!-- RFC8528 YANG Schema Mount -->
87         <module>rfc8528</module>
88
89         <!-- RFC8529 Network Instances -->
90         <module>rfc8529</module>
91
92         <!-- RFC8530 Logical Network Elements -->
93         <module>rfc8530</module>
94
95         <!-- RFC8542 Fabric Topology in Data-Center Networks -->
96         <module>rfc8542-ietf-dc-fabric-topology</module>
97         <module>rfc8542-ietf-dc-fabric-types</module>
98
99         <!-- RFC8776 Common YANG Data Types for Traffic Engineering -->
100         <module>rfc8776-ietf-te-types</module>
101         <module>rfc8776-ietf-te-packet-types</module>
102
103         <!-- RFC8795 YANG Data Model for Traffic Engineering (TE) Topologies -->
104         <module>rfc8795-ietf-te-topology</module>
105         <module>rfc8795-ietf-te-topology-state</module>
106
107         <!-- RFC8819 YANG Module Tags -->
108         <module>rfc8819-ietf-module-tags</module>
109         <module>rfc8819-ietf-module-tags-state</module>
110
111         <!-- Legacy IETF topology models -->
112         <module>ietf-topology</module>
113     </modules>
114
115     <properties>
116         <maven.deploy.skip>true</maven.deploy.skip>
117         <maven.install.skip>true</maven.install.skip>
118     </properties>
119 </project>