blob: 7ea8f7efe7c95f7cc53e4ad90d443401bd165899 [file] [log] [blame]
Patrick Brady57b5eef2017-02-10 15:00:49 -08001<?xml version="1.0" encoding="UTF-8"?>
Skip Wonnell8c4b89b2018-01-12 09:24:03 -06002<!--
Patrick Brady7f383f92018-07-30 14:35:31 -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-->
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">
Patrick Brady57b5eef2017-02-10 15:00:49 -080022 <modelVersion>4.0.0</modelVersion>
23
Patrick Brady7f383f92018-07-30 14:35:31 -070024 <parent>
25 <groupId>org.onap.appc.parent</groupId>
26 <artifactId>odlparent-lite</artifactId>
Patrick Brady9d380082018-10-09 11:32:38 -070027 <version>1.4.0</version>
Patrick Brady7f383f92018-07-30 14:35:31 -070028 <relativePath />
29 </parent>
Patrick Brady57b5eef2017-02-10 15:00:49 -080030
Patrick Brady7f383f92018-07-30 14:35:31 -070031 <groupId>org.onap.appc</groupId>
32 <artifactId>appc-netconf-adapter-feature-aggregator</artifactId>
Patrick Bradyc23c9a02018-11-19 13:37:50 -080033 <version>1.4.3-SNAPSHOT</version>
Patrick Brady7f383f92018-07-30 14:35:31 -070034 <packaging>pom</packaging>
Patrick Brady57b5eef2017-02-10 15:00:49 -080035
Patrick Brady7f383f92018-07-30 14:35:31 -070036 <name></name>
Patrick Brady57b5eef2017-02-10 15:00:49 -080037
Patrick Brady7f383f92018-07-30 14:35:31 -070038 <modules>
39 <module>onap-appc-netconf-adapter</module>
40 <module>features-appc-netconf-adapter</module>
41 </modules>
42</project>