From fbda6ba20302b957152c24c7a4dab471fe81e40d Mon Sep 17 00:00:00 2001 From: John Gardiner Myers Date: Sat, 22 Feb 2025 11:18:09 -0800 Subject: [PATCH 01/11] Upgrade maven-deploy-plugin to 3.1.3 --- CHANGES | 4 ++++ library/pom.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index f8c4f9ed0..86bf20cff 100644 --- a/CHANGES +++ b/CHANGES @@ -19,6 +19,10 @@ Platform 3.28 We now handle the Retry-After: header of 429 HTTP status codes. +* Maven plugin upgrades + + - maven-deploy-plugin to 3.1.3 (was 2.8.2) + Platform 3.27 * Java version support diff --git a/library/pom.xml b/library/pom.xml index e82fbfb9b..ccaafcd60 100644 --- a/library/pom.xml +++ b/library/pom.xml @@ -112,7 +112,7 @@ org.apache.maven.plugins maven-deploy-plugin - 2.8.2 + 3.1.3 From 48066400fe9be705edfb7dc6921331059dc32633 Mon Sep 17 00:00:00 2001 From: John Gardiner Myers Date: Sat, 22 Feb 2025 11:19:39 -0800 Subject: [PATCH 02/11] Upgrade maven-clean-plugin to 3.4.1 --- CHANGES | 1 + library/pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 86bf20cff..67850fc59 100644 --- a/CHANGES +++ b/CHANGES @@ -22,6 +22,7 @@ Platform 3.28 * Maven plugin upgrades - maven-deploy-plugin to 3.1.3 (was 2.8.2) + - maven-clean-plugin to 3.4.1 (was 3.1.0) Platform 3.27 diff --git a/library/pom.xml b/library/pom.xml index ccaafcd60..e2b349307 100644 --- a/library/pom.xml +++ b/library/pom.xml @@ -118,7 +118,7 @@ org.apache.maven.plugins maven-clean-plugin - 3.1.0 + 3.4.1 From 3d0216cdd36beeefeacfe32a778eb058e6b3bb70 Mon Sep 17 00:00:00 2001 From: John Gardiner Myers Date: Sat, 22 Feb 2025 11:21:39 -0800 Subject: [PATCH 03/11] Upgrade maven-install-plugin to 3.1.3 --- CHANGES | 1 + library/pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 67850fc59..eb11804ac 100644 --- a/CHANGES +++ b/CHANGES @@ -23,6 +23,7 @@ Platform 3.28 - maven-deploy-plugin to 3.1.3 (was 2.8.2) - maven-clean-plugin to 3.4.1 (was 3.1.0) + - maven-install-plugin to 3.1.3 (was 2.5.2) Platform 3.27 diff --git a/library/pom.xml b/library/pom.xml index e2b349307..97ca3190c 100644 --- a/library/pom.xml +++ b/library/pom.xml @@ -124,7 +124,7 @@ org.apache.maven.plugins maven-install-plugin - 2.5.2 + 3.1.3 From 193950891e3ad56ff7035e1df7aa24fcb02bdf8e Mon Sep 17 00:00:00 2001 From: John Gardiner Myers Date: Sat, 22 Feb 2025 11:24:49 -0800 Subject: [PATCH 04/11] Upgrade build-helper-maven-plugin to 3.6.0 --- CHANGES | 1 + library/pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index eb11804ac..ba5760198 100644 --- a/CHANGES +++ b/CHANGES @@ -24,6 +24,7 @@ Platform 3.28 - maven-deploy-plugin to 3.1.3 (was 2.8.2) - maven-clean-plugin to 3.4.1 (was 3.1.0) - maven-install-plugin to 3.1.3 (was 2.5.2) + - build-helper-maven-plugin to 3.6.0 (was 3.2.0) Platform 3.27 diff --git a/library/pom.xml b/library/pom.xml index 97ca3190c..68a39d735 100644 --- a/library/pom.xml +++ b/library/pom.xml @@ -130,7 +130,7 @@ org.codehaus.mojo build-helper-maven-plugin - 3.2.0 + 3.6.0 From 3332715ab7d46131cbdb17a92451b64373c11a84 Mon Sep 17 00:00:00 2001 From: John Gardiner Myers Date: Sat, 22 Feb 2025 11:25:42 -0800 Subject: [PATCH 05/11] Upgrade maven-enforcer-plugin to 3.5.0 --- CHANGES | 1 + library/pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index ba5760198..d5e0d4717 100644 --- a/CHANGES +++ b/CHANGES @@ -25,6 +25,7 @@ Platform 3.28 - maven-clean-plugin to 3.4.1 (was 3.1.0) - maven-install-plugin to 3.1.3 (was 2.5.2) - build-helper-maven-plugin to 3.6.0 (was 3.2.0) + - maven-enforcer-plugin to 3.5.0 (was 3.0.0-M1) Platform 3.27 diff --git a/library/pom.xml b/library/pom.xml index 68a39d735..f8cc7df0e 100644 --- a/library/pom.xml +++ b/library/pom.xml @@ -136,7 +136,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.0.0-M1 + 3.5.0 default From 44d6e4669b08e1b2485bb3b2a0f352693312a2a6 Mon Sep 17 00:00:00 2001 From: John Gardiner Myers Date: Sat, 22 Feb 2025 11:26:50 -0800 Subject: [PATCH 06/11] Upgrade maven-compiler-plugin to 3.14.0 --- CHANGES | 1 + library/pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index d5e0d4717..0f84ab851 100644 --- a/CHANGES +++ b/CHANGES @@ -26,6 +26,7 @@ Platform 3.28 - maven-install-plugin to 3.1.3 (was 2.5.2) - build-helper-maven-plugin to 3.6.0 (was 3.2.0) - maven-enforcer-plugin to 3.5.0 (was 3.0.0-M1) + - maven-compiler-plugin to 3.14.0 (was 3.8.1) Platform 3.27 diff --git a/library/pom.xml b/library/pom.xml index f8cc7df0e..0ef606fa7 100644 --- a/library/pom.xml +++ b/library/pom.xml @@ -210,7 +210,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.8.1 + 3.14.0 ${project.build.targetJdk} ${project.build.targetJdk} From 2a95975c72fda11954f01469d24f5c78ea923b29 Mon Sep 17 00:00:00 2001 From: John Gardiner Myers Date: Sat, 22 Feb 2025 11:28:34 -0800 Subject: [PATCH 07/11] Upgrade maven-resources-plugin to 3.3.1 --- CHANGES | 1 + library/pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 0f84ab851..33594322a 100644 --- a/CHANGES +++ b/CHANGES @@ -27,6 +27,7 @@ Platform 3.28 - build-helper-maven-plugin to 3.6.0 (was 3.2.0) - maven-enforcer-plugin to 3.5.0 (was 3.0.0-M1) - maven-compiler-plugin to 3.14.0 (was 3.8.1) + - maven-resources-plugin to 3.3.1 (was 3.2.0) Platform 3.27 diff --git a/library/pom.xml b/library/pom.xml index 0ef606fa7..97b1d0459 100644 --- a/library/pom.xml +++ b/library/pom.xml @@ -236,7 +236,7 @@ org.apache.maven.plugins maven-resources-plugin - 3.2.0 + 3.3.1 ${project.build.sourceEncoding} From 83551bb939d58b22c3110b7d70bd9090d43a2287 Mon Sep 17 00:00:00 2001 From: John Gardiner Myers Date: Sat, 22 Feb 2025 11:29:42 -0800 Subject: [PATCH 08/11] Upgrade maven-assembly-plugin to 3.7.1 --- CHANGES | 1 + library/pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 33594322a..8c7ccce6a 100644 --- a/CHANGES +++ b/CHANGES @@ -28,6 +28,7 @@ Platform 3.28 - maven-enforcer-plugin to 3.5.0 (was 3.0.0-M1) - maven-compiler-plugin to 3.14.0 (was 3.8.1) - maven-resources-plugin to 3.3.1 (was 3.2.0) + - maven-assembly-plugin to 3.7.1 (was 3.3.0) Platform 3.27 diff --git a/library/pom.xml b/library/pom.xml index 97b1d0459..39c3c680e 100644 --- a/library/pom.xml +++ b/library/pom.xml @@ -245,7 +245,7 @@ org.apache.maven.plugins maven-assembly-plugin - 3.3.0 + 3.7.1 true From cf1745f0a52a5aad419f77f40b9c321c659c80e1 Mon Sep 17 00:00:00 2001 From: John Gardiner Myers Date: Sat, 22 Feb 2025 11:31:50 -0800 Subject: [PATCH 09/11] Upgrade maven-release-plugin to 3.1.1 --- CHANGES | 1 + library/pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 8c7ccce6a..1a0af71c6 100644 --- a/CHANGES +++ b/CHANGES @@ -29,6 +29,7 @@ Platform 3.28 - maven-compiler-plugin to 3.14.0 (was 3.8.1) - maven-resources-plugin to 3.3.1 (was 3.2.0) - maven-assembly-plugin to 3.7.1 (was 3.3.0) + - maven-release-plugin to 3.1.1 (was 2.5.3) Platform 3.27 diff --git a/library/pom.xml b/library/pom.xml index 39c3c680e..7186c5c23 100644 --- a/library/pom.xml +++ b/library/pom.xml @@ -281,7 +281,7 @@ org.apache.maven.plugins maven-release-plugin - 2.5.3 + 3.1.1 forked-path deploy -Pchild-project-release From 7555315c619db735ab4b0d9fc667cdc0a45438d9 Mon Sep 17 00:00:00 2001 From: John Gardiner Myers Date: Sat, 22 Feb 2025 11:33:31 -0800 Subject: [PATCH 10/11] Upgrade maven-javadoc-plugin to 3.11.2 --- CHANGES | 1 + library/pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 1a0af71c6..b35a5b223 100644 --- a/CHANGES +++ b/CHANGES @@ -30,6 +30,7 @@ Platform 3.28 - maven-resources-plugin to 3.3.1 (was 3.2.0) - maven-assembly-plugin to 3.7.1 (was 3.3.0) - maven-release-plugin to 3.1.1 (was 2.5.3) + - maven-javadoc-plugin to 3.11.2 (was 3.2.0) Platform 3.27 diff --git a/library/pom.xml b/library/pom.xml index 7186c5c23..08f2bc770 100644 --- a/library/pom.xml +++ b/library/pom.xml @@ -297,7 +297,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.2.0 + 3.11.2 true ${project.build.targetJdk} From e47cc55465ae356afe78140ac2355ae03eb7b133 Mon Sep 17 00:00:00 2001 From: John Gardiner Myers Date: Sat, 22 Feb 2025 11:34:29 -0800 Subject: [PATCH 11/11] Upgrade maven-jar-plugin to 3.4.2 --- CHANGES | 1 + library/pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index b35a5b223..c9661a95b 100644 --- a/CHANGES +++ b/CHANGES @@ -31,6 +31,7 @@ Platform 3.28 - maven-assembly-plugin to 3.7.1 (was 3.3.0) - maven-release-plugin to 3.1.1 (was 2.5.3) - maven-javadoc-plugin to 3.11.2 (was 3.2.0) + - maven-jar-plugin to 3.4.2 (was 3.2.0) Platform 3.27 diff --git a/library/pom.xml b/library/pom.xml index 08f2bc770..b4073bfbb 100644 --- a/library/pom.xml +++ b/library/pom.xml @@ -319,7 +319,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.2.0 + 3.4.2