Moved version handling to pom.xml from plugin.yml
This commit is contained in:
parent
0584fa98bb
commit
9ed7fb0302
2
pom.xml
2
pom.xml
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user