From bf562d90de8108ce70900d371e647865dc769efb Mon Sep 17 00:00:00 2001 From: Nick Minkler Date: Sun, 30 Nov 2014 13:02:20 -0800 Subject: [PATCH] set version to 1.4.2 to indicate release version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4b63371..c2af482 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ net.milkbowl.vault Vault - ${api.version}.2-SNAPSHOT + ${api.version}.2 Vault http://dev.bukkit.org/server-mods/vault/ Vault is a Permissions & Economy API to allow plugins to more easily hook into these systems without needing to hook each individual system themselves.