<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>atlassian-public-pom</artifactId>
        <version>24</version>
    </parent>
    <name>Atlassian License Loader Parent</name>

    <groupId>com.atlassian.license</groupId>
    <artifactId>atlassian-license-loader-parent</artifactId>
    <version>1.0</version>
    <packaging>pom</packaging>

    <modules>
        <module>atlassian-licence-loader-plugin</module>
    </modules>

    <properties>
        <jdkLevel>1.5</jdkLevel>
    </properties>

    <scm>
        <connection>scm:svn:https://studio.atlassian.com/svn/LL/tags/atlassian-license-loader-parent-1.0</connection>
        <developerConnection>scm:svn:https://studio.atlassian.com/svn/LL/tags/atlassian-license-loader-parent-1.0</developerConnection>
        <url>scm:svn:https://studio.atlassian.com/svn/LL/tags/atlassian-license-loader-parent-1.0</url>
    </scm>
</project>
