mirror of
https://github.com/MilkBowl/Vault.git
synced 2024-11-23 02:55:43 +01:00
Fix pom.xml referencing non-existent krinsoft repo. Increase version for
next release.
This commit is contained in:
parent
603ce07f05
commit
528f735dcc
6
pom.xml
6
pom.xml
@ -12,7 +12,7 @@
|
||||
<!-- Project information -->
|
||||
<groupId>net.milkbowl.vault</groupId>
|
||||
<artifactId>Vault</artifactId>
|
||||
<version>${api.version}.4</version>
|
||||
<version>${api.version}.5</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.
|
||||
@ -71,7 +71,7 @@ Vault currently supports the following: Permissions 3, PEX, GroupManager, bPerms
|
||||
</repository>
|
||||
<repository>
|
||||
<id>krinsoft</id>
|
||||
<url>http://files.krinsoft.net:8085/nexus/content/groups/public</url>
|
||||
<url>http://ci.krincraft.net/plugin/repository/everything/</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>escapecraft-repo</id>
|
||||
@ -115,7 +115,7 @@ Vault currently supports the following: Permissions 3, PEX, GroupManager, bPerms
|
||||
<dependency>
|
||||
<groupId>net.krinsoft</groupId>
|
||||
<artifactId>Privileges</artifactId>
|
||||
<version>1.7.4</version>
|
||||
<version>1.8.1</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
Loading…
Reference in New Issue
Block a user