Release mdsal
[mdsal.git] / features / odl-mdsal-model-rfc8342 / pom.xml
index 6d398be0b115667469353e29e0a2f49b9e1ee30d..49a02a3aed8ba3b4d4ee944a207911ff88c2047e 100644 (file)
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.3-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../feature-parent</relativePath>
     </parent>
 
     <groupId>org.opendaylight.mdsal.model</groupId>
     <artifactId>odl-mdsal-model-rfc8342</artifactId>
-    <version>1.2.3-SNAPSHOT</version>
+    <version>13.0.0</version>
     <packaging>feature</packaging>
-
     <name>OpenDaylight :: MD-SAL :: Model :: RFC8342</name>
+    <description>Models from RFC8342</description>
 
     <dependencies>
         <dependency>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc8342</artifactId>
+            <artifactId>rfc8342-ietf-datastores</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+            <artifactId>rfc8342-ietf-origin</artifactId>
         </dependency>
     </dependencies>
 </project>