blob: 19300eefbaae69f01b1f863660c20431c2e3467b [file] [log] [blame]
Anand Chaturvedi0df7ab42017-08-12 01:31:10 -04001<?xml version="1.0" encoding="UTF-8"?>
Skip Wonnell8c4b89b2018-01-12 09:24:03 -06002<!--
Patrick Bradyb49dd122018-08-10 15:30:58 -07003============LICENSE_START=======================================================
4ONAP : APPC
5================================================================================
6Copyright (C) 2018 AT&T Intellectual Property. All rights reserved.
7=============================================================================
8Licensed under the Apache License, Version 2.0 (the "License");
9you may not use this file except in compliance with the License.
10You may obtain a copy of the License at
Anand Chaturvedi0df7ab42017-08-12 01:31:10 -040011
Patrick Bradyb49dd122018-08-10 15:30:58 -070012 http://www.apache.org/licenses/LICENSE-2.0
Anand Chaturvedi0df7ab42017-08-12 01:31:10 -040013
Patrick Bradyb49dd122018-08-10 15:30:58 -070014Unless required by applicable law or agreed to in writing, software
15distributed under the License is distributed on an "AS IS" BASIS,
16WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17See the License for the specific language governing permissions and
18limitations under the License.
19============LICENSE_END=========================================================
20-->
21<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">
22 <modelVersion>4.0.0</modelVersion>
Anand Chaturvedi0df7ab42017-08-12 01:31:10 -040023
Patrick Bradyb49dd122018-08-10 15:30:58 -070024 <parent>
25 <groupId>org.onap.appc.parent</groupId>
26 <artifactId>odlparent-lite</artifactId>
Patrick Brady8183cf12019-05-20 23:12:51 -070027 <version>2.6.0-SNAPSHOT</version>
Patrick Bradyb49dd122018-08-10 15:30:58 -070028 <relativePath />
29 </parent>
Anand Chaturvedi0df7ab42017-08-12 01:31:10 -040030
Patrick Bradyb49dd122018-08-10 15:30:58 -070031 <groupId>org.onap.appc</groupId>
32 <artifactId>appc-config-params-feature-aggregator</artifactId>
Patrick Bradyed1cf1f2019-04-26 12:36:25 -070033 <version>1.6.0-SNAPSHOT</version>
Patrick Bradyb49dd122018-08-10 15:30:58 -070034 <packaging>pom</packaging>
Anand Chaturvedi0df7ab42017-08-12 01:31:10 -040035
Patrick Bradyb49dd122018-08-10 15:30:58 -070036 <name></name>
Anand Chaturvedi0df7ab42017-08-12 01:31:10 -040037
Patrick Bradyb49dd122018-08-10 15:30:58 -070038 <modules>
39 <module>onap-appc-config-params</module>
40 <module>features-appc-config-params</module>
41 </modules>
Anand Chaturvedi0df7ab42017-08-12 01:31:10 -040042</project>