summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorin Simpson-Bryars <corin1235555@hotmail.com>2014-04-27 23:14:23 +0100
committerKHobbits <rob@khobbits.co.uk>2014-04-28 00:52:06 +0100
commit0a3394ac0fee439880bdfc0511c95eabf1fe9447 (patch)
tree2d4d4774ee56a8b36d6dea63d0f83e7924f77c14
parentae0844d4d5315feefbddf4555d71f06bf5eeaeba (diff)
downloadEssentials-0a3394ac0fee439880bdfc0511c95eabf1fe9447.tar
Essentials-0a3394ac0fee439880bdfc0511c95eabf1fe9447.tar.gz
Essentials-0a3394ac0fee439880bdfc0511c95eabf1fe9447.tar.lz
Essentials-0a3394ac0fee439880bdfc0511c95eabf1fe9447.tar.xz
Essentials-0a3394ac0fee439880bdfc0511c95eabf1fe9447.zip
Updating pom for vault
When deploying with Jenkins the build will fail due to there being no http://repo.ess3.net:8071/content/groups/public/net/milkbowl/vault/1.2.27 however there's a valid jar/dir for vault at http://repo.ess3.net:8071/content/groups/public/net/milkbowl/vault/Vault/1.2.32/ This will keep maven happy and the build not to error.
-rw-r--r--Essentials/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Essentials/pom.xml b/Essentials/pom.xml
index 633005206..34a420c18 100644
--- a/Essentials/pom.xml
+++ b/Essentials/pom.xml
@@ -129,9 +129,9 @@
<systemPath>${project.basedir}/../lib/SimplyPerms.jar</systemPath>
</dependency>
<dependency>
- <groupId>net.milkbowl</groupId>
- <artifactId>vault</artifactId>
- <version>1.2.27</version>
+ <groupId>net.milkbowl.vault</groupId>
+ <artifactId>Vault</artifactId>
+ <version>1.2.32</version>
</dependency>
<dependency>
<groupId>zPermissions</groupId>