mirror of
https://github.com/taoneill/war.git
synced 2024-12-02 15:13:39 +01:00
Bump version to 1.9-SNAPSHOT for development
@taoneill @grinning we need a new name for War 1.9. Maybe Bob can have his chance again after all? @taoneill also please update main war branch to 'develop'.
This commit is contained in:
parent
6294922225
commit
1d6ffcea7e
@ -3,10 +3,11 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.tommytony</groupId>
|
||||
<artifactId>war</artifactId>
|
||||
<version>1.8</version>
|
||||
<version>1.9-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
<name>War</name>
|
||||
<url>http://war.tommytony.com</url>
|
||||
<description>Minecraft PVP arenas (called warzones) for a fast-paced and structured PVP experience with TDM, CTF and more!</description>
|
||||
<prerequisites>
|
||||
<maven>2.2.1</maven>
|
||||
</prerequisites>
|
||||
|
@ -1,8 +1,8 @@
|
||||
name: War
|
||||
version: 1.8 (Nimitz)
|
||||
description: Minecraft PVP arenas (called warzones) for a fast-paced and structured PVP experience with TDM, CTF & more!
|
||||
name: ${project.name}
|
||||
version: ${project.version}
|
||||
description: ${project.description}
|
||||
author: tommytony
|
||||
website: http://war.tommytony.com
|
||||
website: ${project.url}
|
||||
main: com.tommytony.war.War
|
||||
softdepend: [Spout, TagAPI, WorldEdit]
|
||||
permissions:
|
||||
|
Loading…
Reference in New Issue
Block a user