Removed old legacy code and moved parent pom.xml to root
[openflowplugin.git] / samples / sample-consumer / pom.xml
index 0c354934edb41b0899bee50545fc49c2581650d3..8e71dd0d8fc9b3df18960d29955172dc708b283e 100644 (file)
@@ -4,9 +4,9 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.opendaylight.openflowplugin</groupId>
-        <artifactId>openflowplugin-commons</artifactId>
+        <artifactId>openflowplugin-parent</artifactId>
         <version>0.0.1-SNAPSHOT</version>
-        <relativePath>../../commons</relativePath>
+        <relativePath>../../</relativePath>
     </parent>
 
     <artifactId>sample-consumer</artifactId>