update Version and fix VersionChecker...

Signed-off-by: 502647092 <jtb1@163.com>
pull/2/MERGE
502647092 2015-09-01 19:14:46 +08:00
parent 794c43551e
commit 0bd132f2b7
3 changed files with 3 additions and 1 deletions

View File

@ -41,4 +41,5 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<description>轻量级基础插件</description>
</project>

View File

@ -47,7 +47,7 @@ public class VersionChecker implements Listener {
public VersionChecker(Plugin plugin, String branch) {
this.plugin = plugin;
plugin.getServer().getPluginManager().registerEvents(this, plugin);
this.checkurl = branch;
this.branch = branch;
this.versioncheck(null);
}

View File

@ -1,4 +1,5 @@
name: ${project.artifactId}
description: ${project.description}
main: ${project.groupId}.${project.artifactId}.${project.artifactId}
website: http://ci.citycraft.cn:8800/jenkins/job/${project.artifactId}/
version: ${project.version}