shivasubedi | 8df61a9 | 2021-06-16 14:43:18 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
Jessica Wagantall | bf80026 | 2021-02-18 15:20:49 -0500 | [diff] [blame] | 2 | <!--
|
| 3 | ============LICENSE_START=======================================================
|
| 4 | Copyright (c) 2020 Linux Foundation.
|
lukegleeson | 15b93e7 | 2021-07-07 15:25:30 +0100 | [diff] [blame] | 5 | Modifications Copyright (C) 2020-2021 Nordix Foundation
|
| 6 | Modifications Copyright (C) 2020-2021 Pantheon.tech
|
Jessica Wagantall | bf80026 | 2021-02-18 15:20:49 -0500 | [diff] [blame] | 7 | Modifications Copyright (C) 2021 Bell Canada.
|
| 8 | ================================================================================
|
| 9 | Licensed under the Apache License, Version 2.0 (the "License");
|
| 10 | you may not use this file except in compliance with the License.
|
| 11 | You may obtain a copy of the License at
|
| 12 |
|
| 13 | http://www.apache.org/licenses/LICENSE-2.0
|
| 14 |
|
| 15 | Unless required by applicable law or agreed to in writing, software
|
| 16 | distributed under the License is distributed on an "AS IS" BASIS,
|
| 17 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
| 18 | See the License for the specific language governing permissions and
|
| 19 | limitations under the License.
|
| 20 | ============LICENSE_END=========================================================
|
| 21 | -->
|
| 22 |
|
Rishi Chail | b220d74 | 2020-09-16 15:23:53 +0100 | [diff] [blame] | 23 | <project xmlns="http://maven.apache.org/POM/4.0.0"
|
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 24 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
| 25 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
Rishi Chail | 6f523db | 2020-10-21 12:04:16 +0100 | [diff] [blame] | 26 | <modelVersion>4.0.0</modelVersion>
|
| 27 | <parent>
|
| 28 | <groupId>org.onap.oparent</groupId>
|
| 29 | <artifactId>oparent</artifactId>
|
Rishi.Chail | f8bd3b7 | 2021-01-28 13:22:43 +0000 | [diff] [blame] | 30 | <version>3.2.0</version>
|
Rishi Chail | 6f523db | 2020-10-21 12:04:16 +0100 | [diff] [blame] | 31 | </parent>
|
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 32 |
|
Rishi Chail | 6f523db | 2020-10-21 12:04:16 +0100 | [diff] [blame] | 33 | <groupId>org.onap.cps</groupId>
|
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 34 | <artifactId>cps-aggregator</artifactId>
|
puthuparambil.aditya | a2a146c | 2022-04-28 14:32:22 +0100 | [diff] [blame] | 35 | <version>3.0.2-SNAPSHOT</version>
|
Rishi Chail | 6f523db | 2020-10-21 12:04:16 +0100 | [diff] [blame] | 36 | <packaging>pom</packaging>
|
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 37 |
|
Rishi Chail | 6f523db | 2020-10-21 12:04:16 +0100 | [diff] [blame] | 38 | <name>cps</name>
|
ToineSiebelink | e40f4d2 | 2020-11-16 17:25:29 +0000 | [diff] [blame] | 39 | <description>ONAP Configuration Persistence Service</description>
|
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 40 |
|
Rishi Chail | 6f523db | 2020-10-21 12:04:16 +0100 | [diff] [blame] | 41 | <organization>
|
| 42 | <name>ONAP - CPS</name>
|
| 43 | <url>http://www.onap.org/</url>
|
| 44 | </organization>
|
Rishi Chail | b220d74 | 2020-09-16 15:23:53 +0100 | [diff] [blame] | 45 |
|
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 46 | <properties>
|
| 47 | <maven.deploy.skip>true</maven.deploy.skip>
|
| 48 | <maven.install.skip>true</maven.install.skip>
|
| 49 | </properties>
|
Rishi Chail | 6f523db | 2020-10-21 12:04:16 +0100 | [diff] [blame] | 50 |
|
| 51 | <modules>
|
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 52 | <module>cps-dependencies</module>
|
| 53 | <module>cps-bom</module>
|
| 54 | <module>cps-parent</module>
|
Bruno Sakoto | f549c7c | 2021-05-18 16:02:30 -0400 | [diff] [blame] | 55 | <module>cps-events</module>
|
Rishi Chail | 6f523db | 2020-10-21 12:04:16 +0100 | [diff] [blame] | 56 | <module>cps-service</module>
|
| 57 | <module>cps-rest</module>
|
tragait | 34a94b9 | 2021-03-30 12:02:27 +0100 | [diff] [blame] | 58 | <module>cps-ncmp-service</module>
|
| 59 | <module>cps-ncmp-rest</module>
|
ToineSiebelink | c37678a | 2021-05-20 16:44:21 +0100 | [diff] [blame] | 60 | <module>cps-path-parser</module>
|
Rishi Chail | 6f523db | 2020-10-21 12:04:16 +0100 | [diff] [blame] | 61 | <module>cps-ri</module>
|
Claudio David Gasparini | 35b2b44 | 2020-12-01 14:53:40 +0100 | [diff] [blame] | 62 | <module>checkstyle</module>
|
Claudio David Gasparini | 9f93f79 | 2020-12-18 14:37:27 +0100 | [diff] [blame] | 63 | <module>spotbugs</module>
|
Claudio D. Gasparini | b77bf25 | 2021-01-28 15:36:37 +0100 | [diff] [blame] | 64 | <module>cps-application</module>
|
ToineSiebelink | 73001f6 | 2021-09-17 15:07:38 +0100 | [diff] [blame] | 65 | <module>jacoco-report</module>
|
Rishi Chail | 6f523db | 2020-10-21 12:04:16 +0100 | [diff] [blame] | 66 | </modules>
|
Jessica Wagantall | bf80026 | 2021-02-18 15:20:49 -0500 | [diff] [blame] | 67 |
|
| 68 | <build>
|
| 69 | <plugins>
|
| 70 | <plugin>
|
| 71 | <groupId>org.codehaus.mojo</groupId>
|
| 72 | <artifactId>versions-maven-plugin</artifactId>
|
| 73 | <version>2.8.1</version>
|
| 74 | <configuration>
|
| 75 | <processAllModules>true</processAllModules>
|
| 76 | </configuration>
|
| 77 | </plugin>
|
| 78 | </plugins>
|
| 79 | </build>
|
| 80 |
|
Rishi Chail | f925587 | 2020-09-28 12:30:58 +0100 | [diff] [blame] | 81 | </project>
|