From 5ccba0e0c4139f9a1a2adb0910730de281a5d33a Mon Sep 17 00:00:00 2001 From: Graham Triggs Date: Wed, 21 Dec 2016 14:12:27 +0000 Subject: [PATCH] Update POM to require Java 8 (Jena 3.x does not support earlier versions) --- installer/pom.xml | 4 ++-- pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/installer/pom.xml b/installer/pom.xml index 2c1d6f5c5..b21dd3f9f 100644 --- a/installer/pom.xml +++ b/installer/pom.xml @@ -21,8 +21,8 @@ maven-compiler-plugin - 1.7 - 1.7 + 1.8 + 1.8 UTF-8 diff --git a/pom.xml b/pom.xml index fef389718..d8de4fed8 100644 --- a/pom.xml +++ b/pom.xml @@ -166,8 +166,8 @@ org.apache.maven.plugins maven-compiler-plugin - 1.7 - 1.7 + 1.8 + 1.8 UTF-8