Moved version handling to pom.xml from plugin.yml

This commit is contained in:
ProSavage 2018-12-06 16:07:48 -06:00
parent 0584fa98bb
commit 9ed7fb0302
3 changed files with 2 additions and 3 deletions

View File

@ -4,7 +4,7 @@
<groupId>com.massivecraft</groupId>
<artifactId>Factions</artifactId>
<version>1.6.9.5-U0.2.1-RC</version>
<version>1.6.9.5-U0.2.1-RC-1.5-BETA</version>
<packaging>jar</packaging>
<name>Factions</name>

View File

@ -520,7 +520,6 @@ fperm-gui:
chest: 42
spawner: 38
home: 49
# Material to show, if the material is colorable eg: Wool, Stained Clay it will update with it's access color
materials:
build: STAINED_GLASS

View File

@ -1,5 +1,5 @@
name: Factions
version: ${project.version}-1.4-STABLE
version: ${project.version}
api-version: 1.13
main: com.massivecraft.factions.SavageFactions
authors: [Olof Larsson, Brett Flannigan, drtshock, ProSavage, AL56AF50, Driftay]