05c974178be037090dd113143370891cbdaf7df9
[integration/csit.git] / plans / usecases / pnf-sw-upgrade / so / simulator / package / 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     <parent>
4         <artifactId>simulator</artifactId>
5         <groupId>org.onap.so.simulators</groupId>
6         <version>1.0-SNAPSHOT</version>
7     </parent>
8     <modelVersion>4.0.0</modelVersion>
9
10     <artifactId>package</artifactId>
11     <packaging>pom</packaging>
12     <name>${project.artifactId}</name>
13     <modules>
14         <module>docker</module>
15     </modules>
16
17
18 </project>