Updating module names to resolve conflicts 01/101201/2
authorRam Krishna Verma <ram_krishna.verma@bell.ca>
Wed, 5 Feb 2020 21:29:58 +0000 (16:29 -0500)
committerRam Krishna Verma <ram_krishna.verma@bell.ca>
Thu, 6 Feb 2020 17:59:15 +0000 (12:59 -0500)
Issue-ID: POLICY-2355
Change-Id: I91453c577dd07b4bc79b11b1a181da4319e99edf
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
main/pom.xml
packages/policy-pap-docker/pom.xml
packages/policy-pap-tarball/pom.xml
packages/pom.xml
testsuites/performance/pom.xml
testsuites/pom.xml
testsuites/stability/pom.xml

index 651b18c..cfc2bee 100644 (file)
@@ -2,6 +2,7 @@
   ============LICENSE_START=======================================================
    Copyright (C) 2019 Nordix Foundation.
    Modifications Copyright (C) 2019-2020 AT&T Intellectual Property.
+   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 @@
         <version>2.2.0-SNAPSHOT</version>
     </parent>
 
-    <artifactId>main</artifactId>
+    <artifactId>pap-main</artifactId>
 
     <name>${project.artifactId}</name>
     <description>The main module of Policy Administration Backend that handles startup, lifecycle management, and parameters.</description>
index 4674942..0615cf2 100644 (file)
@@ -1,6 +1,7 @@
 <!--
   ============LICENSE_START=======================================================
    Copyright (C) 2019 Nordix Foundation.
+   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.pap</groupId>
-        <artifactId>packages</artifactId>
+        <artifactId>pap-packages</artifactId>
         <version>2.2.0-SNAPSHOT</version>
     </parent>
 
index 7fcdbf2..9cd6292 100644 (file)
@@ -1,6 +1,7 @@
 <!--
   ============LICENSE_START=======================================================
    Copyright (C) 2019 Nordix Foundation.
+   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.pap</groupId>
-        <artifactId>packages</artifactId>
+        <artifactId>pap-packages</artifactId>
         <version>2.2.0-SNAPSHOT</version>
     </parent>
 
@@ -34,7 +35,7 @@
     <dependencies>
         <dependency>
             <groupId>org.onap.policy.pap</groupId>
-            <artifactId>main</artifactId>
+            <artifactId>pap-main</artifactId>
             <version>${project.version}</version>
         </dependency>
     </dependencies>
index cc1d569..8ecc29b 100644 (file)
@@ -2,6 +2,7 @@
   ============LICENSE_START=======================================================
    Copyright (C) 2019 Nordix Foundation.
    Modifications Copyright (C) 2020 AT&T Intellectual Property.
+   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 @@
         <version>2.2.0-SNAPSHOT</version>
     </parent>
 
-    <artifactId>packages</artifactId>
+    <artifactId>pap-packages</artifactId>
     <packaging>pom</packaging>
 
     <name>${project.artifactId}</name>
index 20a4f37..a142d5e 100644 (file)
@@ -3,6 +3,7 @@
   ONAP Policy PAP
   ================================================================================
   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.pap</groupId>
-        <artifactId>testsuites</artifactId>
+        <artifactId>pap-testsuites</artifactId>
         <version>2.2.0-SNAPSHOT</version>
     </parent>
-    <artifactId>performance</artifactId>
+    <artifactId>pap-performance</artifactId>
     <build>
         <plugins>
             <plugin>
index 645a004..907b9ed 100644 (file)
@@ -3,6 +3,7 @@
   ONAP Policy PAP
   ================================================================================
   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 @@
         <version>2.2.0-SNAPSHOT</version>
     </parent>
 
-    <artifactId>testsuites</artifactId>
+    <artifactId>pap-testsuites</artifactId>
     <packaging>pom</packaging>
 
     <properties>
index d8efa7a..47e3f75 100644 (file)
@@ -3,6 +3,7 @@
   ONAP Policy PAP
   ================================================================================
   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.pap</groupId>
-        <artifactId>testsuites</artifactId>
+        <artifactId>pap-testsuites</artifactId>
         <version>2.2.0-SNAPSHOT</version>
     </parent>
-    <artifactId>stability</artifactId>
+    <artifactId>pap-stability</artifactId>
     <build>
         <plugins>
             <plugin>