1
0
mirror of https://e.coding.net/circlecloud/ProtectItem.git synced 2024-10-02 06:48:47 +00:00

更新POM文件的依赖项目...

Signed-off-by: j502647092 <jtb1@163.com>
This commit is contained in:
j502647092 2015-04-28 16:48:22 +08:00
parent 1abb481748
commit ce64ad40d2

View File

@ -1,9 +1,9 @@
<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>
<groupId>cn.CityCraft</groupId>
<artifactId>BanDropDirt</artifactId>
<artifactId>ProtectItem</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>BanDropDirt</name>
<name>ProtectItem</name>
<build>
<sourceDirectory>src</sourceDirectory>
<resources>
@ -24,9 +24,9 @@
<dependencies>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<artifactId>spigot-api</artifactId>
<type>jar</type>
<version>1.8-R0.1-SNAPSHOT</version>
<version>1.8.3-R0.1-SNAPSHOT</version>
</dependency>
</dependencies>
<properties>