a1416ae7fc66d2e5ca1a1405f85def2fdf778e79
[dcaegen2/services/sdk.git] / standardization / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5
6   <modelVersion>4.0.0</modelVersion>
7
8   <parent>
9     <groupId>org.onap.dcaegen2.services</groupId>
10     <artifactId>sdk</artifactId>
11       <version>1.3.6-SNAPSHOT</version>
12     <relativePath>..</relativePath>
13   </parent>
14
15   <groupId>org.onap.dcaegen2.services.sdk</groupId>
16   <artifactId>dcaegen2-services-sdk-standardization</artifactId>
17
18   <name>dcaegen2-services-sdk-standardization</name>
19   <description>Common SDK repo for all DCAE standardization</description>
20   <packaging>pom</packaging>
21
22   <modules>
23     <module>api-custom-header</module>
24     <module>moher-api</module>
25   </modules>
26
27 </project>