mirror of
https://e.coding.net/circlecloud/SimpleEssential.git
synced 2024-11-17 01:18:47 +00:00
update Version and fix VersionChecker...
Signed-off-by: 502647092 <jtb1@163.com>
This commit is contained in:
parent
794c43551e
commit
0bd132f2b7
1
pom.xml
1
pom.xml
@ -41,4 +41,5 @@
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
<description>轻量级基础插件</description>
|
||||
</project>
|
@ -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);
|
||||
}
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user