blob: 67061d3673003697199fd683ac3e97a9e2f22b2e [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>
ChrisC00acf3d2021-03-22 13:54:06 +010012 <version>1.9.0-SNAPSHOT</version>
Michael Landof5f13c42017-02-19 12:35:04 +020013 </parent>
14
Michael Landof5f13c42017-02-19 12:35:04 +020015 <modules>
16 <module>openecomp-sdc-vendor-software-product-api</module>
17 <module>openecomp-sdc-vendor-software-product-core</module>
18 </modules>
19
AviZi280f8012017-06-09 02:39:56 +030020</project>