Merge "[1707-OS] Updated license text according to the"
[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.1.0-SNAPSHOT</version>
13         <relativePath>..</relativePath>
14     </parent>
15
16
17     <modules>
18         <module>openecomp-sdc-vendor-software-product-api</module>
19         <module>openecomp-sdc-vendor-software-product-core</module>
20     </modules>
21
22
23 </project>