mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2024-12-04 12:51:09 -05:00
Updated maven URLs
This commit is contained in:
parent
7112e67607
commit
ad032f3ce2
1 changed files with 13 additions and 7 deletions
10
pom.xml
10
pom.xml
|
@ -25,9 +25,15 @@
|
|||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>dropbox</id>
|
||||
<url>file:///home/steven/Dropbox/Public/maven</url>
|
||||
<id>Spacebase Artifactory</id>
|
||||
<name>Spacebase Artifactory-releases</name>
|
||||
<url>http://repo.spacebase.ch/artifactory/main</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<id>Spacebase Artifactory</id>
|
||||
<name>Spacebase Artifactory-snapshots</name>
|
||||
<url>http://repo.spacebase.ch/artifactory/main</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
|
||||
<developers>
|
||||
|
|
Loading…
Reference in a new issue