mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-23 10:45:23 +01:00
fix invalid plugin.yml version timestamp
This commit is contained in:
parent
109c85f4dd
commit
22c22ba784
2
pom.xml
2
pom.xml
@ -164,7 +164,7 @@
|
|||||||
<artifactId>buildnumber-maven-plugin</artifactId>
|
<artifactId>buildnumber-maven-plugin</artifactId>
|
||||||
<version>1.4</version>
|
<version>1.4</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<timestampFormat>dd-MM-yy_HH:mm</timestampFormat>
|
<timestampFormat>dd-MM-yy_HH-mm</timestampFormat>
|
||||||
<timestampPropertyName>build.time</timestampPropertyName>
|
<timestampPropertyName>build.time</timestampPropertyName>
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
|
Loading…
Reference in New Issue
Block a user