diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-04-09 14:07:09 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-04-09 14:07:09 +0700 |
commit | 1ed026071e9f15130274f6123c3cd9e009f4d2cb (patch) | |
tree | d1fbd82cc1ea5ed6bd38cb86a2a36120a2ad2dfd /bridge | |
parent | 060bf4c3c66841237a5acafbbe211e360c9d920b (diff) | |
download | aspectj-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.xml | 3 |
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> |