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> <modelVersion>4.0.0</modelVersion>
<groupId>cn.citycraft</groupId> <groupId>cn.citycraft</groupId>
<artifactId>Residence</artifactId> <artifactId>Residence</artifactId>
<version>2.8.1.9</version> <version>2.8.2.0</version>
<name>Residence</name> <name>Residence</name>
<description>重制版本的领地插件 - 喵♂呜</description> <description>重制版本的领地插件 - 喵♂呜</description>
<ciManagement>
<system>hudson</system>
<url>http://ci.citycraft.cn:8080/job/Residence/</url>
</ciManagement>
<build> <build>
<finalName>${project.name}</finalName> <finalName>${project.name}</finalName>
<resources> <resources>
@@ -57,10 +53,14 @@
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
<ciManagement>
<system>Jenkins</system>
<url>http://ci.yumc.pw/job/${project.artifactId}/</url>
</ciManagement>
<properties> <properties>
<jenkins.url>http://hs.yumc.pw:8080</jenkins.url> <update.description>&amp;6更新预告!!! GUI菜单即将上线...</update.description>
<update.description>&amp;4紧急更新!!! 普通玩家无视SetOwner权限问题...</update.description>
<update.changes> <update.changes>
&amp;b2.8.2.0 - &amp;a修复与部分插件TP有冲突的问题...;
&amp;b2.8.1.9 - &amp;e修复配置文件载入失败的问题...; &amp;b2.8.1.9 - &amp;e修复配置文件载入失败的问题...;
</update.changes> </update.changes>
<env.GIT_COMMIT>Debug</env.GIT_COMMIT> <env.GIT_COMMIT>Debug</env.GIT_COMMIT>
@@ -72,8 +72,8 @@
<url>https://hub.spigotmc.org/nexus/content/groups/public/</url> <url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
</repository> </repository>
<repository> <repository>
<id>citycraft-repo</id> <id>yumc-repo</id>
<url>${jenkins.url}/plugin/repository/everything/</url> <url>http://repo.yumc.pw/content/groups/public/</url>
</repository> </repository>
</repositories> </repositories>
<distributionManagement> <distributionManagement>

View File

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