Bump odlparent/yangtools to 5.0.11/3.0.16
[mdsal.git] / model / iana / pom.xml
index 4894d42e722fb03e3d0bafeec52fbc8476011b7f..85d09fcddd1143ca757b5fc51b0f0336d54899a8 100644 (file)
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
     <parent>
-        <artifactId>model-parent</artifactId>
-        <groupId>org.opendaylight.yangtools.model</groupId>
-        <version>0.7.0-SNAPSHOT</version>
-        <relativePath>../pom.xml</relativePath>
+        <groupId>org.opendaylight.odlparent</groupId>
+        <artifactId>odlparent-lite</artifactId>
+        <version>5.0.11</version>
+        <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <artifactId>model-iana</artifactId>
+    <groupId>org.opendaylight.mdsal.model</groupId>
+    <artifactId>model-iana-aggregator</artifactId>
+    <version>4.0.17-SNAPSHOT</version>
     <packaging>pom</packaging>
+    <name>${project.artifactId}</name>
+    <description>${project.artifactId}</description>
+
     <modules>
-        <module>iana-afn-safi</module>
+        <!-- RFC7224 and updates -->
         <module>iana-if-type</module>
-        <!-- 
-        <module>ietf-topology-l3-unicast-igp</module>
-        <module>ietf-topology-isis</module>
-        <module>ietf-topology-ospf</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>