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/nonrt-ric-api/provider/pom.xml b/sdnc-a1-controller/northbound/nonrt-ric-api/provider/pom.xml
index e3c7ab9..da53f92 100644
--- a/sdnc-a1-controller/northbound/nonrt-ric-api/provider/pom.xml
+++ b/sdnc-a1-controller/northbound/nonrt-ric-api/provider/pom.xml
@@ -38,12 +38,12 @@
<relativePath/>
</parent>
- <groupId>org.onap.sdnc.northbound</groupId>
+ <groupId>org.o-ran-sc.nonrtric.sdnc-a1.northbound</groupId>
<artifactId>nonrt-ric-api-provider</artifactId>
<version>1.7.3-SNAPSHOT</version>
<packaging>bundle</packaging>
- <name>sdnc-northbound :: nonrt-ric-api :: ${project.artifactId}</name>
+ <name>sdnc-a1-northbound :: nonrt-ric-api :: ${project.artifactId}</name>
<build>
<plugins>
@@ -93,7 +93,7 @@
</dependencyManagement>
<dependencies>
<dependency>
- <groupId>org.onap.sdnc.northbound</groupId>
+ <groupId>org.o-ran-sc.nonrtric.sdnc-a1.northbound</groupId>
<artifactId>nonrt-ric-api-model</artifactId>
<version>${project.version}</version>
</dependency>