geforkt von Mirrors/Paper
Update maven repo urls
Dieser Commit ist enthalten in:
Ursprung
58ba189a32
Commit
cae6930ae4
@ -49,13 +49,13 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
- <id>spigotmc-releases</id>
|
- <id>spigotmc-releases</id>
|
||||||
- <url>https://hub.spigotmc.org/nexus/content/repositories/releases/</url>
|
- <url>https://hub.spigotmc.org/nexus/content/repositories/releases/</url>
|
||||||
+ <id>destroystokyo-releases</id>
|
+ <id>destroystokyo-releases</id>
|
||||||
+ <url>https://repo.destroystokyo.com/content/repositories/releases/</url>
|
+ <url>https://repo.destroystokyo.com/repository/maven-releases/</url>
|
||||||
</repository>
|
</repository>
|
||||||
<snapshotRepository>
|
<snapshotRepository>
|
||||||
- <id>spigotmc-snapshots</id>
|
- <id>spigotmc-snapshots</id>
|
||||||
- <url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
|
- <url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
|
||||||
+ <id>destroystokyo-snapshots</id>
|
+ <id>destroystokyo-snapshots</id>
|
||||||
+ <url>https://repo.destroystokyo.com/content/repositories/snapshots/</url>
|
+ <url>https://repo.destroystokyo.com/repository/maven-snapshots/</url>
|
||||||
</snapshotRepository>
|
</snapshotRepository>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
|
|
||||||
|
4
pom.xml
4
pom.xml
@ -45,11 +45,11 @@
|
|||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<repository>
|
<repository>
|
||||||
<id>destroystokyo-releases</id>
|
<id>destroystokyo-releases</id>
|
||||||
<url>https://repo.destroystokyo.com/content/repositories/releases/</url>
|
<url>https://repo.destroystokyo.com/repository/maven-releases/</url>
|
||||||
</repository>
|
</repository>
|
||||||
<snapshotRepository>
|
<snapshotRepository>
|
||||||
<id>destroystokyo-snapshots</id>
|
<id>destroystokyo-snapshots</id>
|
||||||
<url>https://repo.destroystokyo.com/content/repositories/snapshots/</url>
|
<url>https://repo.destroystokyo.com/repository/maven-snapshots/</url>
|
||||||
</snapshotRepository>
|
</snapshotRepository>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
</project>
|
</project>
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren