diff options
Diffstat (limited to 'Spigot-API-Patches/0001-POM-changes.patch')
-rw-r--r-- | Spigot-API-Patches/0001-POM-changes.patch | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Spigot-API-Patches/0001-POM-changes.patch b/Spigot-API-Patches/0001-POM-changes.patch index 869e695736..622c4c7f6d 100644 --- a/Spigot-API-Patches/0001-POM-changes.patch +++ b/Spigot-API-Patches/0001-POM-changes.patch @@ -1,11 +1,11 @@ -From e9476e0764a94d5000a6add8386864f4fe8d8b88 Mon Sep 17 00:00:00 2001 +From e4ba53c1a87c140a4eff322eb67dac6fa27cb218 Mon Sep 17 00:00:00 2001 From: Zach Brown <[email protected]> Date: Mon, 29 Feb 2016 17:16:08 -0600 Subject: [PATCH] POM changes diff --git a/pom.xml b/pom.xml -index 28d2a57..0b6fd28 100644 +index 28d2a576..0b6fd28c 100644 --- a/pom.xml +++ b/pom.xml @@ -4,35 +4,37 @@ @@ -95,10 +95,11 @@ index 28d2a57..0b6fd28 100644 <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> -@@ -130,26 +147,6 @@ +@@ -129,26 +146,6 @@ + </dependency> </dependencies> </plugin> - <plugin> +- <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>animal-sniffer-maven-plugin</artifactId> - <version>1.15</version> @@ -118,10 +119,9 @@ index 28d2a57..0b6fd28 100644 - </signature> - </configuration> - </plugin> -- <plugin> + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> - <version>2.4.3</version> @@ -162,8 +159,7 @@ </execution> </executions> @@ -133,5 +133,5 @@ index 28d2a57..0b6fd28 100644 <shadedArtifactAttached>true</shadedArtifactAttached> </configuration> -- -2.9.3 +2.34.0 |