blob: cb03e135aa38aabf34474eb29d1827eb5ae1051b [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
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-->
Skip Wonnellab6c2c02017-08-14 17:47:10 -050021<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 Bradyca4f7e12018-08-13 22:38:26 -070022 <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 Brady8183cf12019-05-20 23:12:51 -070027 <version>2.6.0-SNAPSHOT</version>
Patrick Bradyca4f7e12018-08-13 22:38:26 -070028 <relativePath />
29 </parent>
Skip Wonnellab6c2c02017-08-14 17:47:10 -050030
Patrick Bradyca4f7e12018-08-13 22:38:26 -070031 <groupId>org.onap.appc</groupId>
32 <artifactId>appc-design-services-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>
Skip Wonnellab6c2c02017-08-14 17:47:10 -050035
Patrick Bradyca4f7e12018-08-13 22:38:26 -070036 <name></name>
Skip Wonnellab6c2c02017-08-14 17:47:10 -050037
Patrick Bradyca4f7e12018-08-13 22:38:26 -070038 <modules>
39 <module>onap-appc-design-services</module>
40 <module>features-appc-design-services</module>
41 </modules>
Skip Wonnellab6c2c02017-08-14 17:47:10 -050042</project>