mirror of
https://e.coding.net/circlecloud/SimpleEssential.git
synced 2025-01-06 12:18:56 +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>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
</properties>
|
</properties>
|
||||||
|
<description>轻量级基础插件</description>
|
||||||
</project>
|
</project>
|
@ -47,7 +47,7 @@ public class VersionChecker implements Listener {
|
|||||||
public VersionChecker(Plugin plugin, String branch) {
|
public VersionChecker(Plugin plugin, String branch) {
|
||||||
this.plugin = plugin;
|
this.plugin = plugin;
|
||||||
plugin.getServer().getPluginManager().registerEvents(this, plugin);
|
plugin.getServer().getPluginManager().registerEvents(this, plugin);
|
||||||
this.checkurl = branch;
|
this.branch = branch;
|
||||||
this.versioncheck(null);
|
this.versioncheck(null);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
name: ${project.artifactId}
|
name: ${project.artifactId}
|
||||||
|
description: ${project.description}
|
||||||
main: ${project.groupId}.${project.artifactId}.${project.artifactId}
|
main: ${project.groupId}.${project.artifactId}.${project.artifactId}
|
||||||
website: http://ci.citycraft.cn:8800/jenkins/job/${project.artifactId}/
|
website: http://ci.citycraft.cn:8800/jenkins/job/${project.artifactId}/
|
||||||
version: ${project.version}
|
version: ${project.version}
|
||||||
|
Loading…
Reference in New Issue
Block a user