aboutsummaryrefslogtreecommitdiffhomepage
path: root/Spigot-Server-Patches/0001-POM-Changes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'Spigot-Server-Patches/0001-POM-Changes.patch')
-rw-r--r--Spigot-Server-Patches/0001-POM-Changes.patch24
1 files changed, 12 insertions, 12 deletions
diff --git a/Spigot-Server-Patches/0001-POM-Changes.patch b/Spigot-Server-Patches/0001-POM-Changes.patch
index 38a61013f3..1a6fc22211 100644
--- a/Spigot-Server-Patches/0001-POM-Changes.patch
+++ b/Spigot-Server-Patches/0001-POM-Changes.patch
@@ -1,11 +1,11 @@
-From 9e315343a720a550c61568b70657ad2076501022 Mon Sep 17 00:00:00 2001
+From 8ebd08301a02a9ac7ca1eb8d2022782fa1358559 Mon Sep 17 00:00:00 2001
From: Zach Brown <[email protected]>
Date: Thu, 19 Mar 2015 19:41:15 -0500
Subject: [PATCH] POM Changes
diff --git a/pom.xml b/pom.xml
-index 91627ff..fd051da 100644
+index a6641f15..32593a7f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,12 +1,12 @@
@@ -55,7 +55,7 @@ index 91627ff..fd051da 100644
<version>${project.version}</version>
<type>jar</type>
<scope>compile</scope>
-@@ -96,6 +97,11 @@
+@@ -102,6 +103,11 @@
<id>spigotmc-public</id>
<url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
</pluginRepository>
@@ -67,7 +67,7 @@ index 91627ff..fd051da 100644
</pluginRepositories>
<!-- This builds a completely 'ready to start' jar with all dependencies inside -->
-@@ -103,36 +109,22 @@
+@@ -109,36 +115,22 @@
<defaultGoal>install</defaultGoal>
<plugins>
<plugin>
@@ -120,7 +120,7 @@ index 91627ff..fd051da 100644
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
-@@ -142,7 +134,7 @@
+@@ -148,7 +140,7 @@
<manifestEntries>
<Main-Class>org.bukkit.craftbukkit.Main</Main-Class>
<Implementation-Title>CraftBukkit</Implementation-Title>
@@ -129,10 +129,11 @@ index 91627ff..fd051da 100644
<Implementation-Vendor>Bukkit Team</Implementation-Vendor>
<Specification-Title>Bukkit</Specification-Title>
<Specification-Version>${api.version}</Specification-Version>
-@@ -172,26 +164,6 @@
+@@ -177,26 +169,6 @@
+ </archive>
</configuration>
</plugin>
- <plugin>
+- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>animal-sniffer-maven-plugin</artifactId>
- <version>1.13</version>
@@ -152,12 +153,11 @@ index 91627ff..fd051da 100644
- </signature>
- </configuration>
- </plugin>
-- <plugin>
+ <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
- <version>2.3</version>
diff --git a/src/main/java/net/minecraft/server/PathfinderGoalNearestAttackableTarget.java b/src/main/java/net/minecraft/server/PathfinderGoalNearestAttackableTarget.java
-index c110e0c..5540dde 100644
+index c110e0c2..5540dde5 100644
--- a/src/main/java/net/minecraft/server/PathfinderGoalNearestAttackableTarget.java
+++ b/src/main/java/net/minecraft/server/PathfinderGoalNearestAttackableTarget.java
@@ -11,7 +11,7 @@ public class PathfinderGoalNearestAttackableTarget<T extends EntityLiving> exten
@@ -170,7 +170,7 @@ index c110e0c..5540dde 100644
public PathfinderGoalNearestAttackableTarget(EntityCreature entitycreature, Class<T> oclass, boolean flag) {
diff --git a/src/main/java/org/bukkit/craftbukkit/util/Versioning.java b/src/main/java/org/bukkit/craftbukkit/util/Versioning.java
-index 9304637..3a4b142 100644
+index 93046379..3a4b1424 100644
--- a/src/main/java/org/bukkit/craftbukkit/util/Versioning.java
+++ b/src/main/java/org/bukkit/craftbukkit/util/Versioning.java
@@ -11,7 +11,7 @@ public final class Versioning {
@@ -183,5 +183,5 @@ index 9304637..3a4b142 100644
if (stream != null) {
--
-2.7.1
+2.34.1