From 5af359a02bb7007216f2879639348296aa239fcb Mon Sep 17 00:00:00 2001 From: Graham Triggs Date: Mon, 23 Oct 2017 19:24:58 +0100 Subject: [PATCH] Fix building on JDK 9 --- installer/pom.xml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/installer/pom.xml b/installer/pom.xml index a15957d4..041843e8 100644 --- a/installer/pom.xml +++ b/installer/pom.xml @@ -96,7 +96,7 @@ maven-war-plugin - 2.6 + 3.2.0 diff --git a/pom.xml b/pom.xml index 33baa2c9..bc72e938 100644 --- a/pom.xml +++ b/pom.xml @@ -317,7 +317,7 @@ org.apache.maven.plugins maven-jar-plugin - 2.6 + 3.0.2 org.apache.maven.plugins @@ -336,7 +336,7 @@ maven-war-plugin - 2.6 + 3.2.0 org.codehaus.mojo