blob: e5c6df336593172b553a507bdc22bf4cfcb3fb77 [file] [log] [blame]
Rishi Chailb220d742020-09-16 15:23:53 +01001<project xmlns="http://maven.apache.org/POM/4.0.0"
Claudio David Gasparini70c17022020-10-26 10:12:10 +01002 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
Rishi Chail6f523db2020-10-21 12:04:16 +01004 <modelVersion>4.0.0</modelVersion>
5 <parent>
6 <groupId>org.onap.oparent</groupId>
7 <artifactId>oparent</artifactId>
8 <version>3.1.0</version>
9 </parent>
Claudio David Gasparini70c17022020-10-26 10:12:10 +010010
Rishi Chail6f523db2020-10-21 12:04:16 +010011 <groupId>org.onap.cps</groupId>
Claudio David Gasparini70c17022020-10-26 10:12:10 +010012 <artifactId>cps-aggregator</artifactId>
Rishi Chail6f523db2020-10-21 12:04:16 +010013 <version>0.0.1-SNAPSHOT</version>
14 <packaging>pom</packaging>
Claudio David Gasparini70c17022020-10-26 10:12:10 +010015
Rishi Chail6f523db2020-10-21 12:04:16 +010016 <name>cps</name>
ToineSiebelinke40f4d22020-11-16 17:25:29 +000017 <description>ONAP Configuration Persistence Service</description>
Claudio David Gasparini70c17022020-10-26 10:12:10 +010018
Rishi Chail6f523db2020-10-21 12:04:16 +010019 <organization>
20 <name>ONAP - CPS</name>
21 <url>http://www.onap.org/</url>
22 </organization>
Rishi Chailb220d742020-09-16 15:23:53 +010023
Claudio David Gasparini70c17022020-10-26 10:12:10 +010024 <properties>
25 <maven.deploy.skip>true</maven.deploy.skip>
26 <maven.install.skip>true</maven.install.skip>
27 </properties>
Rishi Chail6f523db2020-10-21 12:04:16 +010028
29 <modules>
Claudio David Gasparini70c17022020-10-26 10:12:10 +010030 <module>cps-dependencies</module>
31 <module>cps-bom</module>
32 <module>cps-parent</module>
Rishi Chail6f523db2020-10-21 12:04:16 +010033 <module>cps-service</module>
34 <module>cps-rest</module>
35 <module>cps-ri</module>
Claudio David Gasparini35b2b442020-12-01 14:53:40 +010036 <module>checkstyle</module>
Rishi Chail6f523db2020-10-21 12:04:16 +010037 </modules>
Rishi Chailf9255872020-09-28 12:30:58 +010038</project>