blob: fbaa8d33ded570c383f6ee9075032265c35e9859 [file] [log] [blame]
“shentao”ee2ca982016-09-18 15:38:21 +08001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3
Chris Donley8bbbe102018-03-13 16:51:03 -07004 Copyright (C) 2018, Huawei Technologies, Ltd.
“shentao”6f01a872017-01-26 16:19:00 +08005 Copyright (C) 2017 CMCC, Inc. and others. All rights reserved.
“shentao”ee2ca982016-09-18 15:38:21 +08006
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-Pc079b1b2017-08-03 14:59:50 +053022 <groupId>org.onap.oparent</groupId>
“shentao”ee2ca982016-09-18 15:38:21 +080023 <artifactId>oparent</artifactId>
Chris Donley8bbbe102018-03-13 16:51:03 -070024 <version>1.1.0</version>
Murali74c062d2017-11-08 06:19:03 +000025 <relativePath>../../oparent</relativePath>
“shentao”ee2ca982016-09-18 15:38:21 +080026 </parent>
“shentao”6f01a872017-01-26 16:19:00 +080027
“shentao”ee2ca982016-09-18 15:38:21 +080028 <modelVersion>4.0.0</modelVersion>
Murali-P4e60efd2017-08-09 12:13:32 +053029 <groupId>org.onap.vnfsdk.refrepo</groupId>
Murali-Pc079b1b2017-08-03 14:59:50 +053030 <artifactId>vnfmarket</artifactId>
Jessica Wagantall04c21fa2018-03-26 15:41:13 -070031 <version>1.1.0</version>
“shentao”ee2ca982016-09-18 15:38:21 +080032 <packaging>pom</packaging>
Jessica Wagantallfe9f6d72017-09-08 15:02:12 -070033 <name>vnfsdk-refrepo</name>
“shentao”6f01a872017-01-26 16:19:00 +080034
Murali28b57ab2017-11-07 12:13:33 +000035 <modules>
Moshe Hoadleyc2d82562017-10-31 12:22:12 +020036 <module>vnfmarket-be</module>
“shentao”ee2ca982016-09-18 15:38:21 +080037 </modules>
38</project>