blob: a134edb6bd8cc232a9f2988bb53e2d2f91c53744 [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>
ChrisC00acf3d2021-03-22 13:54:06 +010012 <version>1.9.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>