blob: 095f53947d7427431074f5da98230e14a1903077 [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
20</project>