From 565dc1fe0cc86aa55e4d88113669231de3f5e11e Mon Sep 17 00:00:00 2001 From: Ram Krishna Verma Date: Wed, 5 Feb 2020 16:51:06 -0500 Subject: Updating module names to resolve conflicts Issue-ID: POLICY-2355 Change-Id: I64b6cd06186152a08df9b8bd11c21c154067fab1 Signed-off-by: Ram Krishna Verma --- .gitignore | 1 + packages/base/pom.xml | 3 ++- packages/docker/pom.xml | 2 +- packages/install/pom.xml | 3 ++- packages/pom.xml | 4 ++-- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 144f2678..8b15fc55 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ target/ */sql/ */testingLogs/ **/*.iml +.checkstyle diff --git a/packages/base/pom.xml b/packages/base/pom.xml index 2a58a92f..12f6fe73 100644 --- a/packages/base/pom.xml +++ b/packages/base/pom.xml @@ -3,6 +3,7 @@ Policy Packages ================================================================================ Copyright (C) 2017-2018 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. @@ -24,7 +25,7 @@ org.onap.policy.drools-pdp - packages + drools-packages 1.6.0-SNAPSHOT diff --git a/packages/docker/pom.xml b/packages/docker/pom.xml index d9e2133b..d6028fea 100644 --- a/packages/docker/pom.xml +++ b/packages/docker/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.drools-pdp - packages + drools-packages 1.6.0-SNAPSHOT diff --git a/packages/install/pom.xml b/packages/install/pom.xml index 69eb0b64..058b6148 100644 --- a/packages/install/pom.xml +++ b/packages/install/pom.xml @@ -3,6 +3,7 @@ Policy Packages ================================================================================ Copyright (C) 2017 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. @@ -26,7 +27,7 @@ org.onap.policy.drools-pdp - packages + drools-packages 1.6.0-SNAPSHOT diff --git a/packages/pom.xml b/packages/pom.xml index 267f02dd..39fa17f8 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -3,7 +3,7 @@ ONAP Policy Engine - Drools PDP ================================================================================ Copyright (C) 2017, 2019-2020 AT&T Intellectual Property. All rights reserved. - 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. @@ -27,7 +27,7 @@ drools-pdp 1.6.0-SNAPSHOT - packages + drools-packages pom Policy Packages ONAP Policy Drools PDP Installation Packages -- cgit 1.2.3-korg