blob: 181eaa12158beb3aad25f5e930fa778636f5d28b [file] [log] [blame]
Herbert Eiseltac33bcd2019-01-25 14:50:52 +01001<?xml version="1.0" encoding="UTF-8"?>
Herbert Eiselt46b1c762019-02-28 19:12:14 +01002<!--
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -05003 ~ ============LICENSE_START=======================================================
4 ~ ONAP : ccsdk features
5 ~ ================================================================================
6 ~ Copyright (C) 2018 highstreet technologies GmbH Intellectual Property.
7 ~ All rights reserved.
8 ~ ================================================================================
9 ~ Update Copyright (C) 2020 AT&T Intellectual Property. All rights reserved.
10 ~ ================================================================================
11 ~ Licensed under the Apache License, Version 2.0 (the "License");
12 ~ you may not use this file except in compliance with the License.
13 ~ You may obtain a copy of the License at
14 ~
15 ~ http://www.apache.org/licenses/LICENSE-2.0
16 ~
17 ~ Unless required by applicable law or agreed to in writing, software
18 ~ distributed under the License is distributed on an "AS IS" BASIS,
19 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20 ~ See the License for the specific language governing permissions and
21 ~ limitations under the License.
22 ~ ============LICENSE_END=======================================================
23 ~
24 -->
Timoney, Dan (dt5972)9560e602019-04-24 16:04:56 -040025<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">
Herbert Eiselt46b1c762019-02-28 19:12:14 +010026 <modelVersion>4.0.0</modelVersion>
Herbert Eiseltac33bcd2019-01-25 14:50:52 +010027
Herbert Eiselt46b1c762019-02-28 19:12:14 +010028 <parent>
29 <groupId>org.onap.ccsdk.parent</groupId>
30 <artifactId>odlparent-lite</artifactId>
Dan Timoney122ea412023-03-30 20:34:47 -040031 <version>2.5.4</version>
Herbert Eiselt46b1c762019-02-28 19:12:14 +010032 <relativePath/>
33 </parent>
34
Singal, Kapil (ks220y)df195942019-12-12 15:24:53 -050035 <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
36 <artifactId>sdnr-wt-apigateway-top</artifactId>
Dan Timoneyd944abf2023-03-02 07:29:48 -050037 <version>1.5.1-SNAPSHOT</version>
Singal, Kapil (ks220y)df195942019-12-12 15:24:53 -050038 <packaging>pom</packaging>
39
40 <name>ccsdk-features :: ${project.artifactId}</name>
41
Herbert Eiselt46b1c762019-02-28 19:12:14 +010042 <modules>
Herbert Eiselt46b1c762019-02-28 19:12:14 +010043 <module>provider</module>
Michael Dürrefb121a32020-01-30 12:30:58 +010044 <module>feature</module>
Herbert Eiselt46b1c762019-02-28 19:12:14 +010045 <module>installer</module>
46 </modules>
47
48 <properties>
49 <feature-name>sdnr-wt-apigateway</feature-name>
50 </properties>
Herbert Eiseltac33bcd2019-01-25 14:50:52 +010051</project>