mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-29 15:49:00 +01:00
Update maven repo urls
This commit is contained in:
parent
58ba189a32
commit
cae6930ae4
2 changed files with 4 additions and 4 deletions
|
@ -49,13 +49,13 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
- <id>spigotmc-releases</id>
|
||||
- <url>https://hub.spigotmc.org/nexus/content/repositories/releases/</url>
|
||||
+ <id>destroystokyo-releases</id>
|
||||
+ <url>https://repo.destroystokyo.com/content/repositories/releases/</url>
|
||||
+ <url>https://repo.destroystokyo.com/repository/maven-releases/</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
- <id>spigotmc-snapshots</id>
|
||||
- <url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
|
||||
+ <id>destroystokyo-snapshots</id>
|
||||
+ <url>https://repo.destroystokyo.com/content/repositories/snapshots/</url>
|
||||
+ <url>https://repo.destroystokyo.com/repository/maven-snapshots/</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -45,11 +45,11 @@
|
|||
<distributionManagement>
|
||||
<repository>
|
||||
<id>destroystokyo-releases</id>
|
||||
<url>https://repo.destroystokyo.com/content/repositories/releases/</url>
|
||||
<url>https://repo.destroystokyo.com/repository/maven-releases/</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<id>destroystokyo-snapshots</id>
|
||||
<url>https://repo.destroystokyo.com/content/repositories/snapshots/</url>
|
||||
<url>https://repo.destroystokyo.com/repository/maven-snapshots/</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
</project>
|
||||
|
|
Loading…
Reference in a new issue