update version to .2-SNAPSHOT for development toward next release.

This commit is contained in:
Nick Minkler 2014-06-24 12:12:08 -07:00
parent e358160cca
commit 0947b7e016
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<!-- Project information -->
<groupId>net.milkbowl.vault</groupId>
<artifactId>Vault</artifactId>
<version>${api.version}.1</version>
<version>${api.version}.2-SNAPSHOT</version>
<name>Vault</name>
<url>http://dev.bukkit.org/server-mods/vault/</url>
<description>Vault is a Permissions &amp; Economy API to allow plugins to more easily hook into these systems without needing to hook each individual system themselves.