Bump versions to 4.0.15-SNAPSHOT
[mdsal.git] / model / iana / pom.xml
index 2f9e7104bb24adc81b662521b5439a4f4b39af0b..4ddcc592d2a87bd38f453f6dfd7b047cda3bac3f 100644 (file)
@@ -1,21 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- vi: set et smarttab sw=4 tabstop=4: -->
+<!--
+ Copyright (c) 2013 Cisco Systems, Inc. and others.  All rights reserved.
+
+ This program and the accompanying materials are made available under the
+ terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ and is available at http://www.eclipse.org/legal/epl-v10.html
+-->
 <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.1.1-SNAPSHOT</version>
+        <groupId>org.opendaylight.odlparent</groupId>
+        <artifactId>odlparent-lite</artifactId>
+        <version>5.0.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>4.0.15-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>