Chore: Add gerrit maven verify GHA workflow
[sdnc/oam.git] / platform-logic / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3     <modelVersion>4.0.0</modelVersion>
4
5     <parent>
6         <groupId>org.onap.sdnc.oam</groupId>
7         <artifactId>sdnc-oam</artifactId>
8         <version>2.7.0-SNAPSHOT</version>
9     </parent>
10
11     <artifactId>platform-logic</artifactId>
12     <packaging>pom</packaging>
13
14     <name>sdnc-oam :: platform-logic</name>
15     <description>Contains platform-level service logic</description>
16     <organization>
17         <name>ONAP</name>
18     </organization>
19
20     <modules>
21         <module>setup</module>
22         <module>generic-resource-api</module>
23         <module>vnfapi</module>
24         <module>lcm</module>
25         <module>optical-service</module>
26         <module>restapi-templates</module>
27         <module>restconfapi-yang</module>
28         <module>datachange</module>
29         <module>installer</module>
30     </modules>
31
32     <properties>
33         <application.name>platform-logic</application.name>
34
35         <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
36         <build.number>${maven.build.timestamp}</build.number>
37     </properties>
38 </project>