This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/causeway.git


The following commit(s) were added to refs/heads/main by this push:
     new 62bcb038cd3 CAUSEWAY-2445: attempted CI fix
62bcb038cd3 is described below

commit 62bcb038cd3da0ac1d72fe4224fe061e4d7882bd
Author: andi-huber <[email protected]>
AuthorDate: Tue Nov 18 15:00:51 2025 +0100

    CAUSEWAY-2445: attempted CI fix
    
    reverts Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.2 to
    3.5.0
    
    see also https://github.com/eclipse-m2e/m2e-core/issues/2084
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index af8ace49212..86d07fa81fd 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -219,7 +219,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-jar-plugin</artifactId>
-                    <version>3.5.0</version>
+                    <version>3.4.2</version>
                     <executions>
                         <execution>
                             <id>default-jar</id>

Reply via email to