From 84e7c9098790003740fe3b7be8894ecab56ce77b Mon Sep 17 00:00:00 2001 From: aimansharief Date: Thu, 17 Oct 2024 12:04:50 +0530 Subject: [PATCH] Issue #SBCOSS-211 fix: Updated pom file to use the maven compiler --- java/claim/pom.xml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/java/claim/pom.xml b/java/claim/pom.xml index a0bc11dca..3ffd19df6 100644 --- a/java/claim/pom.xml +++ b/java/claim/pom.xml @@ -85,22 +85,23 @@ ${slf4j-api.version} + + 11 + 11 + 11 + org.apache.maven.plugins maven-compiler-plugin - 3.7.0 + 3.9.0 - 11 - 11 + ${maven.compiler.source} + ${maven.compiler.target} + ${maven.compiler.release} - - org.apache.maven.plugins - maven-surefire-plugin - 3.0.0-M5 -