use maven project.version placeholder for plugin version
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<groupId>net.nuggetmc</groupId>
|
<groupId>net.nuggetmc</groupId>
|
||||||
<artifactId>TerminatorPlus</artifactId>
|
<artifactId>TerminatorPlus</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>3.1-BETA</version>
|
||||||
<name>TerminatorPlus</name>
|
<name>TerminatorPlus</name>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name: TerminatorPlus
|
name: TerminatorPlus
|
||||||
main: net.nuggetmc.tplus.TerminatorPlus
|
main: net.nuggetmc.tplus.TerminatorPlus
|
||||||
version: 3.1-BETA
|
version: ${project.version}
|
||||||
api-version: 1.16
|
api-version: 1.16
|
||||||
author: HorseNuggets
|
author: HorseNuggets
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user