From 34a94b92edd0c359291445735eb3d7e974deea1f Mon Sep 17 00:00:00 2001 From: tragait Date: Tue, 30 Mar 2021 12:02:27 +0100 Subject: rename nf-proxy to network-cm-proxy This commit renames two modules cps-nf-proxy-rest and cps-nf-proxy-service to cps-ncmp-rest, cps-ncmp-service. Docker image names are also changed respectively. Swagger auto generated api files are also modified. Signed-off-by: tragait Issue-ID: CPS-315 Change-Id: Ic2a2f8c4bafe8cffa3c83ccb52499720aaba1415 --- cps-bom/pom.xml | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) (limited to 'cps-bom') diff --git a/cps-bom/pom.xml b/cps-bom/pom.xml index ebd18d9d71..12961b8fd2 100644 --- a/cps-bom/pom.xml +++ b/cps-bom/pom.xml @@ -1,4 +1,22 @@ + + @@ -44,12 +62,12 @@ ${project.groupId} - cps-nf-proxy-service + cps-ncmp-service ${project.version} ${project.groupId} - cps-nf-proxy-rest + cps-ncmp-rest ${project.version} -- cgit 1.2.3-korg