Cleanup feature repositories
[netconf.git] / features / odl-netconf-callhome-ssh / pom.xml
similarity index 84%
rename from features/netconf-connector/odl-netconf-callhome-ssh/pom.xml
rename to features/odl-netconf-callhome-ssh/pom.xml
index 405b1fbd45f573b35d001a46b908f409f0848f73..7c7f3e72ec08c36414fc1ead66f76ae766ae9a1f 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-callhome-ssh</artifactId>
 
     <dependencies>
         <dependency>
-            <groupId>${project.groupId}</groupId>
+            <groupId>org.opendaylight.netconf</groupId>
             <artifactId>odl-netconf-topology</artifactId>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
-            <groupId>${project.groupId}</groupId>
+            <groupId>org.opendaylight.netconf</groupId>
             <artifactId>callhome-model</artifactId>
         </dependency>
         <dependency>
-            <groupId>${project.groupId}</groupId>
+            <groupId>org.opendaylight.netconf</groupId>
             <artifactId>callhome-protocol</artifactId>
         </dependency>
         <dependency>
-            <groupId>${project.groupId}</groupId>
+            <groupId>org.opendaylight.netconf</groupId>
             <artifactId>callhome-provider</artifactId>
         </dependency>
     </dependencies>