Murali-P | d0e2136 | 2017-07-31 11:06:26 +0530 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
Gildas Lanilis | 4bffb55 | 2018-03-26 11:08:35 -0700 | [diff] [blame] | 3 | Copyright 2016-2018 Huawei Technologies Co., Ltd. |
Murali-P | d0e2136 | 2017-07-31 11:06:26 +0530 | [diff] [blame] | 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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
Murali | 9e1428a | 2017-09-07 07:18:45 +0000 | [diff] [blame] | 18 | <parent> |
| 19 | <groupId>org.onap.vnfsdk.refrepo</groupId> |
| 20 | <artifactId>vnfmarket</artifactId> |
Murali-P | 09763e9 | 2018-03-27 10:50:54 +0530 | [diff] [blame] | 21 | <version>1.1.0</version> |
Murali-P | d0e2136 | 2017-07-31 11:06:26 +0530 | [diff] [blame] | 22 | </parent> |
Murali | 9e1428a | 2017-09-07 07:18:45 +0000 | [diff] [blame] | 23 | |
Murali-P | d0e2136 | 2017-07-31 11:06:26 +0530 | [diff] [blame] | 24 | <modelVersion>4.0.0</modelVersion> |
Murali-P | 2a99e4d | 2017-08-09 11:48:30 +0530 | [diff] [blame] | 25 | <groupId>org.onap.vnfsdk.refrepo</groupId> |
Murali-P | d0e2136 | 2017-07-31 11:06:26 +0530 | [diff] [blame] | 26 | <artifactId>vnf-sdk-marketplace-core-parent</artifactId> |
Kanagaraj Manickam k00365106 | 377c1d9 | 2018-05-15 10:34:54 +0530 | [diff] [blame] | 27 | <version>1.1.1</version> |
Murali-P | d0e2136 | 2017-07-31 11:06:26 +0530 | [diff] [blame] | 28 | <packaging>pom</packaging> |
| 29 | <name>vnf-sdk-marketplace-core-parent</name> |
| 30 | <scm> |
| 31 | <tag>HEAD</tag> |
| 32 | </scm> |
| 33 | <modules> |
Moshe Hoadley | c2d8256 | 2017-10-31 12:22:12 +0200 | [diff] [blame] | 34 | <module>vnf-sdk-marketplace</module> |
Moshe Hoadley | c2d8256 | 2017-10-31 12:22:12 +0200 | [diff] [blame] | 35 | <module>deployment</module> |
Murali-P | d0e2136 | 2017-07-31 11:06:26 +0530 | [diff] [blame] | 36 | </modules> |
| 37 | </project> |