From 81482008c1064016b215794be50b316f58cec162 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Fri, 26 Nov 2021 10:19:23 +0100 Subject: [PATCH] Use maven-compiler-plugin's release tag instead of source and target Change-Id: I090c8d074ae391a0721036bdc44e43c292a80963 --- org.eclipse.jgit.benchmarks/pom.xml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/org.eclipse.jgit.benchmarks/pom.xml b/org.eclipse.jgit.benchmarks/pom.xml index cd911ca6fa..ababfc8779 100644 --- a/org.eclipse.jgit.benchmarks/pom.xml +++ b/org.eclipse.jgit.benchmarks/pom.xml @@ -22,8 +22,6 @@ 11 - ${java.version} - ${java.version} UTF-8 1.32 benchmarks @@ -77,8 +75,7 @@ 3.8.1 UTF-8 - ${java.version} - ${java.version} + ${java.version} true -XDcompilePolicy=simple -- 2.39.5