1
0
mirror of https://e.coding.net/circlecloud/Residence.git synced 2025-11-24 21:46:16 +00:00

修复与部分插件TP有冲突的问题

This commit is contained in:
502647092
2016-03-18 00:31:41 +08:00
parent 43d9579e86
commit 54d338f551
2 changed files with 10 additions and 10 deletions

18
pom.xml
View File

@@ -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>&amp;4紧急更新!!! 普通玩家无视SetOwner权限问题...</update.description>
<update.description>&amp;6更新预告!!! GUI菜单即将上线...</update.description>
<update.changes>
&amp;b2.8.2.0 - &amp;a修复与部分插件TP有冲突的问题...;
&amp;b2.8.1.9 - &amp;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>

View File

@@ -2,7 +2,7 @@ name: ${project.artifactId}
description: ${project.description}
main: ${project.groupId}.${project.artifactId}.${project.artifactId}Main
version: ${project.version}-git-${env.GIT_COMMIT}
website: ${jenkins.url}/job/${project.artifactId}/
website: ${ciManagement.url}
authors:
- bekvon
- nate302