You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by kw...@apache.org on 2022/05/23 11:22:40 UTC

[jackrabbit-filevault] branch master updated: releng: Update to ASF Parent 26

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

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jackrabbit-filevault.git


The following commit(s) were added to refs/heads/master by this push:
     new 1dcabde7 releng: Update to ASF Parent 26
1dcabde7 is described below

commit 1dcabde79005a1eefd231224aa7474416fa896cc
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Mon May 23 13:22:35 2022 +0200

    releng: Update to ASF Parent 26
    
    Update to jacoco 0.8.8
    Don't relativize absolute site URLs
---
 parent/pom.xml | 17 +++--------------
 1 file changed, 3 insertions(+), 14 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 4ed85b50..4e550b2d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>25</version>
+        <version>26</version>
         <relativePath />
     </parent>
 
@@ -269,24 +269,13 @@ Bundle-Category: jackrabbit
                     <configuration>
                         <skip>true</skip><!-- skip for all modules where not explicitly enabled -->
                         <skipDeploy>true</skipDeploy><!-- always deploy via maven-scm-publish-plugin -->
+                        <relativizeDecorationLinks>false</relativizeDecorationLinks><!-- leave absolute URLs untouched: https://maven.apache.org/plugins/maven-site-plugin/site-mojo.html#relativizeDecorationLinks -->
                     </configuration>
                 </plugin>
                 <plugin>
                     <groupId>org.jacoco</groupId>
                     <artifactId>jacoco-maven-plugin</artifactId>
-                    <version>0.8.7</version>
-                </plugin>
-                <!-- Update from 3.1.2 in ASF Parent  -->
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-project-info-reports-plugin</artifactId>
-                    <version>3.2.1</version>
-                </plugin>
-                <!-- Update from 3.10.0 in ASF Parent  -->
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-compiler-plugin</artifactId>
-                    <version>3.10.1</version>
+                    <version>0.8.8</version>
                 </plugin>
             </plugins>
         </pluginManagement>