<?xml version="1.0" encoding="UTF-8"?>
<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>
        <artifactId>confluence-project</artifactId>
        <groupId>com.atlassian.confluence</groupId>
        <version>7.12.1</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>confluence-api</artifactId>
    <packaging>pom</packaging>

    <name>Confluence API Project</name>
    <modules>
        <module>confluence-java-api</module>
        <module>confluence-api-test-support</module>
        <module>confluence-rest-api</module>
        <module>confluence-rest-client</module>
        <module>confluence-rest-serialization</module>
    </modules>

    <issueManagement>
        <system>Jira</system>
        <url>https://jira.atlassian.com/browse/CRA</url>
    </issueManagement>
</project>
