blob: 06e61c1e62d6dd29a9387585c2a0c412f0621ce8 [file] [log] [blame]
MukeshKumara6cddad2021-02-04 15:16:35 +00001<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
waqas.ikramb74192c2021-02-05 09:08:37 +00002 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
MukeshKumara6cddad2021-02-04 15:16:35 +00003 <modelVersion>4.0.0</modelVersion>
4 <parent>
waqas.ikramb74192c2021-02-05 09:08:37 +00005 <groupId>org.onap.so.adapters.so-etsi-sol003-adapter</groupId>
MukeshKumara6cddad2021-02-04 15:16:35 +00006 <artifactId>so-etsi-sol003-adapter</artifactId>
waqas.ikram89792d82021-06-25 12:55:25 +01007 <version>1.9.0-SNAPSHOT</version>
MukeshKumara6cddad2021-02-04 15:16:35 +00008 </parent>
waqas.ikramb74192c2021-02-05 09:08:37 +00009 <groupId>org.onap.so.adapters.so-etsi-sol003-adapter.lcm</groupId>
MukeshKumara6cddad2021-02-04 15:16:35 +000010 <artifactId>so-etsi-sol003-adapter-lcm</artifactId>
11 <name>SO ETSI SOL003 Life Cycle Management</name>
12 <packaging>pom</packaging>
13
14 <modules>
15 <module>so-etsi-sol003-adapter-lcm-api</module>
16 <module>so-etsi-sol003-adapter-lcm-ext-clients</module>
17 <module>so-etsi-sol003-adapter-lcm-service</module>
18 </modules>
19</project>