<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/maven-v4_0_0.xsd">

    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>com.atlassian.crowd</groupId>
        <artifactId>atlassian-crowd-components</artifactId>
        <version>4.1.9-rc1</version>
    </parent>

    <artifactId>crowd-rest</artifactId>

    <name>Atlassian Crowd REST Interfaces</name>
    <description>Atlassian Crowd REST APIs.</description>
    <packaging>pom</packaging>
    <modules>
        <module>crowd-rest-plugin</module>
        <module>crowd-rest-test</module>
        <module>crowd-rest-test-api</module>
        <module>crowd-rest-application-management</module>
        <module>crowd-rest-common</module>
        <module>crowd-rest-documentation</module>
        <module>crowd-rest-admin</module>
    </modules>
</project>
