blob: 9c3409332ee75bdee6cdb2fe11de00bc13193960 [file] [log] [blame]
Skip Wonnelleb27ca32018-01-12 10:17:57 -06001<!--
2 ============LICENSE_START=======================================================
3 ONAP : APPC
4 ================================================================================
John McClungfb3eec22018-06-14 10:17:19 -04005 Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
Skip Wonnelleb27ca32018-01-12 10:17:57 -06006 Copyright (C) 2017 Amdocs
7 ================================================================================
8 Licensed under the Apache License, Version 2.0 (the "License");
9 you may not use this file except in compliance with the License.
10 You may obtain a copy of the License at
11
12 http://www.apache.org/licenses/LICENSE-2.0
13
14 Unless required by applicable law or agreed to in writing, software
15 distributed under the License is distributed on an "AS IS" BASIS,
16 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 See the License for the specific language governing permissions and
18 limitations under the License.
19 ============LICENSE_END=========================================================
Skip Wonnelleb27ca32018-01-12 10:17:57 -060020 -->
Patrick Brady57b5eef2017-02-10 15:00:49 -080021<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>
23 <parent>
Ryan Youngb7c21e12018-08-13 22:37:11 -040024 <groupId>org.onap.appc.parent</groupId>
25 <artifactId>odlparent-lite</artifactId>
Patrick Brady19ae7802019-01-08 12:25:10 -080026 <version>1.5.0-SNAPSHOT</version>
Ryan Youngb7c21e12018-08-13 22:37:11 -040027 <relativePath/>
Patrick Brady57b5eef2017-02-10 15:00:49 -080028 </parent>
Ryan Youngb7c21e12018-08-13 22:37:11 -040029 <groupId>org.onap.appc</groupId>
Patrick Brady57b5eef2017-02-10 15:00:49 -080030 <artifactId>appc-provider</artifactId>
Patrick Bradyccd67e92018-11-12 12:14:11 -080031 <version>1.5.0-SNAPSHOT</version>
Patrick Brady57b5eef2017-02-10 15:00:49 -080032 <packaging>pom</packaging>
33 <name>APPC Provider</name>
Ryan Youngb7c21e12018-08-13 22:37:11 -040034 <description>The app-c service provider </description>
35
Patrick Brady57b5eef2017-02-10 15:00:49 -080036 <!-- ================================================================================== -->
37 <!-- The modules we build -->
38 <!-- ================================================================================== -->
39 <modules>
40 <module>appc-provider-model</module>
41 <module>appc-provider-features</module>
42 <module>appc-provider-installer</module>
43 <module>appc-provider-bundle</module>
44 </modules>
45</project>