aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'bridge/pom.xml')
-rw-r--r--bridge/pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/bridge/pom.xml b/bridge/pom.xml
index 2ab25be17..2ea3932fa 100644
--- a/bridge/pom.xml
+++ b/bridge/pom.xml
@@ -26,7 +26,6 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
- <version>1.9.1</version>
<executions>
<execution>
<id>build.time</id>
@@ -34,11 +33,11 @@
<goal>timestamp-property</goal>
</goals>
<configuration>
+ <!-- Timestamp format: Thursday Apr 8, 2021 at 20:04:07 PDT -->
<name>version.time_text</name>
<pattern>EEEE MMM d, yyyy 'at' HH:mm:ss z</pattern>
<timeZone>America/Los_Angeles</timeZone>
<locale>en_US</locale>
- <!-- build.time: Monday Feb 4, 2019 at 23:50:25 GMT -->
</configuration>
</execution>
</executions>