<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.pom</groupId>
        <artifactId>central-pom</artifactId>
        <version>6.2.2</version>
        <relativePath />
    </parent>
    <groupId>com.atlassian.buildeng</groupId>
    <artifactId>buildeng-bamboo-specs</artifactId>
    <version>2.1.2</version>
    <packaging>pom</packaging>
    <dependencies>
        <dependency>
            <groupId>com.atlassian.bamboo</groupId>
            <artifactId>bamboo-specs-api</artifactId>
            <version>${bamboo.specs.version}</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>com.atlassian.bamboo</groupId>
            <artifactId>bamboo-specs</artifactId>
            <version>${bamboo.specs.version}</version>
            <scope>provided</scope>
        </dependency>
    </dependencies>
    <build>
        <pluginManagement>
            <plugins>
                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-checkstyle-plugin</artifactId>
                    <version>3.1.2</version>
                </plugin>
            </plugins>
        </pluginManagement>
    </build>
    <scm>
        <connection>scm:git:ssh://git@stash.atlassian.com:7997/buildeng/buildeng-specs.git</connection>
        <developerConnection>scm:git:ssh://git@stash.atlassian.com:7997/buildeng/buildeng-specs.git</developerConnection>
        <url>https://stash.atlassian.com/projects/BUILDENG/repos/buildeng-specs</url>
        <tag>buildeng-bamboo-specs-2.1.2</tag>
    </scm>
    <properties>
        <bamboo.specs.version>8.1.1</bamboo.specs.version>
        <maven.compiler.source>1.8</maven.compiler.source>
        <maven.compiler.target>1.8</maven.compiler.target>
        <checkstyle.version>8.29</checkstyle.version>
        <atlassian.codestyle>buildeng:1.1.1</atlassian.codestyle>
        <failOnMilestoneOrReleaseCandidateDeps>false</failOnMilestoneOrReleaseCandidateDeps>
    </properties>
    <modules>
        <module>ownership</module>
        <module>pbc</module>
        <module>jobcache</module>
        <module>statsd</module>
    </modules>
</project>
