blob: 993357e36e3e229a3d7fbd0a8d6fd41ee055d867 [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 Lando04a5bef2018-10-23 01:32:15 +030012 <version>1.3.1-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>