blob: e3f87680d81f50778dc017a5f228346539668824 [file] [log] [blame]
waqas.ikram12bfb7b2020-04-08 15:48:21 +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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4 <parent>
5 <groupId>org.onap.so.adapters</groupId>
6 <artifactId>etsi-sol003-adapter</artifactId>
7 <version>1.6.0-SNAPSHOT</version>
8 </parent>
9 <artifactId>etsi-sol003-lcm</artifactId>
10 <name>ETSI SOL003 Life Cycle Management</name>
11 <packaging>pom</packaging>
12 <modules>
13 <module>etsi-sol003-lcm-api</module>
14 <module>etsi-sol003-lcm-ext-clients</module>
15 <module>etsi-sol003-lcm-adapter</module>
16 </modules>
17</project>