From 08a84ab41cbd54a72c4950fb31385590e93cc348 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Fri, 1 Mar 2024 13:18:09 +0100
Subject: [PATCH] cleanup pom

---
 ozgcloud-common-parent/pom.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/ozgcloud-common-parent/pom.xml b/ozgcloud-common-parent/pom.xml
index 4c0043d..20e1fc9 100644
--- a/ozgcloud-common-parent/pom.xml
+++ b/ozgcloud-common-parent/pom.xml
@@ -64,7 +64,7 @@
 		<rewrite.plugin.version>4.38.2</rewrite.plugin.version>
 
 		<!--overriden for issue CVE-2021-26291-->
-		<git-commit-id-maven-plugin.version>7.0.0.</git-commit-id-maven-plugin.version>
+		<git-commit-id-maven-plugin.version>7.0.0</git-commit-id-maven-plugin.version>
 	</properties>
 
 	<dependencyManagement>
@@ -211,8 +211,6 @@
 					<artifactId>spring-boot-maven-plugin</artifactId>
 					<configuration>
 						<image>
-							<!-- cann be removed when using spring-boot 3.2-->
-							<builder>paketobuildpacks/builder-jammy-base</builder>
 							<env>
 								<BPE_DELIM_JAVA_TOOL_OPTIONS xml:space="preserve"> </BPE_DELIM_JAVA_TOOL_OPTIONS>
 								<BPE_APPEND_JAVA_TOOL_OPTIONS>-Dfile.encoding=UTF-8</BPE_APPEND_JAVA_TOOL_OPTIONS>
-- 
GitLab