mirror of
https://e.coding.net/circlecloud/Residence.git
synced 2025-11-25 21:56:06 +00:00
修复与部分插件TP有冲突的问题
This commit is contained in:
18
pom.xml
18
pom.xml
@@ -3,13 +3,9 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>cn.citycraft</groupId>
|
||||
<artifactId>Residence</artifactId>
|
||||
<version>2.8.1.9</version>
|
||||
<version>2.8.2.0</version>
|
||||
<name>Residence</name>
|
||||
<description>重制版本的领地插件 - 喵♂呜</description>
|
||||
<ciManagement>
|
||||
<system>hudson</system>
|
||||
<url>http://ci.citycraft.cn:8080/job/Residence/</url>
|
||||
</ciManagement>
|
||||
<build>
|
||||
<finalName>${project.name}</finalName>
|
||||
<resources>
|
||||
@@ -57,10 +53,14 @@
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
<ciManagement>
|
||||
<system>Jenkins</system>
|
||||
<url>http://ci.yumc.pw/job/${project.artifactId}/</url>
|
||||
</ciManagement>
|
||||
<properties>
|
||||
<jenkins.url>http://hs.yumc.pw:8080</jenkins.url>
|
||||
<update.description>&4紧急更新!!! 普通玩家无视SetOwner权限问题...</update.description>
|
||||
<update.description>&6更新预告!!! GUI菜单即将上线...</update.description>
|
||||
<update.changes>
|
||||
&b2.8.2.0 - &a修复与部分插件TP有冲突的问题...;
|
||||
&b2.8.1.9 - &e修复配置文件载入失败的问题...;
|
||||
</update.changes>
|
||||
<env.GIT_COMMIT>Debug</env.GIT_COMMIT>
|
||||
@@ -72,8 +72,8 @@
|
||||
<url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>citycraft-repo</id>
|
||||
<url>${jenkins.url}/plugin/repository/everything/</url>
|
||||
<id>yumc-repo</id>
|
||||
<url>http://repo.yumc.pw/content/groups/public/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
<distributionManagement>
|
||||
|
||||
Reference in New Issue
Block a user