Patrick Brady | 695c82e | 2018-09-21 14:06:04 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | ============LICENSE_START======================================================= |
| 4 | ONAP : APPC |
| 5 | ================================================================================ |
| 6 | Copyright (C) 2018 AT&T Intellectual Property. All rights reserved. |
| 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========================================================= |
| 20 | --> |
| 21 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 22 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 23 | |
| 24 | |
| 25 | <modelVersion>4.0.0</modelVersion> |
| 26 | <packaging>pom</packaging> |
| 27 | <groupId>org.onap.appc.parent</groupId> |
| 28 | <artifactId>parent</artifactId> |
Patrick Brady | 41852a0 | 2018-11-12 12:54:14 -0800 | [diff] [blame^] | 29 | <version>1.5.0-SNAPSHOT</version> |
Patrick Brady | 695c82e | 2018-09-21 14:06:04 -0700 | [diff] [blame] | 30 | |
| 31 | <parent> |
| 32 | <groupId>org.onap.ccsdk.parent</groupId> |
| 33 | <artifactId>odlparent-lite</artifactId> |
Patrick Brady | 169fbc9 | 2018-10-08 14:43:20 -0700 | [diff] [blame] | 34 | <version>1.1.0</version> |
Patrick Brady | 695c82e | 2018-09-21 14:06:04 -0700 | [diff] [blame] | 35 | <relativePath /> |
| 36 | </parent> |
| 37 | |
| 38 | <modules> |
| 39 | <module>binding-parent</module> |
| 40 | <module>bundle-parent</module> |
| 41 | <module>feature-repo-parent</module> |
| 42 | <module>odlparent-lite</module> |
| 43 | <module>single-feature-parent</module> |
| 44 | </modules> |
| 45 | |
| 46 | </project> |