blob: e7d9840a15f8bcd083e731477e35df62fd5ab23a [file] [log] [blame]
MukeshKumar1d9546b2020-08-11 09:55:46 +01001<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4 <parent>
5 <groupId>org.onap.so</groupId>
6 <artifactId>so</artifactId>
7 <version>1.7.1-SNAPSHOT</version>
8 </parent>
9 <groupId>org.onap.so.etsi.nfvo</groupId>
10 <artifactId>so-etsi-nfvo</artifactId>
11 <packaging>pom</packaging>
12 <name>SO ETSI NFVO</name>
13 <modules>
14 <module>so-etsi-nfvo-ns-lcm</module>
15 </modules>
16</project>