blob: 236753178447b0acda96b3853d1b07d72c9d2878 [file] [log] [blame]
Michael Lando5b593492018-07-29 16:13:45 +03001<project xmlns="http://maven.apache.org/POM/4.0.0"
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4 <modelVersion>4.0.0</modelVersion>
amitjai42c920b2018-04-27 13:28:57 +05305
Michael Lando5b593492018-07-29 16:13:45 +03006 <name>onap-common-configuration-management</name>
7 <artifactId>onap-common-configuration-management</artifactId>
8 <packaging>pom</packaging>
amitjai42c920b2018-04-27 13:28:57 +05309
Michael Lando5b593492018-07-29 16:13:45 +030010 <parent>
11 <groupId>org.onap.sdc.common</groupId>
12 <artifactId>onap-common-lib</artifactId>
13 <version>1.3.0-SNAPSHOT</version>
14 <relativePath>..</relativePath>
15 </parent>
amitjai42c920b2018-04-27 13:28:57 +053016
Michael Lando5b593492018-07-29 16:13:45 +030017 <modules>
18 <module>onap-configuration-management-api</module>
19 <module>onap-configuration-management-core</module>
20 <module>onap-configuration-management-test</module>
21 </modules>
amitjai42c920b2018-04-27 13:28:57 +053022
amitjai42c920b2018-04-27 13:28:57 +053023</project>