blob: 4cf38c64daa59ad89c6ec4f392fb6ed0fd36fc6b [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>
12 <version>1.1.0-SNAPSHOT</version>
13 </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>