blob: 7f775e5c9aae3001e81c8a7a465928deb82a38d3 [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>
MichaelMorris1c4fe942023-06-06 17:28:47 +010012 <version>1.13.1-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>