Release mdsal
[mdsal.git] / model / ietf / pom.xml
index 02540720158e781c38c2283cadbbae0df1f4bc0b..9b940aa5f5047b2e3f757346140e308d21a37f28 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>9.0.13</version>
+        <version>10.0.2</version>
         <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.mdsal.model</groupId>
     <artifactId>model-ietf-aggregator</artifactId>
-    <version>9.0.0-SNAPSHOT</version>
+    <version>9.0.3</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
@@ -37,6 +37,9 @@
         <!-- RFC8040 RESTCONF -->
         <module>rfc8040</module>
 
+        <!-- RFC8072 YANG Patch -->
+        <module>rfc8072</module>
+
         <!-- RFC8294 Common YANG Data Types for the Routing Area -->
         <module>rfc8294</module>
         <module>rfc8294-ietf-routing-types</module>
         <module>rfc8795-ietf-te-topology</module>
         <module>rfc8795-ietf-te-topology-state</module>
 
+        <!-- RFC8819 YANG Module Tags -->
+        <module>rfc8819-ietf-module-tags</module>
+        <module>rfc8819-ietf-module-tags-state</module>
+
         <!-- Legacy IETF topology models -->
         <module>ietf-topology</module>
     </modules>