Release mdsal
[mdsal.git] / features / odl-mdsal-model-rfc8519 / pom.xml
index bf240ef58072cc8eaea6dd6f643b8e9b4b1c463b..5ed589aa84397445923c4df59dfdd9f019ffe97f 100644 (file)
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>8.0.2-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../feature-parent</relativePath>
     </parent>
 
     <groupId>org.opendaylight.mdsal.model</groupId>
     <artifactId>odl-mdsal-model-rfc8519</artifactId>
-    <version>8.0.2-SNAPSHOT</version>
+    <version>13.0.0</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: MD-SAL :: Model :: RFC8519</name>
     <description>Models from RFC8519</description>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc8519</artifactId>
+            <artifactId>rfc8519-ietf-access-control-list</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+            <artifactId>rfc8519-ietf-ethertypes</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+            <artifactId>rfc8519-ietf-packet-fields</artifactId>
         </dependency>
     </dependencies>
 </project>