diff --git a/core/pom.xml b/core/pom.xml index 39eefaa..730665f 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -19,6 +19,35 @@ FactionsTop An efficient and comprehensive factions ranking system. + + ${project.version} ${buildDescription} + + + + + static_build_number + + + !env.BUILD_NUMBER + + + + (compiled at ${maven.build.timestamp}) + + + + dynamic_build_number + + + env.BUILD_NUMBER + + + + (build ${env.BUILD_NUMBER}) + + + + diff --git a/core/src/main/resources/plugin.yml b/core/src/main/resources/plugin.yml index 269e26a..5e0516c 100644 --- a/core/src/main/resources/plugin.yml +++ b/core/src/main/resources/plugin.yml @@ -1,6 +1,6 @@ name: ${project.name} main: net.novucs.ftop.FactionsTopPlugin -version: ${project.version} +version: '${minecraft.plugin.version}' description: ${project.description} author: novucs softdepend: [EpicSpawners, Essentials, Factions, LegacyFactions, Vault, MVdWPlaceholderAPI, PlaceholderAPI]