summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Bentele2021-12-16 07:46:00 +0100
committerManuel Bentele2021-12-16 07:46:00 +0100
commit57e24dfaa9fdd546c3390187ff07ab351887d698 (patch)
tree3c7200a28e11f53ff32b576a266045a8ef592545
parentCleanup Maven build configuration (diff)
downloadtaskman-lite-57e24dfaa9fdd546c3390187ff07ab351887d698.tar.gz
taskman-lite-57e24dfaa9fdd546c3390187ff07ab351887d698.tar.xz
taskman-lite-57e24dfaa9fdd546c3390187ff07ab351887d698.zip
Update version of Maven build plugins
-rw-r--r--api/pom.xml4
-rw-r--r--daemon/pom.xml4
2 files changed, 6 insertions, 2 deletions
diff --git a/api/pom.xml b/api/pom.xml
index db66596..a18c19e 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -17,14 +17,16 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.1</version>
+ <version>3.8.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
<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 b87b324..2081fb8 100644
--- a/daemon/pom.xml
+++ b/daemon/pom.xml
@@ -17,14 +17,16 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.6.1</version>
+ <version>3.8.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
+ <version>3.3.0</version>
<executions>
<execution>
<phase>package</phase>