“shentao” | ee2ca98 | 2016-09-18 15:38:21 +0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | |
Chris Donley | 8bbbe10 | 2018-03-13 16:51:03 -0700 | [diff] [blame] | 4 | Copyright (C) 2018, Huawei Technologies, Ltd. |
“shentao” | 6f01a87 | 2017-01-26 16:19:00 +0800 | [diff] [blame] | 5 | Copyright (C) 2017 CMCC, Inc. and others. All rights reserved. |
“shentao” | ee2ca98 | 2016-09-18 15:38:21 +0800 | [diff] [blame] | 6 | |
| 7 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 8 | you may not use this file except in compliance with the License. |
| 9 | You may obtain a copy of the License at |
| 10 | |
| 11 | http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | |
| 13 | Unless required by applicable law or agreed to in writing, software |
| 14 | distributed under the License is distributed on an "AS IS" BASIS, |
| 15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 16 | See the License for the specific language governing permissions and |
| 17 | limitations under the License. |
| 18 | |
| 19 | --> |
| 20 | <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"> |
| 21 | <parent> |
Murali-P | c079b1b | 2017-08-03 14:59:50 +0530 | [diff] [blame] | 22 | <groupId>org.onap.oparent</groupId> |
“shentao” | ee2ca98 | 2016-09-18 15:38:21 +0800 | [diff] [blame] | 23 | <artifactId>oparent</artifactId> |
Chris Donley | 8bbbe10 | 2018-03-13 16:51:03 -0700 | [diff] [blame] | 24 | <version>1.1.0</version> |
Murali | 74c062d | 2017-11-08 06:19:03 +0000 | [diff] [blame] | 25 | <relativePath>../../oparent</relativePath> |
“shentao” | ee2ca98 | 2016-09-18 15:38:21 +0800 | [diff] [blame] | 26 | </parent> |
“shentao” | 6f01a87 | 2017-01-26 16:19:00 +0800 | [diff] [blame] | 27 | |
“shentao” | ee2ca98 | 2016-09-18 15:38:21 +0800 | [diff] [blame] | 28 | <modelVersion>4.0.0</modelVersion> |
Murali-P | 4e60efd | 2017-08-09 12:13:32 +0530 | [diff] [blame] | 29 | <groupId>org.onap.vnfsdk.refrepo</groupId> |
Murali-P | c079b1b | 2017-08-03 14:59:50 +0530 | [diff] [blame] | 30 | <artifactId>vnfmarket</artifactId> |
Jessica Wagantall | 04c21fa | 2018-03-26 15:41:13 -0700 | [diff] [blame] | 31 | <version>1.1.0</version> |
“shentao” | ee2ca98 | 2016-09-18 15:38:21 +0800 | [diff] [blame] | 32 | <packaging>pom</packaging> |
Jessica Wagantall | fe9f6d7 | 2017-09-08 15:02:12 -0700 | [diff] [blame] | 33 | <name>vnfsdk-refrepo</name> |
“shentao” | 6f01a87 | 2017-01-26 16:19:00 +0800 | [diff] [blame] | 34 | |
Murali | 28b57ab | 2017-11-07 12:13:33 +0000 | [diff] [blame] | 35 | <modules> |
Moshe Hoadley | c2d8256 | 2017-10-31 12:22:12 +0200 | [diff] [blame] | 36 | <module>vnfmarket-be</module> |
“shentao” | ee2ca98 | 2016-09-18 15:38:21 +0800 | [diff] [blame] | 37 | </modules> |
| 38 | </project> |