Release mdsal
[mdsal.git] / features / odl-mdsal-model-rfc8348 / pom.xml
index 9bfd3682f6c2f7c045b193d4128842283a886d3b..c73baba1295ffe8d1494d9762c87e780e18edcbf 100644 (file)
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>8.0.5-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../feature-parent</relativePath>
     </parent>
 
     <groupId>org.opendaylight.mdsal.model</groupId>
     <artifactId>odl-mdsal-model-rfc8348</artifactId>
-    <version>8.0.5-SNAPSHOT</version>
+    <version>13.0.0</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: MD-SAL :: Model :: RFC8348</name>
     <description>NMDA models from RFC8348</description>
             <classifier>features</classifier>
             <type>xml</type>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
+            <artifactId>iana-hardware</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+            <artifactId>rfc8348-ietf-hardware</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc8348</artifactId>
+            <artifactId>rfc8348-ietf-hardware-state</artifactId>
         </dependency>
     </dependencies>
 </project>