From b83d4101a2a733fbd1acafcc2d8f79927e7a41f2 Mon Sep 17 00:00:00 2001 From: Graham Triggs Date: Wed, 21 Dec 2016 14:12:48 +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 8ff31d23..100397fe 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 98280fab..1dcda272 100644 --- a/pom.xml +++ b/pom.xml @@ -230,8 +230,8 @@ org.apache.maven.plugins maven-compiler-plugin - 1.7 - 1.7 + 1.8 + 1.8 UTF-8