Fix timestamp format....

This commit is contained in:
md_5 2014-12-13 11:53:03 +11:00
parent a03c21cc09
commit 37e37e9a55
2 changed files with 4 additions and 4 deletions

View File

@ -18,6 +18,10 @@
<name>BungeeCord-Bootstrap</name>
<description>Java 1.6 loader for BungeeCord</description>
<properties>
<maven.build.timestamp.format>yyyyMMdd</maven.build.timestamp.format>
</properties>
<dependencies>
<dependency>
<groupId>net.md-5</groupId>

View File

@ -18,10 +18,6 @@
<name>BungeeCord-Proxy</name>
<description>Proxy component of the Elastic Portal Suite</description>
<properties>
<maven.build.timestamp.format>yyyyMMdd</maven.build.timestamp.format>
</properties>
<dependencies>
<dependency>
<groupId>io.netty</groupId>