aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorAndy Clement <aclement@pivotal.io>2019-02-11 10:46:03 -0800
committerAndy Clement <aclement@pivotal.io>2019-02-11 10:46:03 -0800
commitde2f7c753232c9bb4c8e602ac841206a0b72260a (patch)
tree31ea677478d76b19039c009dcee244a2e6ccb7e9 /build
parent704a0ac3321dd3bd3f56e52216de0643d0dab748 (diff)
downloadaspectj-de2f7c753232c9bb4c8e602ac841206a0b72260a.tar.gz
aspectj-de2f7c753232c9bb4c8e602ac841206a0b72260a.zip
Fix version tagging for info strings
Diffstat (limited to 'build')
-rw-r--r--build/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/pom.xml b/build/pom.xml
index 0099d02a0..a9aa9f406 100644
--- a/build/pom.xml
+++ b/build/pom.xml
@@ -57,7 +57,10 @@
</goals>
<configuration>
<name>build.time</name>
+ <!--
<pattern>E MMM d, YYYY 'at' HH:MM:SS z</pattern>
+ -->
+ <pattern>EEEE MMM d, yyyy 'at' HH:mm:ss z</pattern>
<timeZone>America/Los_Angeles</timeZone>
<!-- build.time: Monday Feb 4, 2019 at 23:50:25 GMT -->
</configuration>