<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

    <parent>
        <groupId>com.atlassian</groupId>
        <artifactId>portfolio-1</artifactId>
        <version>2.1.6-OD-005-D20161202T043049</version>
        <relativePath>../pom.xml</relativePath>
    </parent>

    <artifactId>portfolio-2-bridge</artifactId>

    <modelVersion>4.0.0</modelVersion>

    <packaging>pom</packaging>

    <name>Portfolio 2 Compatibility Framework [Parent]</name>

    <modules>
        <module>portfolio-2-bridge-api</module>
        <module>portfolio-2-bridge-0.0</module>
    </modules>

</project>