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/01/12 14:03:47 UTC

[jackrabbit-filevault] branch master updated: releng: Update m-jar-p and m-compiler-p

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 07ba33f  releng: Update m-jar-p and m-compiler-p
     new 121a767  Merge branch 'master' of git@github.com:apache/jackrabbit-filevault.git
07ba33f is described below

commit 07ba33fa935ab0ea91864af687ace1e1cddcc0d9
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Wed Jan 12 15:01:58 2022 +0100

    releng: Update m-jar-p and m-compiler-p
---
 parent/pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/parent/pom.xml b/parent/pom.xml
index 9ff054b..b3e5172 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -280,6 +280,18 @@ Bundle-Category: jackrabbit
                     <artifactId>jacoco-maven-plugin</artifactId>
                     <version>0.8.7</version>
                 </plugin>
+                <!-- update from 3.2.0 in ASF parent -->
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-jar-plugin</artifactId>
+                    <version>3.2.2</version>
+                </plugin>
+                <!-- update from 3.8.1 in ASF parent -->
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-compiler-plugin</artifactId>
+                    <version>3.9.0</version>
+                </plugin>
                 <!-- update from 1.4.1 in ASF parent -->
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>