blob: 4565894698a4e7154ac90f5a4e3d9daf00fe420c [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>
MichaelMorris0560a3a2023-10-27 18:18:46 +010012 <version>1.13.6-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>