mirror of
https://github.com/Zrips/Jobs.git
synced 2025-01-04 23:37:49 +01:00
Lets automatically update plugins version in plugin.yml by pom.xml
This commit is contained in:
parent
7c5a03afb6
commit
64b9b35e58
1
pom.xml
1
pom.xml
@ -153,6 +153,7 @@
|
||||
<resource>
|
||||
<targetPath>.</targetPath>
|
||||
<directory>${basedir}/src/main/resources/</directory>
|
||||
<filtering>true</filtering>
|
||||
</resource>
|
||||
</resources>
|
||||
<plugins>
|
||||
|
@ -1,7 +1,7 @@
|
||||
name: Jobs
|
||||
description: Jobs Plugin for the BukkitAPI
|
||||
main: com.gamingmesh.jobs.Jobs
|
||||
version: 4.9.5
|
||||
version: ${project.version}
|
||||
api-version: 1.13
|
||||
website: https://www.spigotmc.org/resources/4216/
|
||||
author: phrstbrn
|
||||
|
Loading…
Reference in New Issue
Block a user