Cleanup feature repositories
[netconf.git] / features / odl-netconf-ssh / pom.xml
similarity index 88%
rename from features/netconf/odl-netconf-ssh/pom.xml
rename to features/odl-netconf-ssh/pom.xml
index f51aafa4b83871e9063faf3e3506d6661c86346e..e821eac315008c823ef33f5faf0a9d9d90b9ca7e 100644 (file)
@@ -13,7 +13,7 @@
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
         <version>6.0.0-SNAPSHOT</version>
-        <relativePath>../../parent</relativePath>
+        <relativePath>../parent</relativePath>
     </parent>
 
     <artifactId>odl-netconf-ssh</artifactId>
 
     <dependencies>
         <dependency>
-            <groupId>${project.groupId}</groupId>
+            <groupId>org.opendaylight.netconf</groupId>
             <artifactId>odl-aaa-netconf-plugin</artifactId>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
-            <groupId>${project.groupId}</groupId>
+            <groupId>org.opendaylight.netconf</groupId>
             <artifactId>odl-netconf-util</artifactId>
             <type>xml</type>
             <classifier>features</classifier>