Rename RFC6991 model artifacts
[mdsal.git] / model / ietf / pom.xml
index b010a898c2f333e18ebbddc625afd9ca5c775403..d9f333b017b53f2691d12cf3456d31ec164d8633 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>3.1.3</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.mdsal.model</groupId>
     <artifactId>model-ietf-aggregator</artifactId>
-    <version>0.14.0-SNAPSHOT</version>
+    <version>0.15.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
 
     <modules>
         <!-- RFC6991 -->
-        <module>ietf-inet-types-2013-07-15</module>
-        <module>ietf-yang-types-20130715</module>
+        <module>rfc6991</module>
+        <module>rfc6991-ietf-inet-types</module>
+        <module>rfc6991-ietf-yang-types</module>
         <module>ietf-type-util</module>
 
         <!-- RFC7223 -->