aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorZach Brown <[email protected]>2016-02-21 04:12:03 -0600
committerZach Brown <[email protected]>2016-02-21 04:12:03 -0600
commit2a67f0182f43ee0393593f0b67dc13cee2eb36e9 (patch)
treefe497ded5a8597f05449fe391ed4c7735f7c684b
parenta861cc6d8c6d15f3cb2d87522fb73dc1deb46f65 (diff)
downloadPaper-2a67f0182f43ee0393593f0b67dc13cee2eb36e9.tar.gz
Paper-2a67f0182f43ee0393593f0b67dc13cee2eb36e9.zip
Proper maven repo details
-rw-r--r--Spigot-API-Patches/0001-POM-changes.patch24
-rw-r--r--pom.xml8
2 files changed, 24 insertions, 8 deletions
diff --git a/Spigot-API-Patches/0001-POM-changes.patch b/Spigot-API-Patches/0001-POM-changes.patch
index c7df261d45..969036849f 100644
--- a/Spigot-API-Patches/0001-POM-changes.patch
+++ b/Spigot-API-Patches/0001-POM-changes.patch
@@ -1,14 +1,14 @@
-From 7efc9bdbba963f83977a6f03cec9b1604112ece1 Mon Sep 17 00:00:00 2001
+From 5d7fe1d8ba54b000f583088bc50141a184818516 Mon Sep 17 00:00:00 2001
From: Zach Brown <[email protected]>
Date: Tue, 6 Jan 2015 22:12:31 -0600
Subject: [PATCH] POM changes
diff --git a/pom.xml b/pom.xml
-index cb142f2..a2dd938 100644
+index cb142f2..d63151f 100644
--- a/pom.xml
+++ b/pom.xml
-@@ -4,23 +4,25 @@
+@@ -4,35 +4,37 @@
<modelVersion>4.0.0</modelVersion>
<parent>
@@ -43,6 +43,22 @@ index cb142f2..a2dd938 100644
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
+ <!-- just until we get deployment to central approved -->
+ <distributionManagement>
+ <repository>
+- <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>
+ </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>
+ </snapshotRepository>
+ </distributionManagement>
+
@@ -129,26 +131,6 @@
</dependencies>
</plugin>
@@ -71,5 +87,5 @@ index cb142f2..a2dd938 100644
<artifactId>maven-shade-plugin</artifactId>
<version>2.3</version>
--
-2.7.0
+2.7.1
diff --git a/pom.xml b/pom.xml
index 807e4a8db8..508f3ab479 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,12 +36,12 @@
<distributionManagement>
<repository>
- <id>md_5-releases</id>
- <url>http://repo.md-5.net/content/repositories/releases/</url>
+ <id>destroystokyo-releases</id>
+ <url>https://repo.destroystokyo.com/content/repositories/releases/</url>
</repository>
<snapshotRepository>
- <id>md_5-snapshots</id>
- <url>http://repo.md-5.net/content/repositories/snapshots/</url>
+ <id>destroystokyo-snapshots</id>
+ <url>https://repo.destroystokyo.com/content/repositories/snapshots/</url>
</snapshotRepository>
</distributionManagement>
</project> \ No newline at end of file