mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2024-12-12 08:41:00 -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>
|
<distributionManagement>
|
||||||
<repository>
|
<repository>
|
||||||
<id>dropbox</id>
|
<id>Spacebase Artifactory</id>
|
||||||
<url>file:///home/steven/Dropbox/Public/maven</url>
|
<name>Spacebase Artifactory-releases</name>
|
||||||
|
<url>http://repo.spacebase.ch/artifactory/main</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
<snapshotRepository>
|
||||||
|
<id>Spacebase Artifactory</id>
|
||||||
|
<name>Spacebase Artifactory-snapshots</name>
|
||||||
|
<url>http://repo.spacebase.ch/artifactory/main</url>
|
||||||
|
</snapshotRepository>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
|
|
||||||
<developers>
|
<developers>
|
||||||
|
|
Loading…
Reference in a new issue