Release mdsal
[mdsal.git] / features / odl-mdsal-model-rfc8348 / pom.xml
index e665ae0d732fa0b4825c0443811433d7c78d6dff..0c1031c42c4e39425689ca9691b073f67243ce26 100644 (file)
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>5.0.0-SNAPSHOT</version>
+        <version>13.0.2</version>
         <relativePath>../feature-parent</relativePath>
     </parent>
 
     <groupId>org.opendaylight.mdsal.model</groupId>
     <artifactId>odl-mdsal-model-rfc8348</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>13.0.2</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>