<?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.pom</groupId>
        <artifactId>closedsource-pom</artifactId>
        <version>5.0.8</version>
    </parent>

    <groupId>com.atlassian.confluence.plugins</groupId>
    <artifactId>confluence-expand-macro-project</artifactId>
    <version>7.0.0</version>
    <packaging>pom</packaging>

    <name>Confluence Expand Macro Project</name>
    <description>Create an expandable block of text.</description>

    <modules>
        <module>plugin</module>
        <module>integration-tests</module>
    </modules>

    <scm>
        <connection>scm:git:ssh://git@stash.atlassian.com:7997/conf/confluence-expand-macro.git</connection>
        <developerConnection>scm:git:ssh://git@stash.atlassian.com:7997/conf/confluence-expand-macro.git</developerConnection>
      <tag>confluence-expand-macro-project-7.0.0</tag>
  </scm>

    <properties>
        <atlassian.product.version>6.4.2</atlassian.product.version>
        <atlassian.product.data.version>${atlassian.product.version}</atlassian.product.data.version>

        <confluence.version>${atlassian.product.version}</confluence.version>

        <amps.version>6.3.4</amps.version>

        <atlassian.plugin.key>com.atlassian.confluence.plugins.expand-macro</atlassian.plugin.key>
    </properties>

    <dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>com.atlassian.confluence</groupId>
                <artifactId>confluence-plugins-platform-pom</artifactId>
                <version>${confluence.version}</version>
                <type>pom</type>
                <scope>import</scope>
            </dependency>
        </dependencies>
    </dependencyManagement>
</project>
