From 804707c3284696121ffc2c55c2a9e29c7eacebf0 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Fri, 26 May 2023 20:41:58 +0200 Subject: [PATCH] Set compiler.source and compiler.target to javaVersion property without "1.x" prefix --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index a837e84a0..b5d000e48 100644 --- a/pom.xml +++ b/pom.xml @@ -335,8 +335,8 @@ limitations under the License. 8 - 1.${javaVersion} - 1.${javaVersion} + ${javaVersion} + ${javaVersion} UTF-8 https://oss.sonatype.org/content/repositories/plexus-snapshots 2023-05-22T15:02:18Z