mirror of https://github.com/apache/archiva.git
Remove the comma in date format because with it, the part after is skipped
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@494059 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7aaaf123ea
commit
15e8e124e5
|
@ -23,7 +23,7 @@
|
|||
application.name=Maven Archiva
|
||||
# NOTE: do not include trailing slash on application.url
|
||||
application.url=http://localhost
|
||||
application.timestamp=EEE, d MMM yyyy HH:mm:ss Z
|
||||
application.timestamp=EEE d MMM yyyy HH:mm:ss Z
|
||||
|
||||
# --------------------------------------------------------------------
|
||||
# Email Settings
|
||||
|
|
Loading…
Reference in New Issue