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/18 07:59:10 UTC

[jackrabbit-filevault-package-maven-plugin] branch master updated: releng: Update Maven Plugin Tools to 3.6.4

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-package-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 8ae95b6  releng: Update Maven Plugin Tools to 3.6.4
8ae95b6 is described below

commit 8ae95b69908d191c12d2da6b6035d6509ceb8481
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Tue Jan 18 08:58:20 2022 +0100

    releng: Update Maven Plugin Tools to 3.6.4
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index f529a82..5da275b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,7 +92,7 @@
                 <!-- update from 3.6.1 in ASF parent -->
                 <plugin>
                     <artifactId>maven-plugin-plugin</artifactId>
-                    <version>3.6.2</version>
+                    <version>3.6.4</version>
                 </plugin>
             </plugins>
         </pluginManagement>
@@ -344,7 +344,7 @@
         <dependency>
             <groupId>org.apache.maven.plugin-tools</groupId>
             <artifactId>maven-plugin-annotations</artifactId>
-            <version>3.6.2</version>
+            <version>3.6.4</version>
             <scope>provided</scope>
         </dependency>
         <!-- This is not a core artifact, i.e. must not be used with scope "provided" despite having group id "org.apache.maven", https://issues.apache.org/jira/browse/MPLUGIN-385 -->