From b3525485164a1156022be5b9e3d76d1de584e3ed Mon Sep 17 00:00:00 2001 From: RehanRaza Date: Wed, 3 Feb 2021 10:38:15 +0100 Subject: [PATCH] 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 --- nonrtric-gateway/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6