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> |
Avinash S | 60c8d06 | 2018-01-10 05:58:00 +0000 | [diff] [blame] | 26 | <version>1.0.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> |
Avinash S | c579ca0 | 2018-02-01 12:02:29 +0000 | [diff] [blame^] | 30 | <version>1.1.0-SNAPSHOT</version> |
Murali-P | dd9444f | 2017-08-09 18:13:47 +0530 | [diff] [blame] | 31 | <name>vnfmarket/deployment</name> |
Murali-P | d0e2136 | 2017-07-31 11:06:26 +0530 | [diff] [blame] | 32 | <packaging>pom</packaging> |
| 33 | |
Murali-P | dd9444f | 2017-08-09 18:13:47 +0530 | [diff] [blame] | 34 | <modules> |
| 35 | <module>zip</module> |
Murali | 5fe29a2 | 2017-09-14 06:17:44 +0000 | [diff] [blame] | 36 | <module>docker/docker-postgres</module> |
| 37 | <module>docker/docker-refrepo</module> |
Murali-P | dd9444f | 2017-08-09 18:13:47 +0530 | [diff] [blame] | 38 | </modules> |
Murali-P | d0e2136 | 2017-07-31 11:06:26 +0530 | [diff] [blame] | 39 | |
Murali-P | d0e2136 | 2017-07-31 11:06:26 +0530 | [diff] [blame] | 40 | </project> |