Add feature-parent
[l2switch.git] / features / odl-l2switch-switch / pom.xml
index 7a2c38d58c8d15a5f94df151dcad1ecbe720d0b8..88996f9ba0af0a5b2fda3cc052520f27ed342753 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-switch</artifactId>
-    <version>0.8.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: L2Switch :: Switch</name>
@@ -41,7 +39,6 @@
         <dependency>
             <groupId>org.opendaylight.l2switch.main</groupId>
             <artifactId>main-impl</artifactId>
-            <version>0.8.0-SNAPSHOT</version>
         </dependency>
     </dependencies>
 </project>