From d5e9b12099822c1e5b512c1c90f362c4eec30a3a Mon Sep 17 00:00:00 2001 From: "Piotr P. Karwasz" Date: Wed, 22 Jul 2026 14:54:36 +0200 Subject: [PATCH] Fix duplicate `exec-maven-plugin.version` from a bad merge Commit 873899ead0b997140568a1d5e1d227d2efa7135b ("Add options to enable Develocity") accidentally re-added an `exec-maven-plugin.version` declaration next to the existing one, most likely due to a badly resolved merge or rebase. Since then Dependabot has been bumping both declarations independently. Maven uses the last declaration, so dropping the first one does not change the effective version (`3.6.3`). This was the only duplicate property in the POM. Assisted-By: Claude Fable 5 --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index 760d15d9..bfd57982 100644 --- a/pom.xml +++ b/pom.xml @@ -219,7 +219,6 @@ 7.2.3 3.6.1 2.9.1 - 3.4.1 3.6.3 1.7.3 2.0.0