<?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-ui-components-parent</artifactId>
    <packaging>pom</packaging>

    <name>confluence-ui-components-parent</name>
    <description>This pom wraps the ui-components plugin and a publicly-available test-support library</description>

    <modules>
        <module>confluence-ui-components</module>
        <module>confluence-ui-components-page-objects</module>
        <module>integration-tests</module>
    </modules>

    <properties>
        <atlassian.qunit.plugin.version>0.52</atlassian.qunit.plugin.version>
        <atlassian-plugins-osgi-testrunner.version>2.0.0</atlassian-plugins-osgi-testrunner.version>
        <jquery.version>1.7.2.1-confluence-custom-m03</jquery.version>
        <aui.version>6.0.6</aui.version>
        <aql.version>3.0.0</aql.version>
    </properties>
</project>
