From: Alexander Kriegisch Date: Sun, 21 Mar 2021 10:42:34 +0000 (+0700) Subject: Set explicit en_US locale for build timestamps in Build Helper Maven X-Git-Tag: java16-add-opens~10 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0012982c7e012903ffdb5dfe5fa84ccf270b3b9d;p=aspectj.git Set explicit en_US locale for build timestamps in Build Helper Maven There were warnings that builds were dependent on the system local (de_DE in my case). In patterns like "EEEE MMM d, yyyy", parts like day of week or month names would change otherwise. Signed-off-by: Alexander Kriegisch --- diff --git a/bridge/pom.xml b/bridge/pom.xml index eae496e79..2ab25be17 100644 --- a/bridge/pom.xml +++ b/bridge/pom.xml @@ -37,6 +37,7 @@ version.time_text EEEE MMM d, yyyy 'at' HH:mm:ss z America/Los_Angeles + en_US diff --git a/build/pom.xml b/build/pom.xml index f486bb1d5..61610af7d 100644 --- a/build/pom.xml +++ b/build/pom.xml @@ -44,9 +44,9 @@ build.date E MMM d, YYYY - Europe/Zurich - America/Los_Angeles + en_US + @@ -56,11 +56,12 @@ build.time - EEEE MMM d, yyyy 'at' HH:mm:ss z America/Los_Angeles + en_US @@ -73,6 +74,7 @@ build.year YYYY America/Los_Angeles + en_US