blob: 16c403fe5f71a8e8a74d7597ea965fcdad1728cf [file] [log] [blame]
Patrick Brady695c82e2018-09-21 14:06:04 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3============LICENSE_START=======================================================
4ONAP : APPC
5================================================================================
Patrick Brady20a1fb82019-02-22 13:20:53 -08006Copyright (C) 2018-2019 AT&T Intellectual Property. All rights reserved.
Patrick Brady695c82e2018-09-21 14:06:04 -07007=============================================================================
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-->
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 Bradyccabd5e2019-10-08 11:19:17 -070029 <version>2.7.0-SNAPSHOT</version>
Patrick Brady695c82e2018-09-21 14:06:04 -070030
31 <parent>
32 <groupId>org.onap.ccsdk.parent</groupId>
33 <artifactId>odlparent-lite</artifactId>
Taka Cho07a85042019-10-01 15:57:18 -040034 <version>1.4.3</version>
Patrick Brady695c82e2018-09-21 14:06:04 -070035 <relativePath />
36 </parent>
37
Patrick Brady06433922019-08-09 10:51:41 -070038 <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 Brady695c82e2018-09-21 14:06:04 -070054 <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>