<?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>
    <modules>
        <module>atlassian-timed-promise-tpm-dbconfig</module>
        <module>atlassian-timed-promise-tpm-jira-setup</module>
    </modules>

    <parent>
        <artifactId>atlassian-timed-promise-tests-parent</artifactId>
        <groupId>com.atlassian.plugin.timedpromise</groupId>
        <version>2.2.0-D20160902T055641</version>
    </parent>

    <artifactId>atlassian-timed-promise-tpm-tests</artifactId>
    <name>Atlassian Timed Promises - TPM Tests</name>
    <packaging>pom</packaging>

    <build>
        <plugins>
            <plugin>
                <artifactId>maven-deploy-plugin</artifactId>
                <configuration>
                    <skip>true</skip>
                </configuration>
            </plugin>
        </plugins>
    </build>
</project>
