From 647a5c402dc6f8998075094b495a20e5efafbc55 Mon Sep 17 00:00:00 2001 From: j502647092 Date: Sat, 17 Oct 2015 22:56:58 +0800 Subject: [PATCH] update jenkins url... Signed-off-by: j502647092 --- pom.xml | 3 ++- src/main/resources/plugin.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index cd00023..67014e8 100644 --- a/pom.xml +++ b/pom.xml @@ -65,7 +65,7 @@ citycraft-repo - http://ci.citycraft.cn:8800/jenkins/plugin/repository/everything/ + ${jenkins.url}/plugin/repository/everything/ Plugin Metrics @@ -94,5 +94,6 @@ UTF-8 + http://ci.citycraft.cn:8080 \ No newline at end of file diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 058884b..6520120 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -3,7 +3,7 @@ description: ${project.description} main: ${project.groupId}.${project.artifactId}.${project.artifactId} version: ${project.version} author: 喵♂呜 -website: http://ci.citycraft.cn:8800/jenkins/job/${project.artifactId}/ +website: ${jenkins.url}/job/${project.artifactId}/ commands: simpleprotect: description: 简单保护插件