Updating module names to resolve conflicts 00/101200/2
authorRam Krishna Verma <ram_krishna.verma@bell.ca>
Wed, 5 Feb 2020 21:28:33 +0000 (16:28 -0500)
committerRam Krishna Verma <ram_krishna.verma@bell.ca>
Thu, 6 Feb 2020 17:38:49 +0000 (12:38 -0500)
Issue-ID: POLICY-2355
Change-Id: Ie54b9be776a96f02a62645cc804060e562d994ba
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
main/pom.xml
packages/policy-api-docker/pom.xml
packages/policy-api-tarball/pom.xml
packages/pom.xml
testsuites/performance/pom.xml
testsuites/pom.xml
testsuites/stability/pom.xml

index d7552fc..56a5f81 100644 (file)
@@ -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 @@
         <version>2.2.0-SNAPSHOT</version>
     </parent>
 
-    <artifactId>main</artifactId>
+    <artifactId>api-main</artifactId>
 
     <name>${project.artifactId}</name>
     <description>The main module of Policy Api that handles startup, lifecycle management, and parameters.</description>
index d3e4b04..74d383d 100644 (file)
@@ -1,6 +1,7 @@
 <!--
   ============LICENSE_START=======================================================
    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.
 
     <parent>
         <groupId>org.onap.policy.api</groupId>
-        <artifactId>packages</artifactId>
+        <artifactId>api-packages</artifactId>
         <version>2.2.0-SNAPSHOT</version>
     </parent>
 
     <packaging>pom</packaging>
     <artifactId>policy-api-docker</artifactId>
-    <name>Policy api docker image</name>
+    <name>${project.artifactId}</name>
     <description>Policy api docker image</description>
 
     <properties>
index d032595..e0d1ca8 100644 (file)
@@ -1,6 +1,7 @@
 <!--
   ============LICENSE_START=======================================================
    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.
@@ -23,7 +24,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.onap.policy.api</groupId>
-        <artifactId>packages</artifactId>
+        <artifactId>api-packages</artifactId>
         <version>2.2.0-SNAPSHOT</version>
     </parent>
 
@@ -34,7 +35,7 @@
     <dependencies>
         <dependency>
             <groupId>org.onap.policy.api</groupId>
-            <artifactId>main</artifactId>
+            <artifactId>api-main</artifactId>
             <version>${project.version}</version>
         </dependency>
     </dependencies>
index b7c0d60..0352ef9 100644 (file)
@@ -1,6 +1,7 @@
 <!--
   ============LICENSE_START=======================================================
    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.
@@ -26,9 +27,9 @@
         <version>2.2.0-SNAPSHOT</version>
     </parent>
 
-    <artifactId>packages</artifactId>
+    <artifactId>api-packages</artifactId>
     <packaging>pom</packaging>
-    <name>Policy api packages</name>
+    <name>${project.artifactId}</name>
 
     <properties>
         <!-- There is no code in this sub-module, only holds interfaces. So skip sonar. -->
index ff899b8..767065d 100644 (file)
@@ -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.
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.onap.policy.api</groupId>
-        <artifactId>testsuites</artifactId>
+        <artifactId>api-testsuites</artifactId>
         <version>2.2.0-SNAPSHOT</version>
     </parent>
-    <artifactId>performance</artifactId>
+    <artifactId>api-performance</artifactId>
     <build>
         <plugins>
             <plugin>
index 4d2951a..8d350a4 100644 (file)
@@ -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 @@
         <version>2.2.0-SNAPSHOT</version>
     </parent>
 
-    <artifactId>testsuites</artifactId>
+    <artifactId>api-testsuites</artifactId>
     <packaging>pom</packaging>
 
     <properties>
index acedf6c..51f3d23 100644 (file)
@@ -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.
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.onap.policy.api</groupId>
-        <artifactId>testsuites</artifactId>
+        <artifactId>api-testsuites</artifactId>
         <version>2.2.0-SNAPSHOT</version>
     </parent>
-    <artifactId>stability</artifactId>
+    <artifactId>api-stability</artifactId>
     <build>
         <plugins>
             <plugin>