Repository setting fixes.

Switches main vault repo to new nexus.hc.to repo.
Removes krinsoft repo as it's completely down now. and we were already using a static binary in the release.
This commit is contained in:
Sleaker 2016-08-02 17:58:48 -07:00
parent 3bc8968071
commit ed92370823
1 changed files with 2 additions and 6 deletions

View File

@ -47,7 +47,7 @@ Vault currently supports the following: Permissions 3, PEX, GroupManager, bPerms
<snapshotRepository>
<id>pub-repo</id>
<name>Public Snapshots</name>
<url>http://nexus.theyeticave.net/content/repositories/pub_snapshots/</url>
<url>http://nexus.hc.to/content/repositories/pub_snapshots/</url>
</snapshotRepository>
</distributionManagement>
@ -55,7 +55,7 @@ Vault currently supports the following: Permissions 3, PEX, GroupManager, bPerms
<repository>
<id>pub-repo</id>
<name>Public Releases</name>
<url>http://nexus.theyeticave.net/content/repositories/pub_releases/</url>
<url>http://nexus.hc.to/content/repositories/pub_releases/</url>
</repository>
<repository>
<id>spigot-repo</id>
@ -69,10 +69,6 @@ Vault currently supports the following: Permissions 3, PEX, GroupManager, bPerms
<id>bukkit-repo</id>
<url>http://repo.bukkit.org/content/groups/public/</url>
</repository>
<repository>
<id>krinsoft</id>
<url>http://ci.krincraft.net/plugin/repository/everything/</url>
</repository>
<repository>
<id>escapecraft-repo</id>
<url>http://dev.escapecraft.com/maven</url>