blob: 09d4f8c9f511324ab86e6910faab171d5cfff83f [file] [log] [blame]
Skip Wonnell1ec4bf92017-08-15 20:42:44 -05001<?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
Skip Wonnell1ec4bf92017-08-15 20:42:44 -050011
Patrick Bradyb49dd122018-08-10 15:30:58 -070012 http://www.apache.org/licenses/LICENSE-2.0
13
14Unless 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>
Skip Wonnell1ec4bf92017-08-15 20:42:44 -050023
24 <parent>
Patrick Bradyb49dd122018-08-10 15:30:58 -070025 <groupId>org.onap.appc.parent</groupId>
26 <artifactId>odlparent-lite</artifactId>
Patrick Brady84d0a252018-05-22 10:42:55 -070027 <version>1.4.0-SNAPSHOT</version>
Patrick Bradyb49dd122018-08-10 15:30:58 -070028 <relativePath />
Skip Wonnell1ec4bf92017-08-15 20:42:44 -050029 </parent>
Skip Wonnell1ec4bf92017-08-15 20:42:44 -050030
Patrick Bradyb49dd122018-08-10 15:30:58 -070031 <groupId>org.onap.appc</groupId>
32 <artifactId>appc-config-adaptor-feature-aggregator</artifactId>
33 <version>1.4.0-SNAPSHOT</version>
34 <packaging>pom</packaging>
Skip Wonnell1ec4bf92017-08-15 20:42:44 -050035
Patrick Bradyb49dd122018-08-10 15:30:58 -070036 <name></name>
Skip Wonnell1ec4bf92017-08-15 20:42:44 -050037
Patrick Bradyb49dd122018-08-10 15:30:58 -070038 <modules>
39 <module>onap-appc-config-adaptor</module>
40 <module>features-appc-config-adaptor</module>
41 </modules>
Skip Wonnell1ec4bf92017-08-15 20:42:44 -050042</project>