Bump versions to 5.0.17-SNAPSHOT
[mdsal.git] / model / ietf / pom.xml
index 37fda1821aef024683b7cc83e004d907e02f9657..418fa0b1c4824e2cfbe37ad9f12c7000cd55dcbc 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>5.0.2-SNAPSHOT</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>5.0.0-SNAPSHOT</version>
+    <version>5.0.17-SNAPSHOT</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>