summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2022-01-28 14:05:27 +0100
committerSimon Rettberg2022-01-28 14:05:27 +0100
commit33649610d85bef21c05246ddb31b191c48b6e64a (patch)
tree7c17e17074f6566c07e5525935832e3f06c68721
parentUpdate log4j because of the CVE-2021-45105 security flaw (diff)
downloadtaskman-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.xml1
-rw-r--r--daemon/pom.xml1
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>