blob: cad2a503045d1c23b4b7f4d2e5dec92a983b1337 [file] [log] [blame]
Michael Landof5f13c42017-02-19 12:35:04 +02001<?xml version="1.0" encoding="UTF-8"?>
AviZi280f8012017-06-09 02:39:56 +03002<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xmlns="http://maven.apache.org/POM/4.0.0"
Michael Landof5f13c42017-02-19 12:35:04 +02004 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>
AviZi280f8012017-06-09 02:39:56 +03006 <artifactId>openecomp-sdc-vendor-software-product-lib</artifactId>
7 <packaging>pom</packaging>
Michael Landof5f13c42017-02-19 12:35:04 +02008
9 <parent>
10 <groupId>org.openecomp.sdc</groupId>
11 <artifactId>openecomp-sdc-lib</artifactId>
Michael Landod8a0dea2018-06-02 19:23:27 +030012 <version>1.3.0-SNAPSHOT</version>
AviZi280f8012017-06-09 02:39:56 +030013 <relativePath>..</relativePath>
Michael Landof5f13c42017-02-19 12:35:04 +020014 </parent>
15
16
Michael Landof5f13c42017-02-19 12:35:04 +020017 <modules>
18 <module>openecomp-sdc-vendor-software-product-api</module>
19 <module>openecomp-sdc-vendor-software-product-core</module>
20 </modules>
21
AviZi280f8012017-06-09 02:39:56 +030022
23</project>