From 1e0b3c2410425b44ef957e5150564a4586dc9f86 Mon Sep 17 00:00:00 2001 From: Holger Friedrich Date: Sat, 4 Jan 2025 09:48:42 +0100 Subject: [PATCH] Upgrade plugins (#4536) * sortpom-maven-plugin to 4.0.0 (breaking change) https://github.com/Ekryd/sortpom?tab=readme-ov-file#news * maven-clean-plugin to 3.4.0 https://github.com/apache/maven-clean-plugin/releases/tag/maven-clean-plugin-3.4.0 * maven-deploy-plugin to 3.1.3 https://github.com/apache/maven-deploy-plugin/releases/tag/maven-deploy-plugin-3.1.3 * maven-enforcer-plugin to 3.5.0 https://github.com/apache/maven-enforcer/releases * maven-install-plugin to 3.1.3 https://github.com/apache/maven-install-plugin/releases * maven-plugin-plugin to 3.15.1 * license-maven-plugin to 4.6 https://github.com/mathieucarbou/license-maven-plugin/releases * maven-jar-plugin to 3.4.2 https://github.com/apache/maven-jar-plugin/releases/tag/maven-jar-plugin-3.4.2 * maven-archetype-plugin to 3.3.1 * maven-dependency-plugin to 3.8.1 * maven-javadoc-plugin to 3.11.2 * maven-release-plugin to 3.1.1 * maven-shade-plugin to 3.6.0 * maven-site-plugin to 3.21.0 * maven-surefire-plugin to 3.5.2 * build-helper-maven-plugin https://github.com/mojohaus/build-helper-maven-plugin/releases/tag/3.6.0 * i18n-maven-plugin to latest OH release 4.3.1 Signed-off-by: Holger Friedrich --- bundles/org.openhab.core.audio/pom.xml | 2 +- .../pom.xml | 2 +- bundles/org.openhab.core.io.monitor/pom.xml | 2 +- .../pom.xml | 2 +- itests/pom.xml | 2 +- pom.xml | 28 +++++++++---------- tools/archetype/binding/pom.xml | 2 +- tools/upgradetool/pom.xml | 2 +- 8 files changed, 21 insertions(+), 21 deletions(-) diff --git a/bundles/org.openhab.core.audio/pom.xml b/bundles/org.openhab.core.audio/pom.xml index 27cbd42acdd..43fa619b09b 100644 --- a/bundles/org.openhab.core.audio/pom.xml +++ b/bundles/org.openhab.core.audio/pom.xml @@ -52,7 +52,7 @@ org.apache.maven.plugins maven-dependency-plugin - 3.6.1 + 3.8.1 embed-dependencies diff --git a/bundles/org.openhab.core.io.jetty.certificate/pom.xml b/bundles/org.openhab.core.io.jetty.certificate/pom.xml index 1dbe128b966..5a7123b7d79 100644 --- a/bundles/org.openhab.core.io.jetty.certificate/pom.xml +++ b/bundles/org.openhab.core.io.jetty.certificate/pom.xml @@ -26,7 +26,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.5.3 + 3.6.0 diff --git a/bundles/org.openhab.core.io.monitor/pom.xml b/bundles/org.openhab.core.io.monitor/pom.xml index 114d5277169..9aefa201568 100644 --- a/bundles/org.openhab.core.io.monitor/pom.xml +++ b/bundles/org.openhab.core.io.monitor/pom.xml @@ -62,7 +62,7 @@ org.apache.maven.plugins maven-dependency-plugin - 3.6.1 + 3.8.1 embed-dependencies diff --git a/bundles/org.openhab.core.io.transport.modbus/pom.xml b/bundles/org.openhab.core.io.transport.modbus/pom.xml index 646e7b67e44..81ce3073787 100644 --- a/bundles/org.openhab.core.io.transport.modbus/pom.xml +++ b/bundles/org.openhab.core.io.transport.modbus/pom.xml @@ -45,7 +45,7 @@ org.apache.maven.plugins maven-dependency-plugin - 3.6.1 + 3.8.1 embed-dependencies diff --git a/itests/pom.xml b/itests/pom.xml index ae949cb8a68..a298f3f190e 100644 --- a/itests/pom.xml +++ b/itests/pom.xml @@ -95,7 +95,7 @@ org.apache.maven.plugins maven-dependency-plugin - 3.6.1 + 3.8.1 unpack-eea diff --git a/pom.xml b/pom.xml index e49ea5c7f04..c65823b6cee 100644 --- a/pom.xml +++ b/pom.xml @@ -268,7 +268,7 @@ Import-Package: \\ org.apache.maven.plugins maven-clean-plugin - 3.3.2 + 3.4.0 @@ -305,31 +305,31 @@ Import-Package: \\ org.apache.maven.plugins maven-deploy-plugin - 3.1.2 + 3.1.3 org.apache.maven.plugins maven-enforcer-plugin - 3.4.1 + 3.5.0 org.apache.maven.plugins maven-install-plugin - 3.1.1 + 3.1.3 org.apache.maven.plugins maven-jar-plugin - 3.4.1 + 3.4.2 org.apache.maven.plugins maven-javadoc-plugin - 3.6.3 + 3.11.2 true true @@ -366,13 +366,13 @@ Import-Package: \\ org.apache.maven.plugins maven-plugin-plugin - 3.12.0 + 3.15.1 org.apache.maven.plugins maven-release-plugin - 3.0.1 + 3.1.1 clean install @@ -387,7 +387,7 @@ Import-Package: \\ org.apache.maven.plugins maven-site-plugin - 3.12.1 + 3.21.0 @@ -399,7 +399,7 @@ Import-Package: \\ org.apache.maven.plugins maven-surefire-plugin - 3.2.5 + 3.5.2 --add-opens java.base/java.net=ALL-UNNAMED @@ -434,13 +434,13 @@ Import-Package: \\ org.codehaus.mojo build-helper-maven-plugin - 3.5.0 + 3.6.0 com.mycila license-maven-plugin - 4.3 + 4.6 ${basedir} false @@ -497,7 +497,7 @@ Import-Package: \\ org.openhab.core.tools i18n-maven-plugin - 4.1.2 + 4.3.1 @@ -527,7 +527,7 @@ Import-Package: \\ com.github.ekryd.sortpom sortpom-maven-plugin - 3.4.1 + 4.0.0 recommended_2008_06 false diff --git a/tools/archetype/binding/pom.xml b/tools/archetype/binding/pom.xml index c3273afcaba..2aa5c830b65 100644 --- a/tools/archetype/binding/pom.xml +++ b/tools/archetype/binding/pom.xml @@ -37,7 +37,7 @@ org.apache.maven.plugins maven-archetype-plugin - 3.3.0 + 3.3.1 org.apache.maven.plugins diff --git a/tools/upgradetool/pom.xml b/tools/upgradetool/pom.xml index a1e2f271281..4dd52112aa8 100644 --- a/tools/upgradetool/pom.xml +++ b/tools/upgradetool/pom.xml @@ -80,7 +80,7 @@ org.apache.maven.plugins maven-dependency-plugin - 3.6.1 + 3.8.1 unpack-eea