From: Emmanuel Venisse Date: Mon, 8 Jan 2007 13:24:08 +0000 (+0000) Subject: Remove the comma in date format because with it, the part after is skipped X-Git-Tag: archiva-0.9-alpha-1~179 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=15e8e124e5d53021a5d032d4cd4b949edf18b412;p=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 --- diff --git a/archiva-webapp/src/main/resources/org/apache/maven/archiva/security.properties b/archiva-webapp/src/main/resources/org/apache/maven/archiva/security.properties index 6a32b6d2d..0d899d561 100644 --- a/archiva-webapp/src/main/resources/org/apache/maven/archiva/security.properties +++ b/archiva-webapp/src/main/resources/org/apache/maven/archiva/security.properties @@ -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