Add feature-parent
[l2switch.git] / features / odl-l2switch-loopremover / pom.xml
index 3c5b9b62e39f5b27dbb24af671f9f365b96814a5..0c0add14650b4f9544789c40c43678b13b522381 100644 (file)
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
-        <artifactId>single-feature-parent</artifactId>
-        <version>8.1.9</version>
-        <relativePath/>
+        <groupId>org.opendaylight.l2switch</groupId>
+        <artifactId>feature-parent</artifactId>
+        <version>0.8.0-SNAPSHOT</version>
+        <relativePath>../feature-parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.l2switch</groupId>
     <artifactId>odl-l2switch-loopremover</artifactId>
-    <version>0.8.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: L2Switch :: LoopRemover</name>
@@ -27,7 +25,6 @@
         <dependency>
             <groupId>org.opendaylight.openflowplugin</groupId>
             <artifactId>odl-openflowplugin-flow-services</artifactId>
-            <version>0.12.4</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
@@ -40,7 +37,6 @@
         <dependency>
             <groupId>org.opendaylight.l2switch.loopremover</groupId>
             <artifactId>loopremover-impl</artifactId>
-            <version>0.8.0-SNAPSHOT</version>
         </dependency>
     </dependencies>
 </project>