<?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.6-cluster-m1</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <groupId>com.atlassian.confluence</groupId>
    <artifactId>confluence-plugins</artifactId>
    <packaging>pom</packaging>

    <name>Confluence Plugins Project</name>
    <modules>
        <module>confluence-bundled-plugins</module>
        <module>confluence-editor-plugins</module>
        <module>confluence-misc-plugins</module>
    </modules>
</project>
