From 9ed7fb0302c37e2c3f65715e3d1311f1cabdcfa2 Mon Sep 17 00:00:00 2001 From: ProSavage Date: Thu, 6 Dec 2018 16:07:48 -0600 Subject: [PATCH] Moved version handling to pom.xml from plugin.yml --- pom.xml | 2 +- src/main/resources/config.yml | 1 - src/main/resources/plugin.yml | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 334dabb2..9eb981da 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.massivecraft Factions - 1.6.9.5-U0.2.1-RC + 1.6.9.5-U0.2.1-RC-1.5-BETA jar Factions diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index aaeb4f36..d6b50ecc 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -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 diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 57c0b3ef..c6b0e53f 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -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]