<?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>cloud-pom</artifactId>
        <version>4.0.17</version>
    </parent>

    <licenses>
        <license>
            <name>Atlassian Customer Agreement</name>
            <url>https://www.atlassian.com/customer-agreement/</url>
            <distribution>repo</distribution>
        </license>
    </licenses>

    <groupId>com.atlassian.workcontext</groupId>
    <artifactId>atlassian-work-context-parent</artifactId>
    <version>0.7.1</version>
    <packaging>pom</packaging>
    <modules>
        <module>atlassian-work-context-api</module>
        <module>atlassian-work-context-doorway</module>
        <module>atlassian-work-context-testutil</module>
    </modules>

    <issueManagement>
        <system>JIRA</system>
        <url>https://sdog.jira-dev.com/browse/TCS</url>
    </issueManagement>

    <ciManagement>
        <system>Bamboo</system>
        <url>https://ecosystem-bamboo.internal.atlassian.com/browse/WORK</url>
    </ciManagement>

    <scm>
        <connection>scm:git:ssh://git@bitbucket.org/atlassian/atlassian-workcontext.git</connection>
        <developerConnection>scm:git:ssh://git@bitbucket.org/atlassian/atlassian-workcontext.git</developerConnection>
        <url>https://bitbucket.org/atlassian/atlassian-workcontext</url>
        <tag>atlassian-work-context-parent-0.7.1</tag>
    </scm>

    <dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>com.atlassian.workcontext</groupId>
                <artifactId>atlassian-work-context-api</artifactId>
                <version>${project.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.workcontext</groupId>
                <artifactId>atlassian-work-context-doorway</artifactId>
                <version>${project.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.annotations</groupId>
                <artifactId>atlassian-annotations</artifactId>
                <version>${atlassian.annotations.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.platform</groupId>
                <artifactId>platform</artifactId>
                <version>${atlassian.platform.version}</version>
                <type>pom</type>
                <scope>import</scope>
            </dependency>
            <dependency>
                <groupId>com.atlassian.platform</groupId>
                <artifactId>third-party</artifactId>
                <version>${atlassian.platform.version}</version>
                <type>pom</type>
                <scope>import</scope>
            </dependency>
        </dependencies>
    </dependencyManagement>

    <properties>
        <maven.compiler.source>8</maven.compiler.source>
        <maven.compiler.target>8</maven.compiler.target>
        <atlassian.platform.version>3.0.0</atlassian.platform.version>
        <atlassian.annotations.version>0.18</atlassian.annotations.version>
    </properties>
</project>
