1
0
mirror of https://e.coding.net/circlecloud/TeleportRandom.git synced 2024-11-01 07:38:47 +00:00

修复一直提示更新的问题...

Signed-off-by: 502647092 <jtb1@163.com>
This commit is contained in:
502647092 2016-01-26 23:17:26 +08:00
parent 7d1e0cf13f
commit 929ac79c3d
2 changed files with 9 additions and 5 deletions

View File

@ -54,7 +54,9 @@
</build> </build>
<properties> <properties>
<jenkins.url>http://ci.citycraft.cn:8080</jenkins.url> <jenkins.url>http://ci.citycraft.cn:8080</jenkins.url>
<update.description>添加自动更新和使用统计...</update.description> <update.description>修复一直提示更新的问题...</update.description>
<update.changes></update.changes>
<env.GIT_COMMIT>DEBUG</env.GIT_COMMIT>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties> </properties>
<repositories> <repositories>

View File

@ -1,7 +1,9 @@
name: TeleportRandom name: ${project.artifactId}
main: cn.citycraft.TeleportRandom.TeleportRandom description: ${project.description}
website: http://ci.citycraft.cn:8800/jenkins/job/TeleportRandom/ main: ${project.groupId}.${project.artifactId}.${project.artifactId}
version: 1.0 version: ${project.version}-git-${env.GIT_COMMIT}
authors: [喵♂呜]
website: ${jenkins.url}/job/${project.artifactId}/
commands: commands:
tpr: tpr:
description: 随机传送插件命令 description: 随机传送插件命令