blob: 7dec3fcd14753772616ba8e780f13cb012b39f9c [file] [log] [blame]
amitjai42c920b2018-04-27 13:28:57 +05301<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 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 <name>onap-common-configuration-management</name>
6 <groupId>org.onap.sdc.common</groupId>
7 <artifactId>onap-common-configuration-management</artifactId>
8 <packaging>pom</packaging>
9
10 <parent>
11 <groupId>org.onap.sdc.common</groupId>
12 <artifactId>onap-common-lib</artifactId>
Michael Lando5920d2c2018-05-26 20:03:34 +030013 <version>1.3.0-SNAPSHOT</version>
amitjai42c920b2018-04-27 13:28:57 +053014 <relativePath>..</relativePath>
15 </parent>
16
17 <modules>
18 <module>onap-configuration-management-api</module>
19 <module>onap-configuration-management-core</module>
20 <module>onap-configuration-management-test</module>
21 </modules>
22
23<repositories>
24 <repository>
25 <id>java.net</id>
26 <url>http://repo1.maven.org/maven2</url>
27 </repository>
28</repositories>
29
30</project>