Add parent poms and rework devicemanager poms
[oam.git] / features / devicemanager / x-ran / ru-fh / pom.xml
index c98f499..ce5f041 100755 (executable)
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.onap.ccsdk.parent</groupId>
+        <groupId>org.o-ran-sc.oam.features.parent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>1.5.2-SNAPSHOT</version>
+        <version>0.7.1-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <groupId>org.o-ran-sc.oam.features.devicemanager</groupId>
     <artifactId>devicemanager-xran-ru-fh-top</artifactId>
-    <version>0.7.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>o-ran-sc-features :: ${project.artifactId}</name>
 
-    <properties>
-        <feature-name>devicemanager-xran-ru-fh</feature-name>
-    </properties>
-
     <modules>
         <module>model</module>
         <module>provider</module>
@@ -51,4 +46,7 @@
         <module>installer</module>
     </modules>
 
+    <properties>
+        <feature-name>devicemanager-xran-ru-fh</feature-name>
+    </properties>
 </project>