ShopChest/ShopChest NMS-v1_8_R3/pom.xml
Eric 34468ef623 Changed version to 1.9.0
There will be some more changes, so the update is coming soon...
Also, the properties in the plugin.yml are now extracted from the pom.xml
2016-07-06 21:59:42 +02:00

30 lines
992 B
XML

<?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">
<parent>
<artifactId>ShopChest-Root</artifactId>
<groupId>de.epiceric</groupId>
<version>1.9.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ShopChest_NMS-v1_8_R3</artifactId>
<dependencies>
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
<version>1.8.8-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>de.epiceric</groupId>
<artifactId>ShopChest_NMS-Abstract</artifactId>
<version>1.9.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>