Made the different version numbers refer to version in pom.xml.
This commit is contained in:
parent
6d2193d597
commit
03f62bd8f6
8 changed files with 40 additions and 8 deletions
|
|
@ -1,4 +1,4 @@
|
|||
version: 0.22
|
||||
version: ${project.version}
|
||||
#
|
||||
# This file contains default standard lighting profiles. The contents of this file CAN need to be replaced and updated
|
||||
# during upgrades, so new or updated lighting definitions should be done in the custom-lightings.txt file
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
version: 0.22
|
||||
version: ${project.version}
|
||||
#
|
||||
# This file contains default standard perspective definitions. The contents of this file CAN need to be replaced and updated
|
||||
# during upgrades, so new or updated perspective definitions should be done in the custom-perspectives.txt file
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
name: dynmap
|
||||
main: org.dynmap.DynmapPlugin
|
||||
version: "0.22"
|
||||
version: "${project.version}"
|
||||
authors: [FrozenCow, mikeprimm, zeeZ]
|
||||
softdepend: [Permissions]
|
||||
commands:
|
||||
|
|
@ -139,4 +139,4 @@ permissions:
|
|||
dynmap.marker.addicon:
|
||||
description: Allows /dmarker addicon
|
||||
default: op
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue