From 216f5fa70f53ea66a8228378e2c667fba9b13292 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Mon, 17 Aug 2026 18:25:00 +0200 Subject: [PATCH] maven: fix the version of Maven plugins This ensures the reproducibility of the build environment, by always using the same version of the plugins. Note that previously the version of the `maven-source-plugin` used wasn't 3.4.0, but the non-final 4.0.0-beta-1. --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index a84ba189..74cf48b2 100644 --- a/pom.xml +++ b/pom.xml @@ -268,6 +268,7 @@ org.apache.maven.plugins maven-dependency-plugin + 3.7.0 copy @@ -449,6 +450,7 @@ org.apache.maven.plugins maven-source-plugin + 3.4.0 attach-sources