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 2021/12/28 18:42:06 UTC

[jackrabbit-filevault] branch master updated: releng: use m-site-p 3.10.0

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 3a2d6b7  releng: use m-site-p 3.10.0
3a2d6b7 is described below

commit 3a2d6b768a07d318821a6d15e3b0c1f0df256daf
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Tue Dec 28 19:42:00 2021 +0100

    releng: use m-site-p 3.10.0
---
 parent/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/parent/pom.xml b/parent/pom.xml
index eb7e2c8..aca02de 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -265,9 +265,11 @@ Bundle-Category: jackrabbit
                 <!-- ====================================================================== -->
                 <!-- S I T E P L U G I N -->
                 <!-- ====================================================================== -->
+                <!-- update from 3.9.1 in ASF parent -->
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-site-plugin</artifactId>
+                    <version>3.10.0</version>
                     <configuration>
                         <skip>true</skip><!-- skip for all modules where not explicitly enabled -->
                         <skipDeploy>true</skipDeploy><!-- always deploy via maven-scm-publish-plugin -->