Updating module names to resolve conflicts 99/101199/2
authorRam Krishna Verma <ram_krishna.verma@bell.ca>
Wed, 5 Feb 2020 21:10:59 +0000 (16:10 -0500)
committerRam Krishna Verma <ram_krishna.verma@bell.ca>
Thu, 6 Feb 2020 17:14:18 +0000 (12:14 -0500)
Issue-ID: POLICY-2355
Change-Id: I84fe65adb91284f1537ed0422aced705e765b05c
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
main/pom.xml
packages/policy-distribution-docker/pom.xml
packages/policy-distribution-tarball/pom.xml
packages/pom.xml
plugins/forwarding-plugins/pom.xml
testsuites/performance/pom.xml
testsuites/pom.xml
testsuites/stability/pom.xml

index a218c6b..c57bef4 100644 (file)
@@ -1,6 +1,7 @@
 <!--
   ============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.
@@ -25,7 +26,7 @@
         <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>
index dcbbe1e..5318994 100644 (file)
@@ -1,6 +1,7 @@
 <!--
   ============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>
index 1d673ce..d13fcf6 100644 (file)
@@ -1,6 +1,7 @@
 <!--
   ============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.
@@ -23,7 +24,7 @@
     <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>
 
@@ -34,7 +35,7 @@
     <dependencies>
         <dependency>
             <groupId>org.onap.policy.distribution</groupId>
-            <artifactId>main</artifactId>
+            <artifactId>distribution-main</artifactId>
             <version>${project.version}</version>
         </dependency>
 
index 6135313..ae2050b 100644 (file)
@@ -2,6 +2,7 @@
   ============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.
@@ -27,9 +28,9 @@
         <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. -->
index 1d6c7f7..cdb45f7 100644 (file)
@@ -1,6 +1,7 @@
 <!--
   ============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.
@@ -37,7 +38,7 @@
         </dependency>
         <dependency>
             <groupId>org.onap.policy.distribution</groupId>
-            <artifactId>main</artifactId>
+            <artifactId>distribution-main</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>
index 859364a..969aca5 100644 (file)
@@ -3,6 +3,7 @@
   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>
index 4d11dc1..87464f8 100644 (file)
@@ -3,6 +3,7 @@
   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.
@@ -24,7 +25,7 @@
         <artifactId>policy-distribution</artifactId>
         <version>2.3.0-SNAPSHOT</version>
     </parent>
-    <artifactId>testsuites</artifactId>
+    <artifactId>distribution-testsuites</artifactId>
     <packaging>pom</packaging>
 
     <properties>
index d9b6eb5..fe7d767 100644 (file)
@@ -3,6 +3,7 @@
   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>