re base code
[sdc.git] / common / onap-common-configuration-management / onap-configuration-management-api / pom.xml
1 <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>
5
6         <name>onap-configuration-management-api</name>
7         <artifactId>onap-configuration-management-api</artifactId>
8
9         <parent>
10                 <artifactId>onap-common-configuration-management</artifactId>
11                 <groupId>org.onap.sdc.common</groupId>
12                 <version>1.3.0-SNAPSHOT</version>
13                 <relativePath>..</relativePath>
14         </parent>
15
16 </project>