updating image for sol003 and cockpit
[integration/csit.git] / plans / so / integration-etsi-testing / so-simulators / vnfm-simulator / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3   <modelVersion>4.0.0</modelVersion>
4   <parent>
5     <groupId>org.onap.so.simulators</groupId>
6     <artifactId>so-simulators</artifactId>
7     <version>1.0-SNAPSHOT</version>
8   </parent>
9
10   <groupId>org.onap.so.simulators.vnfm</groupId>
11   <artifactId>vnfm-simulator</artifactId>
12
13   <packaging>pom</packaging>
14   <name>${project.artifactId}</name>
15
16   <modules>
17     <module>vnfm-api</module>
18     <module>vnfm-service</module>
19   </modules>
20 </project>