Release mdsal
[mdsal.git] / features / odl-mdsal-model-rfc8294 / pom.xml
index da4252bccb1a3d4bdcbbfb01aab42463cf7c8f4c..661d60054d47af4caaff758f438ed8717d6f0ab6 100644 (file)
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>6.0.1-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../feature-parent</relativePath>
     </parent>
 
     <groupId>org.opendaylight.mdsal.model</groupId>
     <artifactId>odl-mdsal-model-rfc8294</artifactId>
-    <version>6.0.1-SNAPSHOT</version>
+    <version>13.0.0</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: MD-SAL :: Model :: RFC8294</name>
     <description>Models from RFC8294</description>
             <classifier>features</classifier>
             <type>xml</type>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
+            <artifactId>iana-routing-types</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc8294</artifactId>
+            <artifactId>rfc8294-ietf-routing-types</artifactId>
         </dependency>
     </dependencies>
 </project>