[java-parent-project] 01/02: JPAR-236 Bump Maven versions for IdP 5.3
Codeberg
noreply at shibboleth.net
Thu Sep 10 10:48:02 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch dev/JPAR-36
in repository java-parent-project.
View the commit online:
https://codeberg.org/Shibboleth/java-parent-project/commit/bd0a3fd4bab069a4ff76c655ffb4e47cf60e76cf
commit bd0a3fd4bab069a4ff76c655ffb4e47cf60e76cf
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Sep 10 11:39:47 2026 +0100
JPAR-236 Bump Maven versions for IdP 5.3
https://shibboleth.atlassian.net/browse/JPAR-236
Update maven-assembly-plugin to latest 3.8.0. But force the latest version
of plexus-archiver
---
pom.xml | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e912dad..343fac1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,7 +99,7 @@
<jacoco-maven-plugin.version>0.8.15</jacoco-maven-plugin.version>
<maven-antrun-plugin.version>3.1.0</maven-antrun-plugin.version>
- <maven-assembly-plugin.version>3.7.1</maven-assembly-plugin.version>
+ <maven-assembly-plugin.version>3.8.0</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>
@@ -594,6 +594,13 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>${maven-assembly-plugin.version}</version>
+ <dependencies>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-archiver</artifactId>
+ <version>4.14.0</version>
+ </dependency>
+ </dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list