Fix up maven stuff hopefully

This commit is contained in:
Zach Brown 2018-09-22 12:58:09 -04:00
parent a8040517b9
commit 5cfcc66b4f
5 changed files with 15 additions and 18 deletions

View file

@ -14,7 +14,7 @@ it without having to shade it in the plugin and going through
several layers of logging abstraction. several layers of logging abstraction.
diff --git a/pom.xml b/pom.xml diff --git a/pom.xml b/pom.xml
index a58d4424..a771e156 100644 index ffedf2e7..67d40f03 100644
--- a/pom.xml --- a/pom.xml
+++ b/pom.xml +++ b/pom.xml
@@ -0,0 +0,0 @@ @@ -0,0 +0,0 @@

View file

@ -5,7 +5,7 @@ Subject: [PATCH] POM changes
diff --git a/pom.xml b/pom.xml diff --git a/pom.xml b/pom.xml
index 117a7f8cf..03894ccf3 100644 index 117a7f8c..2a5846a1 100644
--- a/pom.xml --- a/pom.xml
+++ b/pom.xml +++ b/pom.xml
@@ -0,0 +0,0 @@ @@ -0,0 +0,0 @@
@ -39,22 +39,19 @@ index 117a7f8cf..03894ccf3 100644
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties> </properties>
<distributionManagement> - <distributionManagement>
<repository> - <repository>
- <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> - </repository>
+ <url>https://destroystokyo.com/repo/repository/maven-releases/</url> - <snapshotRepository>
</repository>
<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> - </snapshotRepository>
+ <url>https://destroystokyo.com/repo/repository/maven-snapshots/</url> - </distributionManagement>
</snapshotRepository> -
</distributionManagement> <repositories>
<repository>
@@ -0,0 +0,0 @@
<id>spigotmc-public</id> <id>spigotmc-public</id>
<url>https://hub.spigotmc.org/nexus/content/groups/public/</url> <url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
</repository> </repository>

View file

@ -6,7 +6,7 @@ Subject: [PATCH] Use ASM for event executors.
Uses method handles for private or static methods. Uses method handles for private or static methods.
diff --git a/pom.xml b/pom.xml diff --git a/pom.xml b/pom.xml
index a8a87820..a58d4424 100644 index d6cf92d1..ffedf2e7 100644
--- a/pom.xml --- a/pom.xml
+++ b/pom.xml +++ b/pom.xml
@@ -0,0 +0,0 @@ @@ -0,0 +0,0 @@

View file

@ -5,7 +5,7 @@ Subject: [PATCH] add Trove and FastUtil to Bukkit
diff --git a/pom.xml b/pom.xml diff --git a/pom.xml b/pom.xml
index cc8fca48..f5e8d49d 100644 index 2a5846a1..d6cf92d1 100644
--- a/pom.xml --- a/pom.xml
+++ b/pom.xml +++ b/pom.xml
@@ -0,0 +0,0 @@ @@ -0,0 +0,0 @@

View file

@ -43,11 +43,11 @@
<distributionManagement> <distributionManagement>
<repository> <repository>
<id>destroystokyo-releases</id> <id>papermc-releases</id>
<url>https://papermc.io/repo/repository/maven-releases/</url> <url>https://papermc.io/repo/repository/maven-releases/</url>
</repository> </repository>
<snapshotRepository> <snapshotRepository>
<id>destroystokyo-snapshots</id> <id>papermc-snapshots</id>
<url>https://papermc.io/repo/repository/maven-snapshots/</url> <url>https://papermc.io/repo/repository/maven-snapshots/</url>
</snapshotRepository> </snapshotRepository>
</distributionManagement> </distributionManagement>