From 2b4997d1e2ddc36a40e79533957881255987ffb3 Mon Sep 17 00:00:00 2001 From: sworupsagar <162867990+sworupsagar@users.noreply.github.com> Date: Sat, 7 Jun 2025 20:51:08 +0530 Subject: [PATCH] Update pom.xml --- pom.xml | 48 ++++++++++++++++++++++++++++++------------------ 1 file changed, 30 insertions(+), 18 deletions(-) diff --git a/pom.xml b/pom.xml index 263eb8be6..913eb62a2 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,7 @@ - + 4.0.0 org.springframework jb-hello-world-maven @@ -8,23 +9,35 @@ 0.2.0 - - 1.8 - 1.8 - 1.8 - + + 1.8 + 1.8 + 1.8 + + + + + joda-time + joda-time + 2.2 + + + - - - joda-time - joda-time - 2.2 - - - - + + + org.apache.maven.plugins + maven-compiler-plugin + 3.13.0 + + ${maven.compiler.source} + ${maven.compiler.target} + + + + org.apache.maven.plugins maven-shade-plugin @@ -37,8 +50,7 @@ - + hello.HelloWorld