blob: 9b988a2a06ff50eb3aa682af1810c4945eafbdf4 [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>
MichaelMorris5573d132023-04-03 13:58:28 +010012 <version>1.12.4-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>