From 0e2f4adc9d6b37a459eee1c10bfac81a2fdc101a Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Wed, 18 Aug 2021 16:22:26 +0200 Subject: [PATCH] Fix JDK17 profile Motivation: 89866da252c2367681fea27061c84d4bc8ee616a did introduce a JDK17 profile but did not adjust it for the master branch which needs java11 at least Modifications: Fix config Result: Be able to compile with JDK17 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 82d7ac9adb..fe501d8210 100644 --- a/pom.xml +++ b/pom.xml @@ -199,8 +199,8 @@ 2.0.5.Final - 1.7 - 1.7 + 11 + 11 true