blob: 8f497d6c6a6c06bf363d07c78e008f2049d7b3b9 [file] [log] [blame]
Patrick Brady1ed2c492018-06-13 15:02:35 -07001<?xml version="1.0" encoding="UTF-8"?>
2<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4
5
6 <modelVersion>4.0.0</modelVersion>
7 <packaging>pom</packaging>
8 <groupId>org.onap.appc.parent</groupId>
9 <artifactId>parent-aggregator</artifactId>
10 <version>1.4.0-SNAPSHOT</version>
11
12 <modules>
13 <module>binding-parent</module>
14 <module>bundle-parent</module>
15 <module>feature-repo-parent</module>
16 <module>odlparent-lite</module>
17 <module>single-feature-parent</module>
18 </modules>
19
Patrick Brady477697e2018-07-24 10:58:08 -070020 <parent>
21 <groupId>org.onap.appc</groupId>
22 <artifactId>appc</artifactId>
23 <version>1.4.0-SNAPSHOT</version>
24 </parent>
Patrick Brady1ed2c492018-06-13 15:02:35 -070025</project>