Updated the documentation with limitation of leaf condition
[cps.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index eaa388c..23ef44b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,3 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<!--\r
+  ============LICENSE_START=======================================================\r
+  Copyright (c) 2020 Linux Foundation.\r
+  Modifications Copyright (C) 2020-2021 Nordix Foundation\r
+  Modifications Copyright (C) 2020-2021 Pantheon.tech\r
+  Modifications Copyright (C) 2021 Bell Canada.\r
+  ================================================================================\r
+  Licensed under the Apache License, Version 2.0 (the "License");\r
+  you may not use this file except in compliance with the License.\r
+  You may obtain a copy of the License at\r
+\r
+        http://www.apache.org/licenses/LICENSE-2.0\r
+\r
+  Unless required by applicable law or agreed to in writing, software\r
+  distributed under the License is distributed on an "AS IS" BASIS,\r
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+  See the License for the specific language governing permissions and\r
+  limitations under the License.\r
+  ============LICENSE_END=========================================================\r
+-->\r
+\r
 <project xmlns="http://maven.apache.org/POM/4.0.0"\r
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">\r
     <parent>\r
         <groupId>org.onap.oparent</groupId>\r
         <artifactId>oparent</artifactId>\r
-        <version>3.1.0</version>\r
+        <version>3.2.0</version>\r
     </parent>\r
 \r
     <groupId>org.onap.cps</groupId>\r
     <artifactId>cps-aggregator</artifactId>\r
-    <version>0.0.1-SNAPSHOT</version>\r
+    <version>3.1.0-SNAPSHOT</version>\r
     <packaging>pom</packaging>\r
 \r
     <name>cps</name>\r
         <module>cps-dependencies</module>\r
         <module>cps-bom</module>\r
         <module>cps-parent</module>\r
+        <module>cps-events</module>\r
         <module>cps-service</module>\r
         <module>cps-rest</module>\r
-        <module>cps-nf-proxy-rest</module>\r
+        <module>cps-ncmp-service</module>\r
+        <module>cps-ncmp-rest</module>\r
+        <module>cps-path-parser</module>\r
         <module>cps-ri</module>\r
         <module>checkstyle</module>\r
         <module>spotbugs</module>\r
+        <module>cps-application</module>\r
+        <module>jacoco-report</module>\r
     </modules>\r
+\r
+    <build>\r
+        <plugins>\r
+            <plugin>\r
+                <groupId>org.codehaus.mojo</groupId>\r
+                <artifactId>versions-maven-plugin</artifactId>\r
+                <version>2.8.1</version>\r
+                <configuration>\r
+                    <processAllModules>true</processAllModules>\r
+                </configuration>\r
+            </plugin>\r
+        </plugins>\r
+    </build>\r
+\r
 </project>\r