blob: 0b6c7eb7046e6959219a193801ff69dd815e6b2d [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>
MukeshKumare38802a2021-02-26 09:45:02 +00007 <version>1.8.1-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.pkgm</groupId>
MukeshKumara6cddad2021-02-04 15:16:35 +000010 <artifactId>so-etsi-sol003-adapter-pkgm</artifactId>
11 <name>SO ETSI SOL003 VNF Package Management</name>
12 <packaging>pom</packaging>
13 <modules>
14 <module>so-etsi-sol003-adapter-pkgm-api</module>
15 <module>so-etsi-sol003-adapter-pkgm-ext-clients</module>
16 <module>so-etsi-sol003-adapter-pkgm-service</module>
17 </modules>
18</project>