Bump to odlparent-5.0.6/yangtools-3.0.10
[mdsal.git] / model / iana / pom.xml
index 80af5069736e0ccadae09b816c5523dbe5479c8a..d9fa243963e3a86badf5f4b994a21c19636e7f77 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>4.0.2</version>
+        <version>5.0.6</version>
         <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.mdsal.model</groupId>
     <artifactId>model-iana-aggregator</artifactId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>4.0.12-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
@@ -27,6 +27,7 @@
     <modules>
         <!-- RFC7224 and updates -->
         <module>iana-if-type</module>
+        <module>rfc7224-20180703-iana-if-type</module>
 
         <!-- RFC8294 and updates -->
         <module>iana-routing-types</module>
         <module>iana-afn-safi</module>
     </modules>
 
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-deploy-plugin</artifactId>
-                <configuration>
-                    <skip>true</skip>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-install-plugin</artifactId>
-                <configuration>
-                    <skip>true</skip>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
+    <properties>
+        <maven.deploy.skip>true</maven.deploy.skip>
+        <maven.install.skip>true</maven.install.skip>
+    </properties>
 </project>