mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-03 06:40:19 +08:00
Remove quotes from version hash by updating the gitdescribe version
This commit is contained in:
parent
91ee2c2365
commit
e6809b3b9b
5
pom.xml
5
pom.xml
@ -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…
Reference in New Issue
Block a user