aboutsummaryrefslogtreecommitdiffstats
path: root/bridge
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2021-04-09 14:07:09 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2021-04-09 14:07:09 +0700
commit1ed026071e9f15130274f6123c3cd9e009f4d2cb (patch)
treed1fbd82cc1ea5ed6bd38cb86a2a36120a2ad2dfd /bridge
parent060bf4c3c66841237a5acafbbe211e360c9d920b (diff)
downloadaspectj-1ed026071e9f15130274f6123c3cd9e009f4d2cb.tar.gz
aspectj-1ed026071e9f15130274f6123c3cd9e009f4d2cb.zip
POM cosmetics, e.g. plugin version management
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'bridge')
-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>