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 | ================================================================================ |
Patrick Brady | 20a1fb8 | 2019-02-22 13:20:53 -0800 | [diff] [blame] | 6 | Copyright (C) 2018-2019 AT&T Intellectual Property. All rights reserved. |
Patrick Brady | 695c82e | 2018-09-21 14:06:04 -0700 | [diff] [blame] | 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 | ccabd5e | 2019-10-08 11:19:17 -0700 | [diff] [blame] | 29 | <version>2.7.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> |
Taka Cho | 07a8504 | 2019-10-01 15:57:18 -0400 | [diff] [blame^] | 34 | <version>1.4.3</version> |
Patrick Brady | 695c82e | 2018-09-21 14:06:04 -0700 | [diff] [blame] | 35 | <relativePath /> |
| 36 | </parent> |
| 37 | |
Patrick Brady | 0643392 | 2019-08-09 10:51:41 -0700 | [diff] [blame] | 38 | <build> |
| 39 | <plugins> |
| 40 | <plugin> |
| 41 | <groupId>org.apache.maven.plugins</groupId> |
| 42 | <artifactId>maven-install-plugin</artifactId> |
| 43 | <version>2.5.2</version> |
| 44 | <executions> |
| 45 | <execution> |
| 46 | <id>additional-install</id> |
| 47 | <phase>none</phase> |
| 48 | </execution> |
| 49 | </executions> |
| 50 | </plugin> |
| 51 | </plugins> |
| 52 | </build> |
| 53 | |
Patrick Brady | 695c82e | 2018-09-21 14:06:04 -0700 | [diff] [blame] | 54 | <modules> |
| 55 | <module>binding-parent</module> |
| 56 | <module>bundle-parent</module> |
| 57 | <module>feature-repo-parent</module> |
| 58 | <module>odlparent-lite</module> |
| 59 | <module>single-feature-parent</module> |
| 60 | </modules> |
| 61 | |
| 62 | </project> |