blob: a1ee8d3985a8135172b8cde4e5ede8b475621d30 [file] [log] [blame]
Avi Zivb8e2faf2017-07-18 19:45:38 +03001<?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.0-SNAPSHOT</version>
13 </parent>
14
15
16 <modules>
17 <module>openecomp-sdc-vendor-software-product-api</module>
18 <module>openecomp-sdc-vendor-software-product-core</module>
19 </modules>
20
21
22</project>