From 11e41ee8c74130cdfcc806bc88b25e52beeace99 Mon Sep 17 00:00:00 2001 From: Jean-Louis Dupond Date: Fri, 14 Feb 2025 15:45:26 +0100 Subject: [PATCH] pom: fix jaxb2-maven-plugin version The version of jaxb2-maven-plugin was incorrectly referenced in the main pom.xml and another version was used in the interface definition pom. Align this to use same version and fix version reference. Signed-off-by: Jean-Louis Dupond --- backend/manager/modules/restapi/interface/definition/pom.xml | 1 - pom.xml | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/backend/manager/modules/restapi/interface/definition/pom.xml b/backend/manager/modules/restapi/interface/definition/pom.xml index 48d4c11291d..231d4c83c20 100644 --- a/backend/manager/modules/restapi/interface/definition/pom.xml +++ b/backend/manager/modules/restapi/interface/definition/pom.xml @@ -230,7 +230,6 @@ org.codehaus.mojo jaxb2-maven-plugin - 2.5.0 diff --git a/pom.xml b/pom.xml index 63ad80cf502..1d43d7ec718 100644 --- a/pom.xml +++ b/pom.xml @@ -122,7 +122,7 @@ 3.3.0 3.1.0 - 3.1.0 + 2.5.0 0.2.8-libsass_3.4.4 1.0.0 3.1.0 @@ -1077,7 +1077,7 @@ org.codehaus.mojo jaxb2-maven-plugin - jaxb2-maven-plugin.version + ${jaxb2-maven-plugin.version} org.codehaus.mojo