diff options
author | Simon Rettberg | 2022-01-28 14:06:22 +0100 |
---|---|---|
committer | Simon Rettberg | 2022-01-28 14:06:22 +0100 |
commit | 2a88646d8d699911875b66b1a5379192fae74dd3 (patch) | |
tree | 76ae1aad00f47b4df5d4ce2bbcca8f283e4d10a7 | |
parent | [WakeOnLan] Make it multi-staged, so failed clients can be retried (diff) | |
download | tmlite-bwlp-2a88646d8d699911875b66b1a5379192fae74dd3.tar.gz tmlite-bwlp-2a88646d8d699911875b66b1a5379192fae74dd3.tar.xz tmlite-bwlp-2a88646d8d699911875b66b1a5379192fae74dd3.zip |
pom: maven-assembly-plugin version must not be pinned
-rw-r--r-- | pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -55,7 +55,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> - <version>3.3.0</version> <executions> <execution> <phase>package</phase> |