[java-parent-project] branch main updated: JPAR-236 - Bump Maven plugins
Tom Zeller
tzeller at dragonacea.biz
Sun Sep 28 22:39:42 UTC 2025
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch main
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=48fbb9fb4709e19f66f323e777dc9cfff99258af
The following commit(s) were added to refs/heads/main by this push:
new 48fbb9f JPAR-236 - Bump Maven plugins
48fbb9f is described below
commit 48fbb9fb4709e19f66f323e777dc9cfff99258af
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Sun Sep 28 17:38:35 2025 -0500
JPAR-236 - Bump Maven plugins
Bump maven-assembly-plugin.version to 3.7.1
Bump maven-clean-plugin.version to 3.5.0
Bump maven-jar-plugin.version to 3.4.2
Bump maven-resources-plugin.version to 3.3.1
Bump maven-war-plugin.version to 3.4.0
https://shibboleth.atlassian.net/browse/JPAR-236
---
pom.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index 86bf108..f4a351c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,8 +90,8 @@
<jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version>
<maven-antrun-plugin.version>3.1.0</maven-antrun-plugin.version>
- <maven-assembly-plugin.version>3.5.0</maven-assembly-plugin.version>
- <maven-clean-plugin.version>3.1.0</maven-clean-plugin.version>
+ <maven-assembly-plugin.version>3.7.1</maven-assembly-plugin.version>
+ <maven-clean-plugin.version>3.5.0</maven-clean-plugin.version>
<maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version>
<maven-dependency-plugin.version>3.3.0</maven-dependency-plugin.version>
<maven-deploy-plugin.version>3.0.0-M2</maven-deploy-plugin.version>
@@ -99,13 +99,13 @@
<maven-exec-plugin.version>3.1.0</maven-exec-plugin.version>
<maven-gpg-plugin.version>3.1.0</maven-gpg-plugin.version>
<maven-install-plugin.version>3.0.0-M1</maven-install-plugin.version>
- <maven-jar-plugin.version>3.2.2</maven-jar-plugin.version>
+ <maven-jar-plugin.version>3.4.2</maven-jar-plugin.version>
<maven-javadoc-plugin.version>3.3.0.2</maven-javadoc-plugin.version>
- <maven-resources-plugin.version>3.2.0</maven-resources-plugin.version>
+ <maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
<maven-source-plugin.version>3.2.1</maven-source-plugin.version>
<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
<maven-versions-plugin.version>2.14.1</maven-versions-plugin.version>
- <maven-war-plugin.version>3.3.2</maven-war-plugin.version>
+ <maven-war-plugin.version>3.4.0</maven-war-plugin.version>
<shibboleth.site.url>https://build.shibboleth.net/nexus/content/sites/site/</shibboleth.site.url>
<!-- Separate the site deployment URL from the published site locations (JPAR-176) -->
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list