<?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.confluence.plugins</groupId>
        <artifactId>confluence-frontend-plugins</artifactId>
        <version>17.4.0</version>
    </parent>

    <artifactId>confluence-page-banner-project</artifactId>
    <packaging>pom</packaging>

    <name>Confluence Page Banner Project</name>
    <description>Displays a pluggable banner at the top of Confluence pages.</description>

    <modules>
        <module>confluence-page-banner</module>
        <module>confluence-page-banner-test-support</module>
        <module>integration-tests</module>
    </modules>

    <properties>
        <atlassian-plugins-osgi-testrunner.version>1.1.1</atlassian-plugins-osgi-testrunner.version>
        <!-- Build -->
        <pause.render.content.millis>20000</pause.render.content.millis>
    </properties>
</project>
