From 639249d346d846219ae350ddffe8486fa5253d8c Mon Sep 17 00:00:00 2001 From: Amith Koujalgi Date: Fri, 29 Aug 2025 17:00:49 +0530 Subject: [PATCH] Update Lombok version and adjust project build output timestamp formatting --- pom.xml | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 087ca96..794c5ae 100644 --- a/pom.xml +++ b/pom.xml @@ -14,11 +14,12 @@ 11 - ${git.commit.time} + ${git.commit.time} + UTF-8 3.0.0-M5 3.0.0-M5 - 1.18.30 + 1.18.38 @@ -46,6 +47,19 @@ + + org.apache.maven.plugins + maven-compiler-plugin + + + + org.projectlombok + lombok + ${lombok.version} + + + + org.apache.maven.plugins maven-source-plugin @@ -146,7 +160,7 @@ yyyy-MM-dd'T'HH:mm:ss'Z' - Etc/UTC + Etc/UTC @@ -412,4 +426,4 @@ - + \ No newline at end of file