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>