<?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/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>com.atlassian.pom</groupId>
        <artifactId>atlassian-public-pom</artifactId>
        <version>23</version>
    </parent>

    <groupId>com.atlassian.selenium</groupId>
    <artifactId>atlassian-selenium-parent</artifactId>
    <version>2.0.0.m3</version>
    <packaging>pom</packaging>
    <name>${project.artifactId}</name>
    <description>
        A suite of tools to help with Selenium test harness, assertions
        etc.
    </description>

    <scm>
        <connection>scm:svn:https://studio.atlassian.com/svn/SELENIUM/tags/atlassian-selenium-parent-2.0.0.m3</connection>
        <developerConnection>scm:svn:https://studio.atlassian.com/svn/SELENIUM/tags/atlassian-selenium-parent-2.0.0.m3</developerConnection>
        <url>https://studio.atlassian.com/svn/SELENIUM/tags/atlassian-selenium-parent-2.0.0.m3</url>
    </scm>

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

    <modules>
        <module>atlassian-selenium</module>
        <module>atlassian-selenium-browsers</module>
    </modules>

    <issueManagement>
        <system>Jira</system>
        <url>https://studio.atlassian.com/browse/SELENIUM</url>
    </issueManagement>

    <ciManagement>
        <system>Bamboo</system>
        <url>http://bamboo.developer.atlassian.com/browse/ATLASSIAN_SELENIUM</url>
    </ciManagement>

    <distributionManagement>
        <site>
            <id>atlassian-documentation</id>
            <url>dav:https://docs.atlassian.com/${project.artifactId}/${project.version}</url>
        </site>
    </distributionManagement>

</project>
