MukeshKumar | 1d9546b | 2020-08-11 09:55:46 +0100 | [diff] [blame] | 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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 3 | <modelVersion>4.0.0</modelVersion> |
| 4 | <parent> |
| 5 | <groupId>org.onap.so.etsi.nfvo</groupId> |
| 6 | <artifactId>so-etsi-nfvo</artifactId> |
| 7 | <version>1.7.1-SNAPSHOT</version> |
| 8 | </parent> |
| 9 | <artifactId>so-etsi-nfvo-ns-lcm</artifactId> |
| 10 | <packaging>pom</packaging> |
| 11 | <name>SO ETSI NFVO NS LCM Manager</name> |
MukeshKumar | 677c4b0 | 2020-08-13 10:46:02 +0100 | [diff] [blame^] | 12 | |
MukeshKumar | 1d9546b | 2020-08-11 09:55:46 +0100 | [diff] [blame] | 13 | <modules> |
| 14 | <module>so-etsi-nfvo-ns-lcm-api</module> |
| 15 | <module>so-etsi-nfvo-ns-lcm-database-service</module> |
| 16 | <module>so-etsi-nfvo-ns-lcm-bpmn-flows</module> |
| 17 | <module>so-etsi-nfvo-ns-lcm-service</module> |
| 18 | <module>so-etsi-nfvo-ns-lcm-application</module> |
| 19 | </modules> |
| 20 | </project> |