From 929ac79c3d13aa8d1e2e68dc702e45f8882c7f45 Mon Sep 17 00:00:00 2001 From: 502647092 Date: Tue, 26 Jan 2016 23:17:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=80=E7=9B=B4=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E6=9B=B4=E6=96=B0=E7=9A=84=E9=97=AE=E9=A2=98...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 502647092 --- pom.xml | 4 +++- src/main/resources/plugin.yml | 10 ++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index ff756c2..a238ca2 100644 --- a/pom.xml +++ b/pom.xml @@ -54,7 +54,9 @@ http://ci.citycraft.cn:8080 - 添加自动更新和使用统计... + 修复一直提示更新的问题... + + DEBUG UTF-8 diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 31e22eb..169bed1 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -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: 随机传送插件命令