Patrick Brady | 13c0353 | 2019-02-22 13:37:19 -0800 | [diff] [blame^] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | ============LICENSE_START======================================================= |
| 4 | ONAP : APPC |
| 5 | ================================================================================ |
| 6 | Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved. |
| 7 | Copyright (C) 2017 Amdocs |
| 8 | ================================================================================ |
| 9 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 10 | you may not use this file except in compliance with the License. |
| 11 | You may obtain a copy of the License at |
| 12 | |
| 13 | http://www.apache.org/licenses/LICENSE-2.0 |
| 14 | |
| 15 | Unless required by applicable law or agreed to in writing, software |
| 16 | distributed under the License is distributed on an "AS IS" BASIS, |
| 17 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 18 | See the License for the specific language governing permissions and |
| 19 | limitations under the License. |
| 20 | ============LICENSE_END========================================================= |
| 21 | --> |
| 22 | <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/maven-v4_0_0.xsd"> |
| 23 | <modelVersion>4.0.0</modelVersion> |
| 24 | |
| 25 | <parent> |
| 26 | <groupId>org.onap.appc.parent</groupId> |
| 27 | <artifactId>odlparent-lite</artifactId> |
| 28 | <version>1.5.0-SNAPSHOT</version> |
| 29 | <relativePath /> |
| 30 | </parent> |
| 31 | |
| 32 | <packaging>pom</packaging> |
| 33 | <groupId>org.onap.appc</groupId> |
| 34 | <artifactId>appc-artifact-handler</artifactId> |
| 35 | |
| 36 | <modules> |
| 37 | <module>model</module> |
| 38 | <module>features</module> |
| 39 | <module>provider</module> |
| 40 | <module>installer</module> |
| 41 | </modules> |
| 42 | |
| 43 | <version>1.5.0-SNAPSHOT</version> |
| 44 | </project> |