blob: ead49025d906325d0eefa0de14b55a3d5dfb77ed [file] [log] [blame]
Murali-Pd0e21362017-07-31 11:06:26 +05301<?xml version="1.0" encoding="UTF-8"?>
2<!--
Gildas Lanilis4bffb552018-03-26 11:08:35 -07003 Copyright 2016-2018 Huawei Technologies Co., Ltd.
Murali-Pd0e21362017-07-31 11:06:26 +05304
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">
Murali9e1428a2017-09-07 07:18:45 +000018 <parent>
19 <groupId>org.onap.vnfsdk.refrepo</groupId>
20 <artifactId>vnfmarket</artifactId>
Murali-P09763e92018-03-27 10:50:54 +053021 <version>1.1.0</version>
Murali-Pd0e21362017-07-31 11:06:26 +053022 </parent>
Murali9e1428a2017-09-07 07:18:45 +000023
Murali-Pd0e21362017-07-31 11:06:26 +053024 <modelVersion>4.0.0</modelVersion>
Murali-P2a99e4d2017-08-09 11:48:30 +053025 <groupId>org.onap.vnfsdk.refrepo</groupId>
Murali-Pd0e21362017-07-31 11:06:26 +053026 <artifactId>vnf-sdk-marketplace-core-parent</artifactId>
Kanagaraj Manickam k00365106377c1d92018-05-15 10:34:54 +053027 <version>1.1.1</version>
Murali-Pd0e21362017-07-31 11:06:26 +053028 <packaging>pom</packaging>
29 <name>vnf-sdk-marketplace-core-parent</name>
30 <scm>
31 <tag>HEAD</tag>
32 </scm>
33 <modules>
Moshe Hoadleyc2d82562017-10-31 12:22:12 +020034 <module>vnf-sdk-marketplace</module>
Moshe Hoadleyc2d82562017-10-31 12:22:12 +020035 <module>deployment</module>
Murali-Pd0e21362017-07-31 11:06:26 +053036 </modules>
37</project>