Rename RFC6991 model artifacts
[mdsal.git] / model / ietf / pom.xml
index 51d83f1112011ace5227def8749f449b1c6c8e04..d9f333b017b53f2691d12cf3456d31ec164d8633 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>3.1.3</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.mdsal.model</groupId>
     <artifactId>model-ietf-aggregator</artifactId>
-    <version>0.13.0-SNAPSHOT</version>
+    <version>0.15.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
 
     <modules>
         <!-- RFC6991 -->
-        <module>ietf-inet-types-2013-07-15</module>
-        <module>ietf-yang-types-20130715</module>
+        <module>rfc6991</module>
+        <module>rfc6991-ietf-inet-types</module>
+        <module>rfc6991-ietf-yang-types</module>
         <module>ietf-type-util</module>
 
         <!-- RFC7223 -->
         <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>