blob: d7b3672f241047df98e9c5bd07a98bfb5f859185 [file] [log] [blame]
Ashwin Sridharan0414b3e2017-06-14 23:11:25 -04001<?xml version="1.0" encoding="UTF-8"?>
2<!--
Patrick Bradyd3ef5472018-08-10 15:14:38 -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
11
12 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-->
Ashwin Sridharan0414b3e2017-06-14 23:11:25 -040021<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">
Patrick Bradyd3ef5472018-08-10 15:14:38 -070022 <modelVersion>4.0.0</modelVersion>
23
24 <parent>
25 <groupId>org.onap.appc.parent</groupId>
26 <artifactId>odlparent-lite</artifactId>
27 <version>1.4.0-SNAPSHOT</version>
28 <relativePath />
29 </parent>
30
Patrick Brady07567592017-12-13 11:09:30 -080031 <groupId>org.onap.appc</groupId>
Patrick Bradyd3ef5472018-08-10 15:14:38 -070032 <artifactId>appc-ansible-adapter-feature-aggregator</artifactId>
Patrick Brady84d0a252018-05-22 10:42:55 -070033 <version>1.4.0-SNAPSHOT</version>
Patrick Bradyd3ef5472018-08-10 15:14:38 -070034 <packaging>pom</packaging>
Ashwin Sridharan0414b3e2017-06-14 23:11:25 -040035
Patrick Bradyd3ef5472018-08-10 15:14:38 -070036 <name></name>
Ashwin Sridharan0414b3e2017-06-14 23:11:25 -040037
Patrick Bradyd3ef5472018-08-10 15:14:38 -070038 <modules>
39 <module>onap-appc-ansible-adapter</module>
40 <module>features-appc-ansible-adapter</module>
41 </modules>
Ashwin Sridharan0414b3e2017-06-14 23:11:25 -040042</project>