Merge "Migrate uint/ByteBuf interactions"
[openflowplugin.git] / model / model-flow-statistics / pom.xml
index f6bc2160eda6421a50e2177471b945ad373d6a5b..7df5dcdc32ee9d6f0867cfa1acb50daf27f7d451 100644 (file)
@@ -4,10 +4,13 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.opendaylight.openflowplugin.model</groupId>
-    <artifactId>model-parent</artifactId>
-    <version>0.2.0-SNAPSHOT</version>
+    <groupId>org.opendaylight.openflowplugin</groupId>
+    <artifactId>openflowplugin-parent</artifactId>
+    <version>0.12.0-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
+
+  <groupId>org.opendaylight.openflowplugin.model</groupId>
   <artifactId>model-flow-statistics</artifactId>
   <packaging>bundle</packaging>
 
@@ -25,7 +28,7 @@
       <artifactId>model-inventory</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.opendaylight.yangtools.model</groupId>
+      <groupId>org.opendaylight.mdsal.model</groupId>
       <artifactId>opendaylight-l2-types</artifactId>
     </dependency>
   </dependencies>