mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-29 07:48:53 +01:00
Update maven repo urls
This commit is contained in:
parent
9f95fbcd24
commit
01a09f8ff1
2 changed files with 7 additions and 7 deletions
|
@ -1,11 +1,11 @@
|
|||
From eae2bbf6e1c174c7e0319f8e74c14ef1a305bbbd Mon Sep 17 00:00:00 2001
|
||||
From ff68c81e69c9901714484060fafaba4c06891df6 Mon Sep 17 00:00:00 2001
|
||||
From: Zach Brown <zach.brown@destroystokyo.com>
|
||||
Date: Mon, 29 Feb 2016 17:16:08 -0600
|
||||
Subject: [PATCH] POM changes
|
||||
|
||||
|
||||
diff --git a/pom.xml b/pom.xml
|
||||
index 24f029d..93e12d4 100644
|
||||
index 217ce0b..ad866cc 100644
|
||||
--- a/pom.xml
|
||||
+++ b/pom.xml
|
||||
@@ -4,35 +4,37 @@
|
||||
|
@ -49,13 +49,13 @@ index 24f029d..93e12d4 100644
|
|||
- <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>
|
||||
|
||||
|
@ -109,5 +109,5 @@ index 24f029d..93e12d4 100644
|
|||
<artifactId>maven-shade-plugin</artifactId>
|
||||
<version>2.4.1</version>
|
||||
--
|
||||
2.9.0
|
||||
2.9.2.windows.1
|
||||
|
||||
|
|
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