<?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>5.0.29</version>
    </parent>

    <groupId>com.atlassian.test</groupId>
    <artifactId>e2e-test-project</artifactId>
    <version>1.0.0-atlassian-14445736-01837c3</version>

    <scm>
        <connection>scm:git:git@bitbucket.org:atlassian/repo-for-e2e-testing-release-scripts.git</connection>
        <developerConnection>scm:git:git@bitbucket.org:atlassian/repo-for-e2e-testing-release-scripts.git</developerConnection>
        <url>https://bitbucket.org/atlassian/repo-for-e2e-testing-release-scripts</url>
        <tag>e2e-test-project-1.0.0-atlassian-14445736-01837c3</tag>
    </scm>

    <properties>
        <maven.compiler.source>1.8</maven.compiler.source>
        <maven.compiler.target>1.8</maven.compiler.target>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    </properties>

    <dependencies>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>4.13.2</version>
            <scope>test</scope>
        </dependency>
    </dependencies> 
</project>