Release mdsal
[mdsal.git] / model / iana / pom.xml
index c632f4f97a52a767291404a003c6613824cb11df..04f4db28696d61bee4975fb59162baebd14b1a5d 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>3.1.3</version>
+        <version>10.0.2</version>
         <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.mdsal.model</groupId>
     <artifactId>model-iana-aggregator</artifactId>
-    <version>0.15.0-SNAPSHOT</version>
+    <version>9.0.3</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>
 
         <!-- RFC8294 and updates -->
         <module>iana-routing-types</module>
@@ -32,4 +34,9 @@
         <!-- RFC8348 and updates -->
         <module>iana-hardware</module>
     </modules>
+
+    <properties>
+        <maven.deploy.skip>true</maven.deploy.skip>
+        <maven.install.skip>true</maven.install.skip>
+    </properties>
 </project>