Bump odlparent/yangtools to 5.0.4/3.0.7
[mdsal.git] / model / iana / pom.xml
index 558b3189d7133e8e39375ebca46949fee045584c..f1ed523f53fd3fa4ed6bfba7c88b7a4062a46390 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
+        <version>5.0.4</version>
         <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.mdsal.model</groupId>
     <artifactId>model-iana-aggregator</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
+    <version>4.0.8-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>iana-if-type-2014-05-08</module>
-        <!--
-        <module>ietf-topology-l3-unicast-igp</module>
-        <module>ietf-topology-isis</module>
-        <module>ietf-topology-ospf</module>
-         -->
-    </modules>
+        <module>rfc7224-20180703-iana-if-type</module>
 
-  <!--
-      Maven Site Configuration
+        <!-- RFC8294 and updates -->
+        <module>iana-routing-types</module>
 
-      The following configuration is necessary for maven-site-plugin to
-      correctly identify the correct deployment path for OpenDaylight Maven
-      sites.
-  -->
-  <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
+        <!-- RFC8348 and updates -->
+        <module>iana-hardware</module>
 
-  <distributionManagement>
-    <site>
-      <id>opendaylight-site</id>
-      <url>${nexus.site.url}/${project.artifactId}/</url>
-    </site>
-  </distributionManagement>
+        <!-- drafts -->
+        <module>iana-afn-safi</module>
+    </modules>
 
+    <properties>
+        <maven.deploy.skip>true</maven.deploy.skip>
+        <maven.install.skip>true</maven.install.skip>
+    </properties>
 </project>