mirror of
https://github.com/MilkBowl/Vault.git
synced 2025-02-19 22:02:44 +01:00
update to latest VaultAPI version and set minor version back to 0 for
next release.
This commit is contained in:
parent
758ba0347b
commit
3d9e793881
4
pom.xml
4
pom.xml
@ -6,13 +6,13 @@
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<bukkitVersion>1.8-R0.1-SNAPSHOT</bukkitVersion>
|
||||
<mainClass>${project.groupId}.${project.artifactId}</mainClass>
|
||||
<api.version>1.4</api.version>
|
||||
<api.version>1.5</api.version>
|
||||
</properties>
|
||||
|
||||
<!-- Project information -->
|
||||
<groupId>net.milkbowl.vault</groupId>
|
||||
<artifactId>Vault</artifactId>
|
||||
<version>${api.version}.2</version>
|
||||
<version>${api.version}.0</version>
|
||||
<name>Vault</name>
|
||||
<url>http://dev.bukkit.org/server-mods/vault/</url>
|
||||
<description>Vault is a Permissions & Economy API to allow plugins to more easily hook into these systems without needing to hook each individual system themselves.
|
||||
|
Loading…
Reference in New Issue
Block a user