blob: b457e235d312425dacafb2454c70311d235d7411 [file] [log] [blame]
DylanB95ESTb5a23832021-06-02 19:45:46 +01001<!--
2 ============LICENSE_START=======================================================
egernugb0ee0382024-04-17 10:08:38 +01003 Copyright (c) 2021-2024 Nordix Foundation.
puthuparambil.aditya08fe9712021-07-13 11:52:13 +01004 Modifications Copyright (C) 2021 Bell Canada.
DylanB95ESTb5a23832021-06-02 19:45:46 +01005 ================================================================================
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
lukegleesonb208aeb2021-07-08 16:48:15 +01009
DylanB95ESTb5a23832021-06-02 19:45:46 +010010 http://www.apache.org/licenses/LICENSE-2.0
lukegleesonb208aeb2021-07-08 16:48:15 +010011
DylanB95ESTb5a23832021-06-02 19:45:46 +010012 Unless required by applicable law or agreed to in writing, software
13 distributed under the License is distributed on an "AS IS" BASIS,
14 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 See the License for the specific language governing permissions and
16 limitations under the License.
lukegleesonb208aeb2021-07-08 16:48:15 +010017
18 SPDX-License-Identifier: Apache-2.0
DylanB95ESTb5a23832021-06-02 19:45:46 +010019 ============LICENSE_END=========================================================
ToineSiebelink4cbd60b2021-09-30 16:53:42 +010020-->
DylanB95ESTb5a23832021-06-02 19:45:46 +010021<project xmlns="http://maven.apache.org/POM/4.0.0"
puthuparambil.aditya08fe9712021-07-13 11:52:13 +010022 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
DylanB95ESTb5a23832021-06-02 19:45:46 +010024 <modelVersion>4.0.0</modelVersion>
DylanB95ESTb5a23832021-06-02 19:45:46 +010025 <parent>
26 <groupId>org.onap.oparent</groupId>
27 <artifactId>oparent</artifactId>
ToineSiebelink54d10a72022-04-05 13:54:32 +010028 <version>3.3.0</version>
DylanB95ESTb5a23832021-06-02 19:45:46 +010029 <relativePath/>
30 </parent>
egernug5e4eb8c2024-06-21 12:53:06 +010031 <packaging>pom</packaging>
DylanB95ESTb5a23832021-06-02 19:45:46 +010032 <organization>
33 <name>ONAP - CPS</name>
34 <url>http://www.onap.org/</url>
35 </organization>
egernug5e4eb8c2024-06-21 12:53:06 +010036 <modules>
37 <module>dmi-service</module>
egernuge703e342024-07-08 10:59:08 +010038 <module>dmi-stub</module>
egernug5e4eb8c2024-06-21 12:53:06 +010039 </modules>
DylanB95ESTb5a23832021-06-02 19:45:46 +010040 <groupId>org.onap.cps</groupId>
41 <artifactId>ncmp-dmi-plugin</artifactId>
mpriyank4e9a5592024-05-15 10:48:17 +010042 <version>1.6.0-SNAPSHOT</version>
DylanB95ESTb5a23832021-06-02 19:45:46 +010043 <name>ncmp-dmi-plugin</name>
44 <description>DMI Plugin Service</description>
egernugd59b5ef2023-10-19 11:23:13 +010045
lukegleesonb208aeb2021-07-08 16:48:15 +010046</project>