<?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>closedsource-pom</artifactId>
        <version>3.0.28</version>
    </parent>

    <groupId>com.atlassian.dummy</groupId>
    <artifactId>dummy-private</artifactId>
    <packaging>pom</packaging>
    <version>3.0.200</version>

    <modules>
        <module>dummy-module1</module>
        <module>dummy-module2</module>
        <module>dummy-module3</module>
    </modules>
    <dependencies>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>3.8.1</version>
            <scope>test</scope>
        </dependency>
        <dependency>
           <groupId>com.google.code.gson</groupId>
           <artifactId>gson</artifactId>
           <version>1.7.2</version>
        </dependency>
    </dependencies>

    <scm>
        <connection>scm:git:ssh://git@bitbucket.org/atlassian/private-dummy-project.git</connection>
        <developerConnection>scm:git:ssh://git@bitbucket.org/atlassian/private-dummy-project.git</developerConnection>
        <url>https://bitbucket.org/atlassian/private-dummy-project</url>
      <tag>HEAD</tag>
  </scm>
</project>
