<?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>atlassian-public-pom</artifactId>
        <version>24</version>
    </parent>

    <groupId>com.atlassian.browsers</groupId>
    <artifactId>atlassian-browsers</artifactId>
    <packaging>pom</packaging>

    <version>2.0.3</version>

    <name>${project.artifactId}</name>

    <modules>
        <module>atlassian-browsers-auto</module>
        <module>atlassian-browsers-osx</module>
        <module>atlassian-browsers-windows</module>
        <module>atlassian-browsers-linux</module>
        <module>atlassian-browsers-linux64</module>
    </modules>

    <properties>
        <browser.resources.path>${project.build.directory}/resources</browser.resources.path>
    </properties>


  <scm>
    <connection>scm:svn:https://studio.atlassian.com/svn/ATLBROWSERS/tags/atlassian-browsers-2.0.3</connection>
    <developerConnection>scm:svn:https://studio.atlassian.com/svn/ATLBROWSERS/tags/atlassian-browsers-2.0.3</developerConnection>
    <url>https://studio.atlassian.com/svn/ATLBROWSERS/tags/atlassian-browsers-2.0.3</url>
  </scm>
</project>