Update maven repo urls

This commit is contained in:
Zach Brown 2016-08-06 16:49:55 -05:00
parent 9f95fbcd24
commit 01a09f8ff1
No known key found for this signature in database
GPG key ID: CC9DA35FC5450B76
2 changed files with 7 additions and 7 deletions

View file

@ -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> From: Zach Brown <zach.brown@destroystokyo.com>
Date: Mon, 29 Feb 2016 17:16:08 -0600 Date: Mon, 29 Feb 2016 17:16:08 -0600
Subject: [PATCH] POM changes Subject: [PATCH] POM changes
diff --git a/pom.xml b/pom.xml diff --git a/pom.xml b/pom.xml
index 24f029d..93e12d4 100644 index 217ce0b..ad866cc 100644
--- a/pom.xml --- a/pom.xml
+++ b/pom.xml +++ b/pom.xml
@@ -4,35 +4,37 @@ @@ -4,35 +4,37 @@
@ -49,13 +49,13 @@ index 24f029d..93e12d4 100644
- <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>
@ -109,5 +109,5 @@ index 24f029d..93e12d4 100644
<artifactId>maven-shade-plugin</artifactId> <artifactId>maven-shade-plugin</artifactId>
<version>2.4.1</version> <version>2.4.1</version>
-- --
2.9.0 2.9.2.windows.1

View file

@ -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>