mirror of
https://e.coding.net/circlecloud/ProtectItem.git
synced 2024-11-17 14:18:46 +00:00
更新POM文件的依赖项目...
Signed-off-by: j502647092 <jtb1@163.com>
This commit is contained in:
parent
1abb481748
commit
ce64ad40d2
8
pom.xml
8
pom.xml
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user