mirror of
https://e.coding.net/circlecloud/TeleportRandom.git
synced 2024-10-31 07:28:47 +00:00
修复一直提示更新的问题...
Signed-off-by: 502647092 <jtb1@163.com>
This commit is contained in:
parent
7d1e0cf13f
commit
929ac79c3d
4
pom.xml
4
pom.xml
@ -54,7 +54,9 @@
|
||||
</build>
|
||||
<properties>
|
||||
<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>
|
||||
</properties>
|
||||
<repositories>
|
||||
|
@ -1,7 +1,9 @@
|
||||
name: TeleportRandom
|
||||
main: cn.citycraft.TeleportRandom.TeleportRandom
|
||||
website: http://ci.citycraft.cn:8800/jenkins/job/TeleportRandom/
|
||||
version: 1.0
|
||||
name: ${project.artifactId}
|
||||
description: ${project.description}
|
||||
main: ${project.groupId}.${project.artifactId}.${project.artifactId}
|
||||
version: ${project.version}-git-${env.GIT_COMMIT}
|
||||
authors: [喵♂呜]
|
||||
website: ${jenkins.url}/job/${project.artifactId}/
|
||||
commands:
|
||||
tpr:
|
||||
description: 随机传送插件命令
|
||||
|
Loading…
Reference in New Issue
Block a user