Update version to 1.13.6-SNAPSHOT
[sdc.git] / common / onap-common-configuration-management / 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-common-configuration-management</name>
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>
13         <version>1.13.6-SNAPSHOT</version>
14     </parent>
15
16         <modules>
17                 <module>onap-configuration-management-api</module>
18                 <module>onap-configuration-management-core</module>
19         </modules>
20
21 </project>