From: RehanRaza Date: Wed, 3 Feb 2021 09:38:15 +0000 (+0100) Subject: Fix groupId for nonrtric-controlpanel-gateway X-Git-Tag: 2.2.0~103^2 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=b3525485164a1156022be5b9e3d76d1de584e3ed;p=portal%2Fnonrtric-controlpanel.git Fix groupId for nonrtric-controlpanel-gateway 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 --- diff --git a/nonrtric-gateway/pom.xml b/nonrtric-gateway/pom.xml index 5917ef5..48c6ace 100644 --- a/nonrtric-gateway/pom.xml +++ b/nonrtric-gateway/pom.xml @@ -28,7 +28,7 @@ 2.4.1 - org.oransc.nonrtric + org.o-ran-sc.nonrtric nonrtric-gateway 0.0.1-SNAPSHOT Nonrtric Gateway