<?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>5.7-D20141022T110010</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

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

    <name>Confluence API Project</name>
    <modules>
        <module>confluence-api-refapp-maven2-hack</module>
        <module>confluence-java-api</module>
        <module>confluence-rest-api</module>
        <module>confluence-rest-client</module>
        <module>confluence-rest-serialization</module>
    </modules>
</project>
