Remove convenience model artifacts
[mdsal.git] / features / odl-mdsal-model-rfc6991 / pom.xml
index d87a966ef13510177fa51b39180c21e36589a32a..1cb7b0e73e27f0342123056f061637c4b69f3c18 100644 (file)
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>7.0.5-SNAPSHOT</version>
+        <version>12.0.0-SNAPSHOT</version>
         <relativePath>../feature-parent</relativePath>
     </parent>
 
     <groupId>org.opendaylight.mdsal.model</groupId>
     <artifactId>odl-mdsal-model-rfc6991</artifactId>
-    <version>7.0.5-SNAPSHOT</version>
+    <version>12.0.0-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: MD-SAL :: Model :: RFC6991</name>
     <description>Models from RFC6991</description>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc6991</artifactId>
+            <artifactId>rfc6991-ietf-inet-types</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+            <artifactId>rfc6991-ietf-yang-types</artifactId>
         </dependency>
     </dependencies>
 </project>