diff options
-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> |