From 8d22852d50a9b76dd05f68fef2717bb37f3b5bc6 Mon Sep 17 00:00:00 2001 From: Ram Krishna Verma Date: Wed, 5 Feb 2020 16:31:01 -0500 Subject: [PATCH] Updating module names to resolve conflicts Issue-ID: POLICY-2355 Change-Id: I67f0ca2ced9cbe37a3d00d9f312101e756454107 Signed-off-by: Ram Krishna Verma --- client/client-common/pom.xml | 5 +++-- client/client-deployment/pom.xml | 9 +++++---- client/client-editor/pom.xml | 9 +++++---- client/client-full/pom.xml | 19 ++++++++++--------- client/client-monitoring/pom.xml | 9 +++++---- client/pom.xml | 3 ++- packages/apex-pdp-docker/pom.xml | 4 ++-- packages/apex-pdp-package-full/pom.xml | 20 ++++++++++---------- packages/pom.xml | 4 ++-- testsuites/apex-pdp-stability/pom.xml | 3 ++- testsuites/integration/pom.xml | 5 +++-- testsuites/performance/pom.xml | 5 +++-- testsuites/pom.xml | 3 ++- 13 files changed, 54 insertions(+), 44 deletions(-) diff --git a/client/client-common/pom.xml b/client/client-common/pom.xml index b8013ca88..fe7c93632 100644 --- a/client/client-common/pom.xml +++ b/client/client-common/pom.xml @@ -1,6 +1,7 @@ - client-common + apex-client-common org.onap.policy.apex-pdp.client true true diff --git a/client/client-editor/pom.xml b/client/client-editor/pom.xml index 2577148fd..41d27adc1 100644 --- a/client/client-editor/pom.xml +++ b/client/client-editor/pom.xml @@ -2,6 +2,7 @@ ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. Modifications Copyright (C) 2019 Nordix Foundation. + Modifications Copyright (C) 2020 Bell Canada. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -23,11 +24,11 @@ 4.0.0 org.onap.policy.apex-pdp.client - client + apex-client 2.3.0-SNAPSHOT - client-editor + apex-client-editor ${project.artifactId} Web client for editing Apex policies @@ -74,7 +75,7 @@ org.onap.policy.apex-pdp.client - client-common + apex-client-common ${project.version} resources zip @@ -102,7 +103,7 @@ ${project.build.directory}/classes/webapp - client-common + apex-client-common org.onap.policy.apex-pdp.client true true diff --git a/client/client-full/pom.xml b/client/client-full/pom.xml index 257d3d7e6..dd9d78cb7 100644 --- a/client/client-full/pom.xml +++ b/client/client-full/pom.xml @@ -2,6 +2,7 @@ ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. Modifications Copyright (C) 2019 Nordix Foundation. + Modifications Copyright (C) 2020 Bell Canada. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -23,33 +24,33 @@ 4.0.0 org.onap.policy.apex-pdp.client - client + apex-client 2.3.0-SNAPSHOT - client-full + apex-client-full ${project.artifactId} Web clients for managing Apex engines org.onap.policy.apex-pdp.client - client-editor + apex-client-editor ${project.version} org.onap.policy.apex-pdp.client - client-monitoring + apex-client-monitoring ${project.version} org.onap.policy.apex-pdp.client - client-deployment + apex-client-deployment ${project.version} org.onap.policy.apex-pdp.client - client-monitoring + apex-client-monitoring ${project.version} resources zip @@ -57,7 +58,7 @@ org.onap.policy.apex-pdp.client - client-deployment + apex-client-deployment ${project.version} resources zip @@ -65,7 +66,7 @@ org.onap.policy.apex-pdp.client - client-editor + apex-client-editor ${project.version} resources zip @@ -108,7 +109,7 @@ ${project.build.directory}/classes/webapp org.onap.policy.apex-pdp.client - client-monitoring, client-deployment, client-editor + apex-client-monitoring, apex-client-deployment, apex-client-editor true jar zip diff --git a/client/client-monitoring/pom.xml b/client/client-monitoring/pom.xml index 4e5eb0b3e..bd9893bef 100644 --- a/client/client-monitoring/pom.xml +++ b/client/client-monitoring/pom.xml @@ -2,6 +2,7 @@ ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. Modifications Copyright (C) 2019 Nordix Foundation. + Modifications Copyright (C) 2020 Bell Canada. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -23,11 +24,11 @@ 4.0.0 org.onap.policy.apex-pdp.client - client + apex-client 2.3.0-SNAPSHOT - client-monitoring + apex-client-monitoring ${project.artifactId} Web client for monitoring Apex engines @@ -57,7 +58,7 @@ org.onap.policy.apex-pdp.client - client-common + apex-client-common ${project.version} resources zip @@ -85,7 +86,7 @@ ${project.build.directory}/classes/webapp - client-common + apex-client-common org.onap.policy.apex-pdp.client true jar diff --git a/client/pom.xml b/client/pom.xml index 03b7e0eed..21afba11d 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -1,6 +1,7 @@ org.onap.policy.apex-pdp.client - client-full + apex-client-full war ${project.version} org.onap.policy.apex-pdp.client - client-editor + apex-client-editor war ${project.version} org.onap.policy.apex-pdp.client - client-deployment + apex-client-deployment war ${project.version} org.onap.policy.apex-pdp.client - client-monitoring + apex-client-monitoring war ${project.version} @@ -465,28 +465,28 @@ org.onap.policy.apex-pdp.client - client-monitoring + apex-client-monitoring ${project.version} monitoring ${project.build.directory}/lib/applications org.onap.policy.apex-pdp.client - client-editor + apex-client-editor ${project.version} editor ${project.build.directory}/lib/applications org.onap.policy.apex-pdp.client - client-deployment + apex-client-deployment ${project.version} deployment ${project.build.directory}/lib/applications org.onap.policy.apex-pdp.client - client-full + apex-client-full ${project.version} full ${project.build.directory}/lib/applications diff --git a/packages/pom.xml b/packages/pom.xml index a90a4ae55..940eeb26d 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -1,7 +1,7 @@