blob: 05976cb791ef8c73a27a121d86ccb783ce64a768 [file] [log] [blame]
shrek2000c8a540b2017-09-11 15:45:37 +03001<?xml version="1.0" encoding="UTF-8"?>
2<project xmlns="http://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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
7 <parent>
8 <groupId>org.openecomp.sdc</groupId>
9 <artifactId>openecomp-sdc-lib</artifactId>
Michael Lando0ad3c802017-09-19 16:32:59 +030010 <version>1.2.0-SNAPSHOT</version>
shrek2000c8a540b2017-09-11 15:45:37 +030011 </parent>
12
13 <artifactId>openecomp-tosca-converter-lib</artifactId>
Michael Lando0ad3c802017-09-19 16:32:59 +030014 <version>1.2.0-SNAPSHOT</version>
shrek2000c8a540b2017-09-11 15:45:37 +030015 <packaging>pom</packaging>
16
17 <modules>
18 <module>openecomp-tosca-converter-api</module>
19 <module>openecomp-tosca-converter-core</module>
20 </modules>
21
22
23</project>