diff options
author | Simon Rettberg | 2022-01-28 14:05:27 +0100 |
---|---|---|
committer | Simon Rettberg | 2022-01-28 14:05:27 +0100 |
commit | 33649610d85bef21c05246ddb31b191c48b6e64a (patch) | |
tree | 7c17e17074f6566c07e5525935832e3f06c68721 /daemon | |
parent | Update log4j because of the CVE-2021-45105 security flaw (diff) | |
download | taskman-lite-33649610d85bef21c05246ddb31b191c48b6e64a.tar.gz taskman-lite-33649610d85bef21c05246ddb31b191c48b6e64a.tar.xz taskman-lite-33649610d85bef21c05246ddb31b191c48b6e64a.zip |
pom: maven-assembly-plugin must not be versioned
Diffstat (limited to 'daemon')
-rw-r--r-- | daemon/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/daemon/pom.xml b/daemon/pom.xml index f7577fa..a7297e4 100644 --- a/daemon/pom.xml +++ b/daemon/pom.xml @@ -52,7 +52,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> - <version>3.0.0</version> <executions> <execution> <phase>package</phase> |