Bump versions to 4.0.14-SNAPSHOT
[mdsal.git] / model / ietf / pom.xml
index b2a66bb5227cd0c744461f802bc34c0b6db3c4b1..94bc398560dddcd7fc84dd9e333fc50bac8abd00 100644 (file)
 <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">
 
     <parent>
-        <artifactId>model-parent</artifactId>
-        <groupId>org.opendaylight.yangtools.model</groupId>
-        <version>0.7.0-SNAPSHOT</version>
+        <groupId>org.opendaylight.odlparent</groupId>
+        <artifactId>odlparent-lite</artifactId>
+        <version>5.0.6</version>
+        <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <artifactId>model-ietf</artifactId>
+    <groupId>org.opendaylight.mdsal.model</groupId>
+    <artifactId>model-ietf-aggregator</artifactId>
+    <version>4.0.14-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
 
     <modules>
-        <module>ietf-inet-types</module>
-        <module>ietf-yang-types</module>
-        <module>ietf-yang-types-20130715</module>
+        <!-- RFC6991 -->
+        <module>rfc6991</module>
+        <module>rfc6991-ietf-inet-types</module>
+        <module>rfc6991-ietf-yang-types</module>
+        <module>ietf-type-util</module>
+
+        <!-- RFC7223 Interface Management -->
+        <!-- FIXME: superseded by RFC8343 -->
+        <module>rfc7223</module>
+
+        <!-- RFC7277 IP Management -->
+        <!-- FIXME: superseded by RFC8344 -->
+        <module>rfc7277</module>
+
+        <!-- RFC7895 YANG Module Library -->
+        <!-- FIXME: superseded by RFC8525 -->
+        <module>rfc7895</module>
+
+        <!-- RFC7895 YANG Metadata -->
+        <module>rfc7952</module>
+
+        <!-- RFC8294 Common YANG Data Types for the Routing Area -->
+        <module>rfc8294</module>
+        <module>rfc8294-ietf-routing-types</module>
+
+        <!-- RFC8342 Network Management Datastore Architecture -->
+        <module>rfc8342</module>
+        <module>rfc8342-ietf-datastores</module>
+        <module>rfc8342-ietf-origin</module>
+
+        <!-- RFC8343 Interface Management -->
+        <module>rfc8343</module>
+
+        <!-- RFC8344 IP Management -->
+        <module>rfc8344</module>
+
+        <!-- RFC8345 Network Topologies -->
+        <module>rfc8345</module>
+        <module>rfc8345-ietf-network</module>
+        <module>rfc8345-ietf-network-state</module>
+        <module>rfc8345-ietf-network-topology</module>
+        <module>rfc8345-ietf-network-topology-state</module>
+
+        <!-- RFC8348 Hardware Management -->
+        <module>rfc8348</module>
+        <module>rfc8348-ietf-hardware</module>
+        <module>rfc8348-ietf-hardware-state</module>
+
+        <!-- RFC8349 Routing Management -->
+        <module>rfc8349</module>
+        <module>rfc8349-ietf-routing</module>
+        <module>rfc8349-ietf-ipv4-unicast-routing</module>
+        <module>rfc8349-ietf-ipv6-unicast-routing</module>
+
+        <!-- RFC8519 Network Access Control Lists -->
+        <module>rfc8519</module>
+        <module>rfc8519-ietf-access-control-list</module>
+        <module>rfc8519-ietf-ethertypes</module>
+        <module>rfc8519-ietf-packet-fields</module>
+
+        <!-- RFC8520 Manufacturer Usage Description -->
+        <module>rfc8520</module>
+        <module>rfc8520-ietf-acldns</module>
+        <module>rfc8520-ietf-mud</module>
+
+        <!-- RFC8528 YANG Library -->
+        <module>rfc8525</module>
+
+        <!-- RFC8528 YANG Schema Mount -->
+        <module>rfc8528</module>
+
+        <!-- RFC8529 Network Instances -->
+        <module>rfc8529</module>
+
+        <!-- RFC8530 Logical Network Elements -->
+        <module>rfc8530</module>
+
+        <!-- Legacy Network Access Control Lists -->
+        <module>ietf-packet-fields</module>
+        <module>ietf-access-control-list</module>
+
+        <module>ietf-lisp-address-types</module>
+
+        <!-- Legacy IETF topology models -->
         <module>ietf-ted</module>
         <module>ietf-topology</module>
         <module>ietf-topology-isis</module>
         <module>ietf-topology-l3-unicast-igp</module>
         <module>ietf-topology-ospf</module>
+
+        <!-- Legacy RESTCONF -->
+        <!-- FIXME: move this to the netconf project -->
         <module>ietf-restconf</module>
-        <!--module>ietf-netconf</module -->
     </modules>
+
+    <properties>
+        <maven.deploy.skip>true</maven.deploy.skip>
+        <maven.install.skip>true</maven.install.skip>
+    </properties>
 </project>