Fix groupId for nonrtric-controlpanel-gateway 81/5581/1
authorRehanRaza <muhammad.rehan.raza@est.tech>
Wed, 3 Feb 2021 09:38:15 +0000 (10:38 +0100)
committerRehanRaza <muhammad.rehan.raza@est.tech>
Wed, 3 Feb 2021 09:38:22 +0000 (10:38 +0100)
The groupId must have o-ran-sc (instead of oransc), otherwise the maven artifact cannot be pushed to nexus.

Change-Id: Ibafe605d41d80444a940cbcd35af5251534e3e57
Issue-ID: NONRTRIC-418
Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech>
nonrtric-gateway/pom.xml

index 5917ef5..48c6ace 100644 (file)
@@ -28,7 +28,7 @@
   <version>2.4.1</version>
   <relativePath /> <!-- lookup parent from repository -->
  </parent>
- <groupId>org.oransc.nonrtric</groupId>
+ <groupId>org.o-ran-sc.nonrtric</groupId>
  <artifactId>nonrtric-gateway</artifactId>
  <version>0.0.1-SNAPSHOT</version>
  <name>Nonrtric Gateway</name>