<?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>
    <parent>
        <groupId>com.atlassian.pom</groupId>
        <artifactId>atlassian-public-pom</artifactId>
        <version>18</version>
    </parent>
    <groupId>com.atlassian.hamcrest</groupId>
    <artifactId>atlassian-hamcrest</artifactId>
    <version>1.0</version>
    <name>Atlassian Hamcrest</name>
    <description>Library containing useful Hamcrest Matchers.</description>
    <packaging>jar</packaging>
    <dependencies>
        <dependency>
            <groupId>org.hamcrest</groupId>
            <artifactId>hamcrest-all</artifactId>
            <version>1.2</version>
        </dependency>
        <dependency>
            <groupId>com.google.collections</groupId>
            <artifactId>google-collections</artifactId>
            <version>1.0-rc2</version>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>4.5</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
    
    <properties>
        <jdkLevel>1.5</jdkLevel>
    </properties>

    <scm>
        <connection>scm:svn:https://labs.atlassian.com/svn/AHAM/tags/atlassian-hamcrest-1.0</connection>
        <developerConnection>scm:svn:https://labs.atlassian.com/svn/AHAM/tags/atlassian-hamcrest-1.0</developerConnection>
        <url>https://labs.atlassian.com/source/browse/AHAM/tags/atlassian-hamcrest-1.0</url>
    </scm>
</project>
