Bump versions to 5.0.17-SNAPSHOT
[mdsal.git] / model / ietf / pom.xml
index ff63476e2cbb9074e6b29b6662ba0ac37eb3b3c4..418fa0b1c4824e2cfbe37ad9f12c7000cd55dcbc 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>4.0.0</version>
+        <version>6.0.12</version>
         <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.mdsal.model</groupId>
     <artifactId>model-ietf-aggregator</artifactId>
-    <version>0.15.0-SNAPSHOT</version>
+    <version>5.0.17-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
@@ -40,6 +40,7 @@
         <module>rfc7277</module>
 
         <!-- RFC7895 YANG Module Library -->
+        <!-- FIXME: superseded by RFC8525 -->
         <module>rfc7895</module>
 
         <!-- RFC7895 YANG Metadata -->
         <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>
+
+        <!-- RFC8542 Fabric Topology in Data-Center Networks -->
+        <module>rfc8542</module>
+        <module>rfc8542-ietf-dc-fabric-topology</module>
+        <module>rfc8542-ietf-dc-fabric-types</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-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>
     </modules>
+
+    <properties>
+        <maven.deploy.skip>true</maven.deploy.skip>
+        <maven.install.skip>true</maven.install.skip>
+    </properties>
 </project>