[java-parent-project] 02/08: JPAR-236 Bump Maven versions for IdP 5.3

Codeberg noreply at shibboleth.net
Sat Sep 19 10:51:39 UTC 2026


This is an automated email from the git hooks/post-receive script.

codeberg pushed a commit to branch main
in repository java-parent-project.

View the commit online:
https://codeberg.org/Shibboleth/java-parent-project/commit/cbe74425eebb8d3a4f3ea533e429c8845c773b6e

commit cbe74425eebb8d3a4f3ea533e429c8845c773b6e
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 43e1129..697e3e6 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> <!-- Remove forced plexus-archive version below on update -->
         <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