<!--
   ============LICENSE_START=======================================================
    Copyright (C) 2018 Ericsson. 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.
         <version>2.3.0-SNAPSHOT</version>
     </parent>
 
-    <artifactId>main</artifactId>
+    <artifactId>distribution-main</artifactId>
 
     <name>${project.artifactId}</name>
     <description>The main module of Policy Distribution that handles startup, lifecycle management, and parameters.</description>
 
 <!--
   ============LICENSE_START=======================================================
    Copyright (C) 2018 Ericsson. 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.
 
     <parent>
         <groupId>org.onap.policy.distribution</groupId>
-        <artifactId>packages</artifactId>
+        <artifactId>distribution-packages</artifactId>
         <version>2.3.0-SNAPSHOT</version>
     </parent>
 
     <packaging>pom</packaging>
     <artifactId>policy-distribution-docker</artifactId>
-    <name>Policy distribution docker image</name>
+    <name>${project.artifactId}</name>
     <description>Policy distribution docker image</description>
 
     <properties>
 
 <!--
   ============LICENSE_START=======================================================
    Copyright (C) 2018 Ericsson. 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.
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.onap.policy.distribution</groupId>
-        <artifactId>packages</artifactId>
+        <artifactId>distribution-packages</artifactId>
         <version>2.3.0-SNAPSHOT</version>
     </parent>
 
     <dependencies>
         <dependency>
             <groupId>org.onap.policy.distribution</groupId>
-            <artifactId>main</artifactId>
+            <artifactId>distribution-main</artifactId>
             <version>${project.version}</version>
         </dependency>
 
 
   ============LICENSE_START=======================================================
    Copyright (C) 2018 Ericsson. All rights reserved.
    Modifications Copyright (C) 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.
         <version>2.3.0-SNAPSHOT</version>
     </parent>
 
-    <artifactId>packages</artifactId>
+    <artifactId>distribution-packages</artifactId>
     <packaging>pom</packaging>
-    <name>Policy Distribution Packages</name>
+    <name>${project.artifactId}</name>
 
     <properties>
         <!-- There is no code in this sub-module, only holds interfaces. So skip sonar. -->
 
 <!--
   ============LICENSE_START=======================================================
    Copyright (C) 2018 Ericsson. 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.
         </dependency>
         <dependency>
             <groupId>org.onap.policy.distribution</groupId>
-            <artifactId>main</artifactId>
+            <artifactId>distribution-main</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>
 
   ONAP Policy Distribution
   ================================================================================
   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.
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.onap.policy.distribution</groupId>
-        <artifactId>testsuites</artifactId>
+        <artifactId>distribution-testsuites</artifactId>
         <version>2.3.0-SNAPSHOT</version>
     </parent>
-    <artifactId>performance</artifactId>
+    <artifactId>distribution-performance</artifactId>
     <build>
         <plugins>
             <plugin>
 
   ONAP Policy Distribution
   ================================================================================
   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.
         <artifactId>policy-distribution</artifactId>
         <version>2.3.0-SNAPSHOT</version>
     </parent>
-    <artifactId>testsuites</artifactId>
+    <artifactId>distribution-testsuites</artifactId>
     <packaging>pom</packaging>
 
     <properties>
 
   ONAP Policy Distribution
   ================================================================================
   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.
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.onap.policy.distribution</groupId>
-        <artifactId>testsuites</artifactId>
+        <artifactId>distribution-testsuites</artifactId>
         <version>2.3.0-SNAPSHOT</version>
     </parent>
-    <artifactId>stability</artifactId>
+    <artifactId>distribution-stability</artifactId>
     <build>
         <plugins>
             <plugin>