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