diff options
-rw-r--r-- | api/pom.xml | 4 | ||||
-rw-r--r-- | daemon/pom.xml | 4 |
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> |