blob: 02679fd891cba4955ad2929d4339251b49f5a858 [file] [log] [blame]
herberte6d0d672019-12-14 01:05:47 +01001<?xml version="1.0" encoding="UTF-8"?>
Michael DÜrrea3e70a12021-01-07 10:03:05 +01002<!-- ~ ============LICENSE_START=======================================================
3 ~ ONAP : ccsdk features ~ ================================================================================
4 ~ Copyright (C) 2019 highstreet technologies GmbH Intellectual Property.
5 ~ All rights reserved. ~ ================================================================================
6 ~ Update Copyright (C) 2020 AT&T Intellectual Property. All rights reserved.
7 ~ ================================================================================
8 ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may
9 not use this file except in compliance with the License. ~ You may obtain
10 a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~
11 ~ Unless required by applicable law or agreed to in writing, software ~ distributed
12 under the License is distributed on an "AS IS" BASIS, ~ WITHOUT WARRANTIES
13 OR CONDITIONS OF ANY KIND, either express or implied. ~ See the License for
14 the specific language governing permissions and ~ limitations under the License.
15 ~ ============LICENSE_END=======================================================
16 ~ -->
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -050017
herberte6d0d672019-12-14 01:05:47 +010018<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">
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -050019 <modelVersion>4.0.0</modelVersion>
herberte6d0d672019-12-14 01:05:47 +010020
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -050021 <parent>
22 <groupId>org.onap.ccsdk.parent</groupId>
23 <artifactId>odlparent-lite</artifactId>
Michael DÜrrea3e70a12021-01-07 10:03:05 +010024 <version>2.1.1-SNAPSHOT</version>
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -050025 <relativePath/>
26 </parent>
herberte6d0d672019-12-14 01:05:47 +010027
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -050028 <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
29 <artifactId>sdnr-wt-feature-aggregator-top</artifactId>
Dan Timoney1bd16a42020-11-25 16:13:30 -050030 <version>1.1.1-SNAPSHOT</version>
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -050031 <packaging>pom</packaging>
herberte6d0d672019-12-14 01:05:47 +010032
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -050033 <name>ccsdk-features :: ${project.artifactId}</name>
herberte6d0d672019-12-14 01:05:47 +010034
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -050035 <modules>
36 <module>feature</module>
Michael DÜrrea3e70a12021-01-07 10:03:05 +010037 <!-- <module>feature-devicemanager</module> -->
herbertc7636d22020-04-06 15:51:35 +020038 <module>feature-devicemanager-base</module>
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -050039 <module>installer</module>
40 </modules>
herberte6d0d672019-12-14 01:05:47 +010041</project>