blob: 72c3e01a00be3881f373f9b3c88741ee546ec4f2 [file] [log] [blame]
Skip Wonnellab6c2c02017-08-14 17:47:10 -05001<?xml version="1.0" encoding="UTF-8"?>
Skip Wonnell463f70e2018-01-12 10:00:59 -06002<!--
Patrick Bradyca4f7e12018-08-13 22:38:26 -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 Wonnellab6c2c02017-08-14 17:47:10 -050011
Patrick Bradyca4f7e12018-08-13 22:38:26 -070012 http://www.apache.org/licenses/LICENSE-2.0
Skip Wonnellab6c2c02017-08-14 17:47:10 -050013
Patrick Bradyca4f7e12018-08-13 22:38:26 -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>
Skip Wonnellab6c2c02017-08-14 17:47:10 -050023
Patrick Bradyca4f7e12018-08-13 22:38:26 -070024 <parent>
25 <groupId>org.onap.appc.parent</groupId>
26 <artifactId>odlparent-lite</artifactId>
Patrick Brady19ae7802019-01-08 12:25:10 -080027 <version>1.5.0-SNAPSHOT</version>
Patrick Bradyca4f7e12018-08-13 22:38:26 -070028 <relativePath />
29 </parent>
30
31 <groupId>org.onap.appc</groupId>
32 <artifactId>appc-artifact-handler-feature-aggregator</artifactId>
Patrick Bradyed1cf1f2019-04-26 12:36:25 -070033 <version>1.6.0-SNAPSHOT</version>
Patrick Bradyca4f7e12018-08-13 22:38:26 -070034 <packaging>pom</packaging>
35
36 <name></name>
37
38 <modules>
39 <module>onap-appc-artifact-handler</module>
40 <module>features-appc-artifact-handler</module>
41 </modules>
Skip Wonnellab6c2c02017-08-14 17:47:10 -050042</project>