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/features-sdnc-northbound/pom.xml b/sdnc-a1-controller/northbound/features/features-sdnc-a1-northbound/pom.xml
similarity index 80%
rename from sdnc-a1-controller/northbound/features/features-sdnc-northbound/pom.xml
rename to sdnc-a1-controller/northbound/features/features-sdnc-a1-northbound/pom.xml
index 6ab5343..49737bf 100644
--- a/sdnc-a1-controller/northbound/features/features-sdnc-northbound/pom.xml
+++ b/sdnc-a1-controller/northbound/features/features-sdnc-a1-northbound/pom.xml
@@ -17,17 +17,17 @@
<relativePath/>
</parent>
- <groupId>org.onap.sdnc.northbound</groupId>
- <artifactId>features-sdnc-northbound</artifactId>
+ <groupId>org.o-ran-sc.nonrtric.sdnc-a1.northbound</groupId>
+ <artifactId>features-sdnc-a1-northbound</artifactId>
<version>1.7.3-SNAPSHOT</version>
<packaging>feature</packaging>
- <name>sdnc-northbound :: features :: ${project.artifactId}</name>
+ <name>sdnc-a1-northbound :: features :: ${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>sdnc-northbound-all</artifactId>
+ <artifactId>sdnc-a1-northbound-all</artifactId>
<version>${project.version}</version>
<type>xml</type>
<classifier>features</classifier>
diff --git a/sdnc-a1-controller/northbound/features/installer/pom.xml b/sdnc-a1-controller/northbound/features/installer/pom.xml
index ea67490..d2e7dcc 100755
--- a/sdnc-a1-controller/northbound/features/installer/pom.xml
+++ b/sdnc-a1-controller/northbound/features/installer/pom.xml
@@ -9,24 +9,24 @@
<relativePath/>
</parent>
- <groupId>org.onap.sdnc.northbound</groupId>
- <artifactId>sdnc-northbound-features-installer</artifactId>
+ <groupId>org.o-ran-sc.nonrtric.sdnc-a1.northbound</groupId>
+ <artifactId>sdnc-a1-northbound-features-installer</artifactId>
<version>1.7.3-SNAPSHOT</version>
<packaging>pom</packaging>
- <name>sdnc-northbound :: features :: ${project.artifactId}</name>
+ <name>sdnc-a1-northbound :: features :: ${project.artifactId}</name>
<properties>
- <application.name>sdnc-northbound-all</application.name>
+ <application.name>sdnc-a1-northbound-all</application.name>
<features.boot>${application.name}</features.boot>
- <features.repositories>mvn:org.onap.sdnc.northbound/${features.boot}/${project.version}/xml/features</features.repositories>
+ <features.repositories>mvn:org.o-ran-sc.nonrtric.sdnc-a1.northbound/${features.boot}/${project.version}/xml/features</features.repositories>
<include.transitive.dependencies>false</include.transitive.dependencies>
</properties>
<dependencies>
<dependency>
- <groupId>org.onap.sdnc.northbound</groupId>
+ <groupId>org.o-ran-sc.nonrtric.sdnc-a1.northbound</groupId>
<artifactId>${application.name}</artifactId>
<version>${project.version}</version>
<type>xml</type>
@@ -98,7 +98,7 @@
<useRepositoryLayout>true</useRepositoryLayout>
<addParentPoms>false</addParentPoms>
<copyPom>false</copyPom>
- <includeGroupIds>org.onap.sdnc.northbound</includeGroupIds>
+ <includeGroupIds>org.o-ran-sc.nonrtric.sdnc-a1.northbound</includeGroupIds>
<scope>provided</scope>
</configuration>
</execution>
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>
diff --git a/sdnc-a1-controller/northbound/features/sdnc-northbound-all/pom.xml b/sdnc-a1-controller/northbound/features/sdnc-a1-northbound-all/pom.xml
similarity index 88%
rename from sdnc-a1-controller/northbound/features/sdnc-northbound-all/pom.xml
rename to sdnc-a1-controller/northbound/features/sdnc-a1-northbound-all/pom.xml
index 5c5c9cd..b9a8332 100644
--- a/sdnc-a1-controller/northbound/features/sdnc-northbound-all/pom.xml
+++ b/sdnc-a1-controller/northbound/features/sdnc-a1-northbound-all/pom.xml
@@ -17,12 +17,12 @@
<relativePath/>
</parent>
- <groupId>org.onap.sdnc.northbound</groupId>
- <artifactId>sdnc-northbound-all</artifactId>
+ <groupId>org.o-ran-sc.nonrtric.sdnc-a1.northbound</groupId>
+ <artifactId>sdnc-a1-northbound-all</artifactId>
<version>1.7.3-SNAPSHOT</version>
<packaging>feature</packaging>
- <name>sdnc-northbound :: features :: ${project.artifactId}</name>
+ <name>sdnc-a1-northbound :: features :: ${project.artifactId}</name>
<dependencyManagement>
<dependencies>
<dependency>