<?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>de.Linus122.TimeIsMoney</groupId>
        <artifactId>parent</artifactId>
        <version>1.9.6.9</version>
        <relativePath>../pom.xml</relativePath>
    </parent>

    <name>TimeIsMoney v1_9_R1</name>
    <packaging>jar</packaging>
    <artifactId>v1_9_R1</artifactId>

    <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    </properties>

    <dependencies>
        <dependency>
            <groupId>org.spigotmc</groupId>
            <artifactId>spigot-api</artifactId>
            <version>1.9-R0.1-SNAPSHOT</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.bukkit</groupId>
            <artifactId>craftbukkit</artifactId>
            <version>1.9-R0.1-SNAPSHOT</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>de.Linus122.TimeIsMoney</groupId>
            <artifactId>Tools</artifactId>
            <version>1.9.6.9</version>
        </dependency>
    </dependencies>
</project>