From 8d22852d50a9b76dd05f68fef2717bb37f3b5bc6 Mon Sep 17 00:00:00 2001 From: Ram Krishna Verma Date: Wed, 5 Feb 2020 16:31:01 -0500 Subject: Updating module names to resolve conflicts Issue-ID: POLICY-2355 Change-Id: I67f0ca2ced9cbe37a3d00d9f312101e756454107 Signed-off-by: Ram Krishna Verma --- packages/apex-pdp-package-full/pom.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'packages/apex-pdp-package-full') diff --git a/packages/apex-pdp-package-full/pom.xml b/packages/apex-pdp-package-full/pom.xml index b9b0613d6..daee292d8 100644 --- a/packages/apex-pdp-package-full/pom.xml +++ b/packages/apex-pdp-package-full/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. Modifications Copyright (C) 2019 Nordix Foundation - Modifications Copyright (C) 2019 Bell Canada. + Modifications Copyright (C) 2019-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. @@ -24,7 +24,7 @@ 4.0.0 org.onap.policy.apex-pdp.packages - packages + apex-packages 2.3.0-SNAPSHOT @@ -50,25 +50,25 @@ 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 -- cgit 1.2.3-korg