Update dev version format
This commit is contained in:
parent
6a4bb59d60
commit
2d20fd11f7
2 changed files with 3 additions and 3 deletions
4
pom.xml
4
pom.xml
|
|
@ -5,9 +5,9 @@
|
|||
<name>dynmap</name>
|
||||
<properties>
|
||||
<timestamp>${maven.build.timestamp}</timestamp>
|
||||
<maven.build.timestamp.format>yyyy-MM-dd HH:mm</maven.build.timestamp.format>
|
||||
<maven.build.timestamp.format>yyyyMMddHHmm</maven.build.timestamp.format>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<BUILD_NUMBER>Dev(${timestamp})</BUILD_NUMBER>
|
||||
<BUILD_NUMBER>Dev${timestamp}</BUILD_NUMBER>
|
||||
</properties>
|
||||
<url>http://github.com/webbukkit/dynmap/</url>
|
||||
<issueManagement>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue