diff options
Diffstat (limited to 'Spigot-Server-Patches/0001-POM-Changes.patch')
-rw-r--r-- | Spigot-Server-Patches/0001-POM-Changes.patch | 24 |
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 1e97a19242..5c74121aca 100644 --- a/Spigot-Server-Patches/0001-POM-Changes.patch +++ b/Spigot-Server-Patches/0001-POM-Changes.patch @@ -1,11 +1,11 @@ -From 888d6c40c7160d46ca8a0f64c5c0eda4129a841a Mon Sep 17 00:00:00 2001 +From b16716a7423c64afa6cd15e3070ba9574e7a4341 Mon Sep 17 00:00:00 2001 From: Zach Brown <[email protected]> Date: Mon, 29 Feb 2016 20:40:33 -0600 Subject: [PATCH] POM Changes diff --git a/pom.xml b/pom.xml -index 5dfa5b6..4ae34c8 100644 +index 354d256c2..d0a5c6351 100644 --- a/pom.xml +++ b/pom.xml @@ -1,12 +1,12 @@ @@ -54,7 +54,7 @@ index 5dfa5b6..4ae34c8 100644 <version>${project.version}</version> <scope>compile</scope> </dependency> -@@ -93,34 +94,22 @@ +@@ -99,34 +100,22 @@ <!-- This builds a completely 'ready to start' jar with all dependencies inside --> <build> @@ -100,7 +100,7 @@ index 5dfa5b6..4ae34c8 100644 </goals> </execution> </executions> -@@ -130,11 +119,12 @@ +@@ -136,11 +125,12 @@ <artifactId>maven-jar-plugin</artifactId> <version>2.6</version> <configuration> @@ -114,10 +114,11 @@ index 5dfa5b6..4ae34c8 100644 <Implementation-Vendor>Bukkit Team</Implementation-Vendor> <Specification-Title>Bukkit</Specification-Title> <Specification-Version>${api.version}</Specification-Version> -@@ -164,26 +154,6 @@ +@@ -169,26 +159,6 @@ + </archive> </configuration> </plugin> - <plugin> +- <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>animal-sniffer-maven-plugin</artifactId> - <version>1.14</version> @@ -137,11 +138,10 @@ index 5dfa5b6..4ae34c8 100644 - </signature> - </configuration> - </plugin> -- <plugin> + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> - <version>2.4.1</version> -@@ -194,11 +164,13 @@ +@@ -200,11 +170,13 @@ <goal>shade</goal> </goals> <configuration> @@ -159,7 +159,7 @@ index 5dfa5b6..4ae34c8 100644 <relocation> <pattern>jline</pattern> <shadedPattern>org.bukkit.craftbukkit.libs.jline</shadedPattern> -@@ -232,20 +204,6 @@ +@@ -238,20 +210,6 @@ <artifactId>maven-compiler-plugin</artifactId> <!-- versions after this appear to be broken --> <version>3.1</version> @@ -181,7 +181,7 @@ index 5dfa5b6..4ae34c8 100644 <plugin> <groupId>org.apache.maven.plugins</groupId> diff --git a/src/main/java/org/bukkit/craftbukkit/util/Versioning.java b/src/main/java/org/bukkit/craftbukkit/util/Versioning.java -index 9304637..674096c 100644 +index 93046379d..674096cab 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 { @@ -194,5 +194,5 @@ index 9304637..674096c 100644 if (stream != null) { -- -2.9.0 +2.34.0 |