Uses a placeholder for the plugin version

This commit is contained in:
Kristian Knarvik 2022-11-07 00:22:03 +01:00
parent 7784ee46a5
commit ac5f032ce9
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
<artifactId>blacksmith</artifactId>
<version>1.0.3-SNAPSHOT</version>
<name>Blacksmith</name>
<description>Blacksmith Character for the CitizensAPI</description>
<description>Blacksmith NPC for the Citizens API</description>
<!-- Properties -->
<properties>

View File

@ -1,7 +1,7 @@
name: Blacksmith
author: EpicKnarvik97, aPunch, jrbudda, HurricanKai
authors: [ EpicKnarvik97, aPunch, jrbudda, HurricanKai ]
version: 1.0.3
version: '${project.version}'
main: net.knarcraft.blacksmith.BlacksmithPlugin
depend: [ Citizens, Vault ]