mirror of
https://github.com/MilkBowl/VaultAPI.git
synced 2024-11-22 18:35:17 +01:00
fix missing distribution settings
This commit is contained in:
parent
229a9684d7
commit
0b9c97049f
8
pom.xml
8
pom.xml
@ -35,6 +35,14 @@
|
||||
<url>http://repo.bukkit.org/content/groups/public/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>pub-repo</id>
|
||||
<name>Public Releases</name>
|
||||
<url>http://nexus.theyeticave.net/content/repositories/pub_releases/</url>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
Loading…
Reference in New Issue
Block a user