From 1d4ce8d163b0e41bfb7d9e76399606eb0ba6f04c Mon Sep 17 00:00:00 2001 From: Ram Krishna Verma Date: Wed, 5 Feb 2020 16:28:33 -0500 Subject: [PATCH] Updating module names to resolve conflicts Issue-ID: POLICY-2355 Change-Id: Ie54b9be776a96f02a62645cc804060e562d994ba Signed-off-by: Ram Krishna Verma --- main/pom.xml | 3 ++- packages/policy-api-docker/pom.xml | 5 +++-- packages/policy-api-tarball/pom.xml | 5 +++-- packages/pom.xml | 5 +++-- testsuites/performance/pom.xml | 5 +++-- testsuites/pom.xml | 3 ++- testsuites/stability/pom.xml | 5 +++-- 7 files changed, 19 insertions(+), 12 deletions(-) diff --git a/main/pom.xml b/main/pom.xml index d7552fcb..56a5f812 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -3,6 +3,7 @@ Copyright (C) 2018 Ericsson. All rights reserved. Modified Copyright (C) 2018 Samsung Electronics Co., Ltd. Copyright (C) 2019 AT&T Intellectual Property. All rights reserved. + 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. @@ -28,7 +29,7 @@ 2.2.0-SNAPSHOT - main + api-main ${project.artifactId} The main module of Policy Api that handles startup, lifecycle management, and parameters. diff --git a/packages/policy-api-docker/pom.xml b/packages/policy-api-docker/pom.xml index d3e4b04b..74d383d8 100644 --- a/packages/policy-api-docker/pom.xml +++ b/packages/policy-api-docker/pom.xml @@ -1,6 +1,7 @@ diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index ff899b8e..767065d8 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -3,6 +3,7 @@ ONAP Policy API ================================================================================ Copyright (C) 2019 AT&T Intellectual Property. All rights reserved. + 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. @@ -21,10 +22,10 @@ 4.0.0 org.onap.policy.api - testsuites + api-testsuites 2.2.0-SNAPSHOT - performance + api-performance diff --git a/testsuites/pom.xml b/testsuites/pom.xml index 4d2951a8..8d350a4b 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -3,6 +3,7 @@ ONAP Policy API ================================================================================ Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved. + 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. @@ -25,7 +26,7 @@ 2.2.0-SNAPSHOT - testsuites + api-testsuites pom diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index acedf6ca..51f3d233 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -3,6 +3,7 @@ ONAP Policy API ================================================================================ Copyright (C) 2019 AT&T Intellectual Property. All rights reserved. + 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. @@ -21,10 +22,10 @@ 4.0.0 org.onap.policy.api - testsuites + api-testsuites 2.2.0-SNAPSHOT - stability + api-stability -- 2.16.6