blob: 96a84173d43217c193137546e10e66f5aa40dd33 [file] [log] [blame]
Avi Zivb8e2faf2017-07-18 19:45:38 +03001<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xmlns="http://maven.apache.org/POM/4.0.0"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5 <name>openecomp-sdc-tosca-generator-lib</name>
6 <artifactId>openecomp-sdc-tosca-generator-lib</artifactId>
7
8 <packaging>pom</packaging>
9 <parent>
10 <artifactId>openecomp-sdc-lib</artifactId>
11 <groupId>org.openecomp.sdc</groupId>
Michael Landob5fc68f2018-11-15 13:36:12 +020012 <version>1.4.0-SNAPSHOT</version>
Avi Zivb8e2faf2017-07-18 19:45:38 +030013 </parent>
14
15 <modules>
16 <module>openecomp-sdc-tosca-generator-api</module>
17 <module>openecomp-sdc-tosca-generator-core</module>
18 </modules>
19
20 <dependencies>
21 </dependencies>
22</project>