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 | |
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
-rw-r--r-- | api/pom.xml | 1 | ||||
-rw-r--r-- | daemon/pom.xml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/api/pom.xml b/api/pom.xml index 18048cc..bce1f47 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -28,7 +28,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> - <version>3.3.0</version> <executions> <execution> <phase>package</phase> 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> |