From f9918be51f842db43f6cca96cb36f5ead5ee826d Mon Sep 17 00:00:00 2001 From: Kunal Shroff Date: Thu, 12 Jun 2025 11:49:10 -0400 Subject: [PATCH] fix reproducible builds based on suggestions from #3416 --- pom.xml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index f5333cacac..c93a693dd4 100644 --- a/pom.xml +++ b/pom.xml @@ -92,8 +92,6 @@ 17 5.18.4 1.26.1 - - ${git.commit.time} @@ -186,10 +184,10 @@ true ${project.build.outputDirectory}/git.properties json - - ^git.build.*$ - ^git.local.branch.*$ - + + ^git.commit.id$ + ^git.commit.id.abbrev$ +