adjust pom. No 1.7.9 snapshot exists, so use release version. Add

VaultAPI repo so we know where to find the VaultAPI jar.
This commit is contained in:
Nick Minkler 2014-11-30 12:51:20 -08:00
parent b1ed9dcd05
commit 07e03c6fd8
1 changed files with 6 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<bukkitVersion>1.7.9-R0.2-SNAPSHOT</bukkitVersion>
<bukkitVersion>1.7.9-R0.2</bukkitVersion>
<mainClass>${project.groupId}.${project.artifactId}</mainClass>
<api.version>1.4</api.version>
</properties>
@ -52,6 +52,11 @@ Vault currently supports the following: Permissions 3, PEX, GroupManager, bPerms
</distributionManagement>
<repositories>
<repository>
<id>pub-repo</id>
<name>Public Releases</name>
<url>http://nexus.theyeticave.net/content/repositories/pub_releases/</url>
</repository>
<repository>
<id>bukkit-repo</id>
<url>http://repo.bukkit.org/content/groups/public/</url>