<?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">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>com.atlassian.pom</groupId>
        <artifactId>public-pom</artifactId>
        <version>6.0.7</version>
    </parent>

    <groupId>com.atlassian.plugins.rest</groupId>
    <artifactId>atlassian-rest-parent</artifactId>
    <version>7.1.7</version>
    <packaging>pom</packaging>

    <name>Atlassian REST - Parent POM</name>
    <licenses>
        <license>
            <name>BSD License</name>
            <url>http://opensource.org/licenses/BSD-3-Clause</url>
            <distribution>repo</distribution>
        </license>
    </licenses>

    <modules>
        <module>atlassian-rest-base</module>
        <module>atlassian-rest-exported-libraries</module>
    </modules>

    <scm>
        <connection>scm:git:git@bitbucket.org:atlassian/atlassian-rest.git</connection>
        <developerConnection>scm:git:git@bitbucket.org:atlassian/atlassian-rest.git</developerConnection>
        <url>https://bitbucket.org/atlassian/atlassian-rest</url>
        <tag>atlassian-rest-parent-7.1.7</tag>
    </scm>
    <issueManagement>
        <system>Jira</system>
        <url>https://ecosystem.atlassian.net/browse/REST</url>
    </issueManagement>
    <ciManagement>
        <system>Bamboo</system>
        <url>https://ecosystem-bamboo.internal.atlassian.com/browse/REST</url>
    </ciManagement>

    <properties>
        <!-- Dependencies exported through the plugin -->
        <jersey.version>1.19.5-atlassian-9</jersey.version>
        <!-- TODO REST-391, REST-400, REST-402: Upgrade to 1.9.14 if and when it is released -->
        <jackson.version>1.9.14-atlassian-6</jackson.version>
        <jackson.osgi.version>1.9.13</jackson.osgi.version>
        <java.ws.version>1.1.1</java.ws.version>
        <fasterxml.jackson.version>2.14.0</fasterxml.jackson.version>
    </properties>

</project>
