<?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>
    <groupId>com.googlecode.redbox-mint</groupId>
    <artifactId>mint-config</artifactId>
    <version>1.5.1</version>
    <packaging>jar</packaging>
    <name>The Mint - Generic Configuration</name>
    <parent>
        <groupId>com.googlecode.redbox-mint</groupId>
        <artifactId>mint-project</artifactId>
        <version>1.5.1</version>
        <relativePath>../parent/pom.xml</relativePath>
    </parent>
    <build>
        <resources>
            <resource>
                <directory>src/main/config</directory>
            </resource>
        </resources>
    </build>
    <scm>
        <url>http://redbox-mint.googlecode.com/svn/mint/tags/mint-1.5.1/config</url>
        <connection>scm:svn:http://redbox-mint.googlecode.com/svn/mint/tags/mint-1.5.1/config</connection>
        <developerConnection>scm:svn:https://redbox-mint.googlecode.com/svn/mint/tags/mint-1.5.1/config</developerConnection>
    </scm>
</project>
