Release mdsal
[mdsal.git] / model / ietf / pom.xml
index e3de42baca7feefa8e637b4bf70a8a44b7b4f551..201ff38b1b7ff03462f85f77e4a3aa53d1eb8470 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>5.0.1</version>
+        <version>6.0.0</version>
         <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.mdsal.model</groupId>
     <artifactId>model-ietf-aggregator</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.1</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
         <!-- 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-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>