Remove quotes from version hash by updating the gitdescribe version
By: Thinkofdeath <thinkofdeath@spigotmc.org>
This commit is contained in:
parent
42cddd043c
commit
af5d08b285
1 changed files with 4 additions and 1 deletions
|
@ -137,10 +137,13 @@
|
|||
<plugin>
|
||||
<groupId>com.lukegb.mojo</groupId>
|
||||
<artifactId>gitdescribe-maven-plugin</artifactId>
|
||||
<version>1.3</version>
|
||||
<version>2.0</version>
|
||||
<configuration>
|
||||
<outputPrefix>${buildtag.prefix}</outputPrefix>
|
||||
<outputPostfix>${buildtag.suffix}</outputPostfix>
|
||||
<extraArguments>
|
||||
<extraArgument>--always</extraArgument>
|
||||
</extraArguments>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue