Rename artifacts in A1 controller
Change-Id: I0aa592dd98a1f6c9a038aa3415e363d1263772d6
Issue-ID: NONRTRIC-201
Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech>
diff --git a/sdnc-a1-controller/northbound/features/pom.xml b/sdnc-a1-controller/northbound/features/pom.xml
index 37336a2..43302a5 100755
--- a/sdnc-a1-controller/northbound/features/pom.xml
+++ b/sdnc-a1-controller/northbound/features/pom.xml
@@ -9,16 +9,16 @@
<relativePath/>
</parent>
- <groupId>org.onap.sdnc.northbound</groupId>
+ <groupId>org.o-ran-sc.nonrtric.sdnc-a1.northbound</groupId>
<artifactId>sdnc-northbound-feature-aggregator</artifactId>
<version>1.7.3-SNAPSHOT</version>
<packaging>pom</packaging>
- <name>sdnc-northbound :: features</name>
+ <name>sdnc-a1-northbound :: features</name>
<modules>
- <module>sdnc-northbound-all</module>
- <module>features-sdnc-northbound</module>
+ <module>sdnc-a1-northbound-all</module>
+ <module>features-sdnc-a1-northbound</module>
<module>installer</module>
</modules>
</project>