<?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.jira</groupId>
        <artifactId>jira-email-processor-parent-pom</artifactId>
        <version>5.4.0-REL-0001</version>
    </parent>

    <artifactId>jira-email-processor-test-parent</artifactId>
    <packaging>pom</packaging>

    <name>JEPP Test Parent</name>

    <modules>
        <module>test-utils-plugin</module>
    </modules>

    <properties>
        <license.scope>test</license.scope>
        <jira.test.version>${jira.version}</jira.test.version>
        <jira.data.version>${jira.version}</jira.data.version>
    </properties>
</project>
