<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>
    <parent>
        <groupId>com.atlassian.pom</groupId>
        <artifactId>public-pom</artifactId>
        <version>3.0.105</version>
    </parent>

    <groupId>com.atlassian.xwork</groupId>
    <artifactId>atlassian-xwork</artifactId>
    <version>1.19</version>
    <packaging>pom</packaging>

    <name>Atlassian XWork</name>
    <url>http://docs.atlassian.com/${project.artifactId}/${project.version}</url>
    <description>
        Classes and utilities which simplify integration with OpenSymphony XWork.
        Includes validators, upload tools, and interceptors. 
    </description>

    <issueManagement>
        <system>Jira</system>
        <url>http://jira.atlassian.com/browse/XWORK</url>
    </issueManagement>

    <ciManagement>
        <system>Bamboo</system>
        <url>https://ecosystem-bamboo.internal.atlassian.com/browse/AXW</url>
    </ciManagement>

    <scm>
        <connection>scm:git:ssh://git@bitbucket.org/atlassian/atlassian-xwork.git</connection>
        <developerConnection>scm:git:ssh://git@bitbucket.org/atlassian/atlassian-xwork.git</developerConnection>
        <url>https://bitbucket.org/atlassian/atlassian-xwork</url>
        <tag>atlassian-xwork-1.19</tag>
    </scm>

    <modules>
        <module>atlassian-xwork-core</module>
        <module>atlassian-xwork-10</module>
        <module>atlassian-xwork-12</module>
    </modules>


    <dependencyManagement>
        <dependencies>

            <!-- Modules -->
            <dependency>
                <groupId>com.atlassian.xwork</groupId>
                <artifactId>atlassian-xwork-core</artifactId>
                <type>jar</type>
                <version>${project.version}</version>
            </dependency>

            <dependency>
                <groupId>com.atlassian.xwork</groupId>
                <artifactId>atlassian-xwork-10</artifactId>
                <type>jar</type>
                <version>${project.version}</version>
            </dependency>

            <dependency>
                <groupId>com.atlassian.xwork</groupId>
                <artifactId>atlassian-xwork-12</artifactId>
                <type>jar</type>
                <version>${project.version}</version>
            </dependency>

            <dependency>
                <groupId>opensymphony</groupId>
                <artifactId>xwork</artifactId>
                <version>[1.0.3,1.2.3]</version>
            </dependency>
            <dependency>
                <groupId>opensymphony</groupId>
                <artifactId>webwork</artifactId>
                <version>2.1.5</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.profiling</groupId>
                <artifactId>atlassian-profiling</artifactId>
                <version>1.5</version>
            </dependency>
            <dependency>
                <groupId>org.springframework</groupId>
                <artifactId>spring-dao</artifactId>
                <version>2.0.6</version>
            </dependency>
            <dependency>
                <groupId>rome</groupId>
                <artifactId>rome</artifactId>
                <version>0.8</version>
            </dependency>
            <dependency>
                <groupId>javax.servlet</groupId>
                <artifactId>servlet-api</artifactId>
                <version>2.3</version>
                <scope>provided</scope>
            </dependency>
            <dependency>
                <groupId>log4j</groupId>
                <artifactId>log4j</artifactId>
                <version>1.2.8</version>
            </dependency>
            <dependency>
                <groupId>junit</groupId>
                <artifactId>junit</artifactId>
                <version>3.8.1</version>
                <scope>test</scope>
            </dependency>
            <dependency>
                <groupId>jmock</groupId>
                <artifactId>jmock</artifactId>
                <version>1.2.0</version>
                <scope>test</scope>
            </dependency>
        </dependencies>
    </dependencyManagement>

    <properties>
        <jdkLevel>1.6</jdkLevel>
        <javadoc.version>2.8</javadoc.version>
        <maven-site-plugin.version>3.5.1</maven-site-plugin.version>
        <wagon-ssh.version>1.0</wagon-ssh.version>
    </properties>

    <distributionManagement>
        <site>
            <id>atlassian-documentation</id>
            <url>scpexe://docs-app.internal.atlassian.com/var/www/domains/docs.atlassian.com/${project.artifactId}/${project.version}</url>
        </site>
    </distributionManagement>

</project>
