<?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-plugins</artifactId>
        <groupId>com.atlassian.confluence</groupId>
        <version>5.7-D20141022T110010</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

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

    <name>Confluence Miscellaneous Plugins Project</name>
    <!-- TODO move these into confluence-bundled-plugins -->
    <modules>
        <module>confluence-core-macros</module>
        <module>confluence-keyboard-shortcuts</module>
        <module>confluence-rest</module>
        <module>confluence-rpc-plugin</module>
        <module>confluence-sal</module>
    </modules>
</project>
