<?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/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <name>Atlassian Plugins - JavaScript libraries</name>
    <description>Collection of 3rd party JavaScript libraries used by other plugins</description>

    <parent>
        <groupId>com.atlassian.pom</groupId>
        <artifactId>closedsource-pom</artifactId>
        <version>5.0.23</version>
    </parent>

    <organization>
        <name>Atlassian</name>
        <url>http://www.atlassian.com/</url>
    </organization>

    <groupId>com.atlassian.plugin</groupId>
    <artifactId>jslibs</artifactId>
    <version>1.2.4</version>
    <packaging>atlassian-plugin</packaging>

    <scm>
        <connection>scm:git:ssh://git@stash.atlassian.com:7997/cp/atlassian-jslibs.git</connection>
        <developerConnection>scm:git:ssh://git@stash.atlassian.com:7997/cp/atlassian-jslibs.git</developerConnection>
        <url>https://stash.atlassian.com/projects/cp/repos/atlassian-jslibs</url>
        <tag>jslibs-1.2.4</tag>
    </scm>

    <properties>
        <amps.version>6.3.20</amps.version>
        <refapp.version>2.23.6</refapp.version>
        <refapp.data.version>${refapp.version}</refapp.data.version>
    </properties>

    <build>
        <plugins>
            <plugin>
                <groupId>com.atlassian.maven.plugins</groupId>
                <artifactId>maven-refapp-plugin</artifactId>
                <version>${amps.version}</version>
                <extensions>true</extensions>
                <configuration>
                    <productVersion>${refapp.version}</productVersion>
                    <productDataVersion>${refapp.data.version}</productDataVersion>
                    <extractDependencies>false</extractDependencies>
                    <instructions>
                        <Atlassian-Plugin-Key>com.atlassian.plugin.jslibs</Atlassian-Plugin-Key>
                    </instructions>
                    <skipManifestValidation>true</skipManifestValidation>
                    <closureJsCompiler>true</closureJsCompiler>
                </configuration>
            </plugin>
        </plugins>
    </build>
</project>
