summaryrefslogtreecommitdiffstats
path: root/daemon/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/pom.xml')
-rw-r--r--daemon/pom.xml4
1 files changed, 3 insertions, 1 deletions
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>