Update version to 1.13.6-SNAPSHOT
[sdc.git] / openecomp-be / lib / openecomp-sdc-vendor-software-product-lib / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3          xmlns="http://maven.apache.org/POM/4.0.0"
4          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5     <modelVersion>4.0.0</modelVersion>
6     <artifactId>openecomp-sdc-vendor-software-product-lib</artifactId>
7     <packaging>pom</packaging>
8
9     <parent>
10         <groupId>org.openecomp.sdc</groupId>
11         <artifactId>openecomp-sdc-lib</artifactId>
12         <version>1.13.6-SNAPSHOT</version>
13     </parent>
14
15     <modules>
16         <module>openecomp-sdc-vendor-software-product-api</module>
17         <module>openecomp-sdc-vendor-software-product-core</module>
18     </modules>
19
20 </project>