Make model/pom.xml inherit from odlparent-lite
[openflowplugin.git] / model / model-flow-statistics / pom.xml
index 329a1b789e501624720133195bdd01c82f11340b..a3b86dbd44f1335b3172a3cb5ec511a6c3c84e4e 100644 (file)
@@ -4,10 +4,13 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.opendaylight.openflowplugin.model</groupId>
-    <artifactId>model-parent</artifactId>
+    <groupId>org.opendaylight.openflowplugin</groupId>
+    <artifactId>openflowplugin-parent</artifactId>
     <version>0.10.0-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
+
+  <groupId>org.opendaylight.openflowplugin.model</groupId>
   <artifactId>model-flow-statistics</artifactId>
   <packaging>bundle</packaging>