<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>com.atlassian.confluence.plugins</groupId>
        <artifactId>confluence-frontend-plugins</artifactId>
        <version>19.2.22</version>
    </parent>

    <artifactId>confluence-request-access-plugin-parent</artifactId>
    <packaging>pom</packaging>

    <name>Confluence Request Access Plugin Parent</name>
    <description>This is the Confluence Request Access Plugin for Atlassian Confluence.</description>

    <modules>
        <module>integration-tests</module>
        <module>plugin</module>
    </modules>

    <issueManagement>
        <system>JIRA</system>
        <url>https://jira.atlassian.com/browse/CONFDEV</url>
    </issueManagement>
    <distributionManagement>
        <repository>
            <id>maven-atlassian-com</id>
            <name>Atlassian Public Repository</name>
            <url>https://packages.atlassian.com/maven/public</url>
        </repository>
    </distributionManagement>

    <properties>
        <artifactory.target.repo>maven-public-local</artifactory.target.repo>
        <maven.resources.version>2.6</maven.resources.version>
    </properties>
</project>
