<?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.pom</groupId>
        <artifactId>closedsource-pom</artifactId>
        <version>6.3.8</version>
    </parent>

    <groupId>com.atlassian</groupId>
    <artifactId>ers-sdk-multi-module</artifactId>
    <version>3.0.0</version>
    <packaging>pom</packaging>

    <modules>
        <module>library</module>
        <module>application</module>
    </modules>

    <!-- Needs to be http (not https) since it'll be using a proxy via mvn -->
    <!-- https://atlassian.slack.com/archives/CFG7AG6U9/p1698288456866639?thread_ts=1698287619.688749&cid=CFG7AG6U9 -->
    <scm>
        <connection>scm:git:ssh://git@bitbucket.org/atlassian/ers-sdk.git</connection>
        <developerConnection>scm:git:ssh://git@bitbucket.org/atlassian/ers-sdk.git</developerConnection>
        <url>https://bitbucket.org/atlassian/ers-sdk</url>
        <tag>ers-sdk-multi-module-3.0.0</tag>
    </scm>

    <!-- Not required to specify Distribution management, it will be provided via the parent pom -->
    <!-- Refer to https://hello.atlassian.net/wiki/spaces/RELENG/pages/2849551513/Register+-+Recommended+Base+POMs&ndash;&gt;-->

    <build>
        <plugins>
            <plugin>
                <groupId>com.atlassian.maven.plugins</groupId>
                <artifactId>artifactory-staging-maven-plugin</artifactId>
            </plugin>
        </plugins>
    </build>
</project>
