From 8ffb9ef6ea5a8bd629b57c90bf57659b163fbe84 Mon Sep 17 00:00:00 2001 From: Zach Brown <1254957+zachbr@users.noreply.github.com> Date: Mon, 15 Feb 2016 08:22:37 -0600 Subject: [PATCH] Downgrade versioning plugin, fix build --- Spigot-Server-Patches/POM-Changes.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Spigot-Server-Patches/POM-Changes.patch b/Spigot-Server-Patches/POM-Changes.patch index 3f4c049be7..49ebea1e96 100644 --- a/Spigot-Server-Patches/POM-Changes.patch +++ b/Spigot-Server-Patches/POM-Changes.patch @@ -103,9 +103,10 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 - </plugin> + <groupId>com.lukegb.mojo</groupId> + <artifactId>gitdescribe-maven-plugin</artifactId> -+ <version>3.1-SNAPSHOT</version> ++ <version>1.3</version> + <configuration> + <outputPrefix>git-PaperSpigot-</outputPrefix> ++ <scmDirectory>${project.}</scmDirectory> + </configuration> + <executions> + <execution>