Murali-P | d0e2136 | 2017-07-31 11:06:26 +0530 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
Murali-P | dd9444f | 2017-08-09 18:13:47 +0530 | [diff] [blame] | 3 | Copyright 2017 Huawei Technologies Co., Ltd. |
| 4 | |
| 5 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | you may not use this file except in compliance with the License. |
| 7 | You may obtain a copy of the License at |
| 8 | |
| 9 | http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | |
| 11 | Unless required by applicable law or agreed to in writing, software |
| 12 | distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | See the License for the specific language governing permissions and |
| 15 | limitations under the License. |
| 16 | --> |
| 17 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| 18 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 19 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 |
| 20 | http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
Murali-P | d0e2136 | 2017-07-31 11:06:26 +0530 | [diff] [blame] | 21 | <modelVersion>4.0.0</modelVersion> |
Murali-P | dd9444f | 2017-08-09 18:13:47 +0530 | [diff] [blame] | 22 | |
| 23 | <parent> |
Murali-P | 2a99e4d | 2017-08-09 11:48:30 +0530 | [diff] [blame] | 24 | <groupId>org.onap.vnfsdk.refrepo</groupId> |
Murali | 5f476c0 | 2017-08-22 12:00:06 +0000 | [diff] [blame] | 25 | <artifactId>vnf-sdk-marketplace-core-parent</artifactId> |
Victor Gao | feae7a6 | 2019-05-06 20:07:38 +0800 | [diff] [blame^] | 26 | <version>1.3.0</version> |
Murali-P | d0e2136 | 2017-07-31 11:06:26 +0530 | [diff] [blame] | 27 | </parent> |
| 28 | |
Murali-P | dd9444f | 2017-08-09 18:13:47 +0530 | [diff] [blame] | 29 | <artifactId>vnfmarket-deployment</artifactId> |
| 30 | <name>vnfmarket/deployment</name> |
Murali-P | d0e2136 | 2017-07-31 11:06:26 +0530 | [diff] [blame] | 31 | <packaging>pom</packaging> |
| 32 | |
Murali-P | dd9444f | 2017-08-09 18:13:47 +0530 | [diff] [blame] | 33 | <modules> |
| 34 | <module>zip</module> |
Murali | 5fe29a2 | 2017-09-14 06:17:44 +0000 | [diff] [blame] | 35 | <module>docker/docker-postgres</module> |
Murali-P | 09763e9 | 2018-03-27 10:50:54 +0530 | [diff] [blame] | 36 | <module>docker/docker-refrepo</module> |
Murali-P | dd9444f | 2017-08-09 18:13:47 +0530 | [diff] [blame] | 37 | </modules> |
Murali-P | d0e2136 | 2017-07-31 11:06:26 +0530 | [diff] [blame] | 38 | </project> |