blob: 0d17de138dda6553a7f79e9909ffb2cf58777106 [file] [log] [blame]
andre.schmid4188b202020-08-21 11:40:56 +01001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 ~ ============LICENSE_START=======================================================
4 ~ Copyright (C) 2020 Nordix Foundation
5 ~ ================================================================================
6 ~ Licensed under the Apache License, Version 2.0 (the "License");
7 ~ you may not use this file except in compliance with the License.
8 ~ You may obtain a copy of the License at
9 ~
10 ~ http://www.apache.org/licenses/LICENSE-2.0
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 ~ SPDX-License-Identifier: Apache-2.0
18 ~ ============LICENSE_END=========================================================
19 -->
20
21<project xmlns="http://maven.apache.org/POM/4.0.0"
22 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
24 <parent>
25 <artifactId>sdc-main</artifactId>
26 <groupId>org.openecomp.sdc</groupId>
sebdet33440962020-09-03 15:09:21 +020027 <version>1.7.1-SNAPSHOT</version>
andre.schmid4188b202020-08-21 11:40:56 +010028 </parent>
29 <modelVersion>4.0.0</modelVersion>
30 <artifactId>catalog-be-plugins</artifactId>
31 <packaging>pom</packaging>
32
33 <modules>
34 <module>etsi-nfv-nsd-csar-plugin</module>
35 </modules>
36
37</project>