Bump odlparent/yangtools to 5.0.10/3.0.15
[mdsal.git] / model / iana / pom.xml
index 12b34b1851caa864d023db1d750d1a3d7b5a1769..109790fe02017bbbf97a4a4b553d4aa172c25e4e 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>3.1.3</version>
+        <version>5.0.10</version>
         <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.mdsal.model</groupId>
     <artifactId>model-iana-aggregator</artifactId>
-    <version>0.13.0-SNAPSHOT</version>
+    <version>4.0.17-SNAPSHOT</version>
     <packaging>pom</packaging>
+    <name>${project.artifactId}</name>
+    <description>${project.artifactId}</description>
 
     <modules>
-        <module>iana-afn-safi</module>
-        <module>iana-if-type-2014-05-08</module>
+        <!-- RFC7224 and updates -->
+        <module>iana-if-type</module>
+        <module>rfc7224-20180703-iana-if-type</module>
 
         <!-- RFC8294 and updates -->
         <module>iana-routing-types</module>
+
+        <!-- RFC8348 and updates -->
+        <module>iana-hardware</module>
+
+        <!-- drafts -->
+        <module>iana-afn-safi</module>
     </modules>
+
+    <properties>
+        <maven.deploy.skip>true</maven.deploy.skip>
+        <maven.install.skip>true</maven.install.skip>
+    </properties>
 </project>