Use instanceof pattern in AbstractCompositeRuntimeType
[mdsal.git] / features / odl-mdsal-model-rfc7224 / pom.xml
index edb67d1a5af574edb8c4a915584cd9bdddbba0fc..86bfb6d001a7fab31fd9b3efb6fd7eb6527801ab 100644 (file)
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>4.0.1-SNAPSHOT</version>
+        <version>13.0.0-SNAPSHOT</version>
         <relativePath>../feature-parent</relativePath>
     </parent>
 
     <groupId>org.opendaylight.mdsal.model</groupId>
     <artifactId>odl-mdsal-model-rfc7224</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>13.0.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: MD-SAL :: Model :: RFC7224</name>
-    <description>Models from RFC7224 with RFC7223</description>
+    <description>Models from RFC7224</description>
 
     <dependencies>
         <dependency>
             <groupId>org.opendaylight.mdsal.model</groupId>
-            <artifactId>odl-mdsal-model-rfc7223</artifactId>
+            <artifactId>odl-mdsal-model-rfc8343</artifactId>
             <classifier>features</classifier>
             <type>xml</type>
         </dependency>