From 1b2fcaaf32f4889c44ffc8844aeccdded7ba191b Mon Sep 17 00:00:00 2001 From: Antonio Fernandez Alhambra Date: Fri, 18 Sep 2026 12:24:06 +0200 Subject: [PATCH] fix: rename version.properties to a unique name to avoid resource collisions Signed-off-by: Antonio Fernandez Alhambra --- core/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/pom.xml b/core/pom.xml index 5cf278e..0fc4c9b 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -81,7 +81,7 @@ ${git-commit-id-maven-plugin.version} true - ${project.build.outputDirectory}/version.properties + ${project.build.outputDirectory}/kubernetes-webhooks-framework-version.properties ^git.build.(time|version)$ ^git.commit.id.(abbrev|full)$