Bump versions by x.y.(z+1)
[mdsal.git] / model / iana / pom.xml
index 843c084db3211070576c3a4672ea2307132cc1e2..8e0c3e11ff608d19c7b4bd43bc0f14c88627765e 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.8.0-SNAPSHOT</version>
-        <relativePath>../pom.xml</relativePath>
+        <groupId>org.opendaylight.odlparent</groupId>
+        <artifactId>odlparent-lite</artifactId>
+        <version>3.1.7</version>
+        <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <artifactId>model-iana</artifactId>
+    <groupId>org.opendaylight.mdsal.model</groupId>
+    <artifactId>model-iana-aggregator</artifactId>
+    <version>0.13.4-SNAPSHOT</version>
     <packaging>pom</packaging>
+
     <modules>
         <module>iana-afn-safi</module>
-        <module>iana-if-type</module>
         <module>iana-if-type-2014-05-08</module>
-        <!-- 
-        <module>ietf-topology-l3-unicast-igp</module>
-        <module>ietf-topology-isis</module>
-        <module>ietf-topology-ospf</module>
-         -->
+
+        <!-- RFC8294 and updates -->
+        <module>iana-routing-types</module>
+
+        <!-- RFC8348 and updates -->
+        <module>iana-hardware</module>
     </modules>
 </project>